Home
last modified time | relevance | path

Searched refs:product_string (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/media/usb/siano/
A Dsmsusb.c304 char *product_string = in smsusb1_detectmode() local
309 if (!product_string) { in smsusb1_detectmode()
310 product_string = "none"; in smsusb1_detectmode()
312 } else if (strstr(product_string, "DVBH")) in smsusb1_detectmode()
314 else if (strstr(product_string, "BDA")) in smsusb1_detectmode()
316 else if (strstr(product_string, "DVBT")) in smsusb1_detectmode()
318 else if (strstr(product_string, "TDMB")) in smsusb1_detectmode()
321 pr_debug("%d \"%s\"\n", *mode, product_string); in smsusb1_detectmode()
/linux-6.3-rc2/drivers/greybus/
A Dmanifest.c404 control->product_string = str; in gb_manifest_parse_interface()
420 kfree(control->product_string); in gb_manifest_parse_interface()
421 control->product_string = NULL; in gb_manifest_parse_interface()
A Dcontrol.c416 return scnprintf(buf, PAGE_SIZE, "%s\n", control->product_string); in product_string_show()
418 static DEVICE_ATTR_RO(product_string);
434 kfree(control->product_string); in gb_control_release()
/linux-6.3-rc2/include/linux/greybus/
A Dcontrol.h28 char *product_string; member
/linux-6.3-rc2/drivers/staging/greybus/Documentation/
A Dsysfs-bus-greybus155 What: /sys/bus/greybus/devices/N-M.I.ctrl/product_string

Completed in 8 milliseconds