Searched refs:product (Results 1 – 7 of 7) sorted by relevance
/tools/leds/ |
D | get_led_device_info.sh | 59 product=`cat product` 62 product=`cat device/name` 73 product=`echo $compatible | awk -F, '{print $2}'` 98 if [ ! -z "$product" ]; then 99 printf "product:\t\t$product\n" 170 elif [ "$devicename" = "$product" ]; then
|
/tools/usb/usbip/libsrc/ |
D | names.c | 31 struct product { struct 32 struct product *next; argument 78 static struct product *products[HASHSZ] = { NULL, }; 96 struct product *p; in names_product() 210 struct product *p; in new_product() 217 p = my_malloc(sizeof(struct product) + strlen(name)); in new_product()
|
D | usbip_common.c | 279 uint16_t product) in usbip_names_get_product() argument 283 prod = names_product(vendor, product); in usbip_names_get_product() 292 snprintf(buff, size, "%s : %s (%04x:%04x)", vend, prod, vendor, product); in usbip_names_get_product()
|
D | usbip_common.h | 148 uint16_t product);
|
/tools/usb/usbip/src/ |
D | usbip_list.c | 153 const char *product, bool parsable) in print_device() argument 156 printf("busid=%s#usbid=%.4s:%.4s#", busid, vendor, product); in print_device() 158 printf(" - busid %s (%.4s:%.4s)\n", busid, vendor, product); in print_device()
|
/tools/usb/usbip/ |
D | README | 199 1-1: Prolific Technology, Inc. : unknown product (067b:3507) 204 1-2.2.1: Apple Computer, Inc. : unknown product (05ac:0203) 230 Prolific Technology, Inc. : unknown product (067b:3507)
|
/tools/power/pm-graph/ |
D | README | 14 - https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools
|