Searched refs:idVendor (Results 1 – 11 of 11) sorted by relevance
/tools/usb/usbip/src/ |
D | usbip_list.c | 97 udev.idVendor, udev.idProduct); in get_exported_devices() 174 const char *idVendor; in list_devices() local 213 idVendor = udev_device_get_sysattr_value(dev, "idVendor"); in list_devices() 220 if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) { in list_devices() 228 strtol(idVendor, NULL, 16), in list_devices() 232 print_device(busid, idVendor, idProduct, parsable); in list_devices() 263 uint16_t idVendor; in list_gadget_devices() local 298 idVendor = le16toh(d_desc->idVendor); in list_gadget_devices() 299 sprintf(idVendor_buf, "0x%4x", idVendor); in list_gadget_devices() 301 sprintf(idProduct_buf, "0x%4x", idVendor); in list_gadget_devices() [all …]
|
D | usbip_network.c | 83 udev->idVendor = usbip_net_pack_uint16_t(pack, udev->idVendor); in usbip_net_pack_usb_device()
|
/tools/usb/ |
D | testusb.c | 74 __u16 idVendor; 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/leds/ |
D | get_led_device_info.sh | 56 idVendor=`cat idVendor` 86 if [ ! -z "$idVendor" ]; then 87 printf "idVendor:\t\t$idVendor\n"
|
/tools/usb/usbip/vudc/ |
D | vudc_server_example.sh | 62 echo ${ID_VENDOR} > idVendor
|
/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 126 udev->idVendor, in dump_usb_device() 215 READ_ATTR(udev, uint16_t, sdev, idVendor, "%04x\n"); in read_usb_device()
|
D | usbip_common.h | 119 uint16_t idVendor; member
|
D | usbip_device_driver.c | 92 copy_descr_attr16(dev, &descr, idVendor); 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()
|