Searched refs:iManufacturer (Results 1 - 16 of 16) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_camera.c | 139 .iManufacturer = CAMERA_STR_IDX_MAN, /* Manufacturer name, string index */
|
H A D | f_multi.c | 107 .iManufacturer = 1,
|
H A D | f_ether.c | 137 .iManufacturer = 1,
|
H A D | f_acm_desc.c | 57 .iManufacturer = 1,
|
H A D | f_dfu.c | 99 .iManufacturer = 1, /* Manufacturer name, string index */
|
H A D | f_hid.c | 128 .iManufacturer = 1, /* Manufacturer name, string index */
|
H A D | f_uac.c | 196 .iManufacturer = 1, /* Manufacturer name, string index */
|
H A D | f_uvc.c | 168 .iManufacturer = UVC_STR_IDX_MAN, /* Manufacturer name, string index */
|
H A D | f_mass_storage.c | 170 .iManufacturer = 0,
|
/third_party/backends/include/sane/ |
H A D | usb_manager.h | 250 uint8_t iManufacturer; member
|
/third_party/backends/tools/ |
H A D | sane-find-scanner.c | 482 return get_libusb_string_descriptor (dev, dev->descriptor.iManufacturer); in get_libusb_vendor() 538 printf ("iManufacturer %d (%s)\n", d->iManufacturer, in check_libusb_device() 875 vendor = get_libusb_string_descriptor (hdl, desc.iManufacturer); in check_libusb_device() 905 printf ("iManufacturer %d (%s)\n", desc.iManufacturer, in check_libusb_device()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | f_config.c | 223 dev_desc->iManufacturer += 1; in fconfig_mkdevdesc()
|
H A D | usbd_config.c | 985 gi->dev_desc->iManufacturer = id; in change_dev_descritor_string()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb.h | 294 uByte iManufacturer; member
|
H A D | usb_device.c | 1703 } else if (udev->ddesc.iManufacturer || in usb_alloc_device() 2261 udev->ddesc.iManufacturer); in usbd_set_device_strings()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 3148 .iManufacturer = 1,
|
Completed in 25 milliseconds