Home
last modified time | relevance | path

Searched refs:idProduct (Results 1 – 9 of 9) sorted by relevance

/tools/usb/usbip/src/
Dusbip_list.c106 udev.idVendor, udev.idProduct); in get_exported_devices()
184 const char *idProduct; in list_devices() local
223 idProduct = udev_device_get_sysattr_value(dev, "idProduct"); in list_devices()
229 if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) { in list_devices()
238 strtol(idProduct, NULL, 16)); in list_devices()
241 print_device(busid, idVendor, idProduct, parsable); in list_devices()
274 uint16_t idProduct; in list_gadget_devices() local
309 idProduct = le16toh(d_desc->idProduct); in list_gadget_devices()
316 le16toh(idProduct)); in list_gadget_devices()
Dusbip_network.c96 usbip_net_pack_uint16_t(pack, &udev->idProduct); in usbip_net_pack_usb_device()
/tools/usb/
Dtestusb.c88 __u16 idProduct; member
175 if (dev.idVendor == 0x0547 && dev.idProduct == 0x1002) in testdev_ifnum()
191 if (dev.idVendor == 0x0547 && dev.idProduct == 0x2235) in testdev_ifnum()
195 if (dev.idVendor == 0x04b4 && dev.idProduct == 0x8613) in testdev_ifnum()
199 if (dev.idVendor == 0x0547 && dev.idProduct == 0x0080) in testdev_ifnum()
203 if (dev.idVendor == 0x06cd && dev.idProduct == 0x010b) in testdev_ifnum()
209 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a0) in testdev_ifnum()
213 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a4) in testdev_ifnum()
218 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a3) in testdev_ifnum()
223 if (dev.idVendor == 0xfff0 && dev.idProduct == 0xfff0) in testdev_ifnum()
[all …]
/tools/usb/usbip/libsrc/
Dusbip_common.c103 udev->idProduct); in dump_usb_device()
192 READ_ATTR(udev, uint16_t, sdev, idProduct, "%04x\n"); in read_usb_device()
Dusbip_common.h109 uint16_t idProduct; member
Dusbip_device_driver.c103 copy_descr_attr16(dev, &descr, idProduct); in read_usb_vudc_device()
Dvhci_driver.c394 idev->udev.idVendor, idev->udev.idProduct); in usbip_vhci_imported_device_dump()
/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()