Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/siano/
H A Dsmsusb.c305 char *product_string = in smsusb1_detectmode() local
310 if (!product_string) { in smsusb1_detectmode()
311 product_string = "none"; in smsusb1_detectmode()
313 } else if (strstr(product_string, "DVBH")) in smsusb1_detectmode()
315 else if (strstr(product_string, "BDA")) in smsusb1_detectmode()
317 else if (strstr(product_string, "DVBT")) in smsusb1_detectmode()
319 else if (strstr(product_string, "TDMB")) in smsusb1_detectmode()
322 pr_debug("%d \"%s\"\n", *mode, product_string); in smsusb1_detectmode()
/openbmc/linux/drivers/greybus/
H 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()
H 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()
/openbmc/linux/include/linux/greybus/
H A Dcontrol.h28 char *product_string; member
/openbmc/linux/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus155 What: /sys/bus/greybus/devices/N-M.I.ctrl/product_string