Lines Matching +full:20 +full:product
94 dbg("%-20s = %x", to_string(name), (int) udev->name)
97 dbg("%-20s = %x", to_string(name), (int) uinf->name)
107 dbg("%-20s = %s", "Interface(C/SC/P)", buff); in dump_usb_interface()
114 dbg("%-20s = %s", "path", udev->path); in dump_usb_device()
115 dbg("%-20s = %s", "busid", udev->busid); in dump_usb_device()
121 dbg("%-20s = %s", "Device(C/SC/P)", buff); in dump_usb_device()
128 dbg("%-20s = %s", "Vendor/Product", buff); in dump_usb_device()
133 dbg("%-20s = %s", "speed", in dump_usb_device()
279 uint16_t product) in usbip_names_get_product() argument
283 prod = names_product(vendor, product); in usbip_names_get_product()
285 prod = "unknown product"; in usbip_names_get_product()
292 snprintf(buff, size, "%s : %s (%04x:%04x)", vend, prod, vendor, product); in usbip_names_get_product()