Searched refs:idVendor (Results 1 – 12 of 12) sorted by relevance
| /tools/usb/usbip/src/ |
| A 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 …]
|
| A D | usbip_network.c | 83 udev->idVendor = usbip_net_pack_uint16_t(pack, udev->idVendor); in usbip_net_pack_usb_device()
|
| /tools/usb/ |
| A D | testusb.c | 74 __u16 idVendor; member 168 if (dev.idVendor == 0x0547 && dev.idProduct == 0x1002) in testdev_ifnum() 184 if (dev.idVendor == 0x0547 && dev.idProduct == 0x2235) in testdev_ifnum() 188 if (dev.idVendor == 0x04b4 && dev.idProduct == 0x8613) in testdev_ifnum() 192 if (dev.idVendor == 0x0547 && dev.idProduct == 0x0080) in testdev_ifnum() 196 if (dev.idVendor == 0x06cd && dev.idProduct == 0x010b) in testdev_ifnum() 202 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a0) in testdev_ifnum() 206 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a4) in testdev_ifnum() 211 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a3) in testdev_ifnum() 216 if (dev.idVendor == 0xfff0 && dev.idProduct == 0xfff0) in testdev_ifnum() [all …]
|
| A D | p9_fwd.py | 58 dev = usb.core.find(idVendor=vid, idProduct=pid, custom_match=find_filter) 178 for dev in usb.core.find(find_all=True, idVendor=vid, idProduct=pid):
|
| /tools/leds/ |
| A 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/ |
| A D | vudc_server_example.sh | 62 echo ${ID_VENDOR} > idVendor
|
| /tools/usb/usbip/libsrc/ |
| A 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()
|
| A D | usbip_common.h | 119 uint16_t idVendor; member
|
| A D | usbip_device_driver.c | 92 copy_descr_attr16(dev, &descr, idVendor); in read_usb_vudc_device()
|
| A 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/ |
| A D | test.c | 91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
|
| /tools/usb/ffs-aio-example/simple/host_app/ |
| A D | test.c | 91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
|
Completed in 17 milliseconds