Searched refs:iManufacturer (Results 1 – 21 of 21) sorted by relevance
/third_party/libusb/examples/ |
D | testlibusb.c | 194 if (desc.iManufacturer) { in print_device() 195 ret = libusb_get_string_descriptor_ascii(handle, desc.iManufacturer, string, sizeof(string)); in print_device()
|
D | xusb.c | 847 …printf(" iMan:iProd:iSer: %d:%d:%d\n", dev_desc.iManufacturer, dev_desc.iProduct, dev_desc.iSeri… in test_device() 850 string_index[0] = dev_desc.iManufacturer; in test_device()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_camera.c | 139 .iManufacturer = CAMERA_STR_IDX_MAN, /* Manufacturer name, string index */
|
D | f_multi.c | 107 .iManufacturer = 1,
|
D | f_acm_desc.c | 57 .iManufacturer = 1,
|
D | f_ether.c | 137 .iManufacturer = 1,
|
D | f_uac.c | 196 .iManufacturer = 1, /* Manufacturer name, string index */
|
D | f_dfu.c | 99 .iManufacturer = 1, /* Manufacturer name, string index */
|
D | f_hid.c | 128 .iManufacturer = 1, /* Manufacturer name, string index */
|
D | f_mass_storage.c | 170 .iManufacturer = 0,
|
D | f_uvc.c | 168 .iManufacturer = UVC_STR_IDX_MAN, /* Manufacturer name, string index */
|
/third_party/libusb/libusb/os/ |
D | windows_common.h | 172 UCHAR iManufacturer; member
|
D | darwin_usb.c | 935 usbi_dbg (" iManufacturer: 0x%02x", dev->dev_descriptor.iManufacturer); in darwin_cache_device_descriptor()
|
D | windows_winusb.c | 3212 d.iManufacturer = hid_priv->string_index[0]; in _hid_get_device_descriptor() 3768 priv->hid->string_index[0] = dev->device_descriptor.iManufacturer; in hid_open()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | f_config.c | 223 dev_desc->iManufacturer += 1; in fconfig_mkdevdesc()
|
D | usbd_config.c | 985 gi->dev_desc->iManufacturer = id; in change_dev_descritor_string()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb.h | 295 uByte iManufacturer; member
|
D | usb_device.c | 1716 } else if (udev->ddesc.iManufacturer || in usb_alloc_device() 2275 udev->ddesc.iManufacturer); in usbd_set_device_strings()
|
/third_party/libusb/libusb/ |
D | libusbi.h | 603 uint8_t iManufacturer; member
|
D | libusb.h | 565 uint8_t iManufacturer; member
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 3173 .iManufacturer = 1,
|