Searched refs:product_string (Results 1 – 5 of 5) sorted by relevance
315 char *product_string = in smsusb1_detectmode() local320 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()
405 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()
25 char *product_string; member
416 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()
155 What: /sys/bus/greybus/devices/N-M.I.ctrl/product_string