Searched refs:product_name (Results 1 – 2 of 2) sorted by relevance
/tools/usb/usbip/src/ |
D | usbip_list.c | 46 char product_name[100]; in get_exported_devices() local 96 usbip_names_get_product(product_name, sizeof(product_name), in get_exported_devices() 101 printf("%11s: %s\n", udev.busid, product_name); in get_exported_devices() 161 static void print_product_name(char *product_name, bool parsable) in print_product_name() argument 164 printf(" %s\n", product_name); in print_product_name() 179 char product_name[128]; in list_devices() local 227 usbip_names_get_product(product_name, sizeof(product_name), in list_devices() 233 print_product_name(product_name, parsable); in list_devices() 261 char product_name[128]; in list_gadget_devices() local 305 usbip_names_get_product(product_name, sizeof(product_name), in list_gadget_devices() [all …]
|
/tools/usb/usbip/libsrc/ |
D | vhci_driver.c | 428 char product_name[100]; in usbip_vhci_imported_device_dump() local 449 usbip_names_get_product(product_name, sizeof(product_name), in usbip_vhci_imported_device_dump() 452 printf(" %s\n", product_name); in usbip_vhci_imported_device_dump()
|