Searched refs:idProduct (Results 1 – 11 of 11) sorted by relevance
/tools/usb/ |
D | testusb.c | 75 __u16 idProduct; member 162 if (dev.idVendor == 0x0547 && dev.idProduct == 0x1002) in testdev_ifnum() 178 if (dev.idVendor == 0x0547 && dev.idProduct == 0x2235) in testdev_ifnum() 182 if (dev.idVendor == 0x04b4 && dev.idProduct == 0x8613) in testdev_ifnum() 186 if (dev.idVendor == 0x0547 && dev.idProduct == 0x0080) in testdev_ifnum() 190 if (dev.idVendor == 0x06cd && dev.idProduct == 0x010b) in testdev_ifnum() 196 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a0) in testdev_ifnum() 200 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a4) in testdev_ifnum() 205 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a3) in testdev_ifnum() 210 if (dev.idVendor == 0xfff0 && dev.idProduct == 0xfff0) in testdev_ifnum() [all …]
|
/tools/usb/usbip/src/ |
D | usbip_list.c | 96 udev.idVendor, udev.idProduct); in get_exported_devices() 174 const char *idProduct; in list_devices() local 213 idProduct = udev_device_get_sysattr_value(dev, "idProduct"); in list_devices() 219 if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) { in list_devices() 228 strtol(idProduct, NULL, 16)); in list_devices() 231 print_device(busid, idVendor, idProduct, parsable); in list_devices() 264 uint16_t idProduct; in list_gadget_devices() local 299 idProduct = le16toh(d_desc->idProduct); in list_gadget_devices() 306 le16toh(idProduct)); in list_gadget_devices()
|
D | usbip_network.c | 84 udev->idProduct = usbip_net_pack_uint16_t(pack, udev->idProduct); in usbip_net_pack_usb_device()
|
/tools/leds/ |
D | get_led_device_info.sh | 57 idProduct=`cat idProduct` 90 if [ ! -z "$idProduct" ]; then 91 printf "idProduct:\t\t$idProduct\n"
|
/tools/usb/usbip/vudc/ |
D | vudc_server_example.sh | 63 echo ${ID_PRODUCT} > idProduct
|
/tools/usb/usbip/libsrc/ |
D | usbip_common.h | 120 uint16_t idProduct; member
|
D | usbip_common.c | 127 udev->idProduct); in dump_usb_device() 216 READ_ATTR(udev, uint16_t, sdev, idProduct, "%04x\n"); in read_usb_device()
|
D | usbip_device_driver.c | 93 copy_descr_attr16(dev, &descr, idProduct); in read_usb_vudc_device()
|
D | vhci_driver.c | 450 idev->udev.idVendor, idev->udev.idProduct); in usbip_vhci_imported_device_dump()
|
/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | test.c | 91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
|
/tools/usb/ffs-aio-example/simple/host_app/ |
D | test.c | 91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
|