Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/siano/
Dsmsusb.c315 char *product_string = in smsusb1_detectmode() local
320 if (!product_string) { in smsusb1_detectmode()
321 product_string = "none"; in smsusb1_detectmode()
323 } else if (strstr(product_string, "DVBH")) in smsusb1_detectmode()
325 else if (strstr(product_string, "BDA")) in smsusb1_detectmode()
327 else if (strstr(product_string, "DVBT")) in smsusb1_detectmode()
329 else if (strstr(product_string, "TDMB")) in smsusb1_detectmode()
332 pr_debug("%d \"%s\"\n", *mode, product_string); in smsusb1_detectmode()
/Linux-v4.19/drivers/staging/greybus/
Dmanifest.c405 control->product_string = str; in gb_manifest_parse_interface()
421 kfree(control->product_string); in gb_manifest_parse_interface()
422 control->product_string = NULL; in gb_manifest_parse_interface()
Dcontrol.h25 char *product_string; member
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-v4.19/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus155 What: /sys/bus/greybus/devices/N-M.I.ctrl/product_string