Home
last modified time | relevance | path

Searched refs:idVendor (Results 1 – 11 of 11) sorted by relevance

/tools/usb/usbip/src/
Dusbip_list.c97 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 …]
Dusbip_network.c83 udev->idVendor = usbip_net_pack_uint16_t(pack, udev->idVendor); in usbip_net_pack_usb_device()
/tools/usb/
Dtestusb.c74 __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/
Dget_led_device_info.sh56 idVendor=`cat idVendor`
86 if [ ! -z "$idVendor" ]; then
87 printf "idVendor:\t\t$idVendor\n"
/tools/usb/usbip/vudc/
Dvudc_server_example.sh62 echo ${ID_VENDOR} > idVendor
/tools/usb/usbip/libsrc/
Dusbip_common.c126 udev->idVendor, in dump_usb_device()
215 READ_ATTR(udev, uint16_t, sdev, idVendor, "%04x\n"); in read_usb_device()
Dusbip_common.h119 uint16_t idVendor; member
Dusbip_device_driver.c92 copy_descr_attr16(dev, &descr, idVendor); in read_usb_vudc_device()
Dvhci_driver.c450 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()