Searched refs:idVendor (Results 1 – 7 of 7) sorted by relevance
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_def.h | 356 uint16_t idVendor; /* Vendor ID per USB-IF */ member 641 #define USB_DEVICE_DESCRIPTOR_INIT(bcdUSB, bDeviceClass, bDeviceSubClass, bDeviceProtocol, idVendor… argument 649 …WBVAL(idVendor), /* idVendor */ …
|
| /components/drivers/usb/cherryusb/core/ |
| A D | usbh_core.c | 148 USB_LOG_DBG("idVendor: 0x%04x \r\n", desc->idVendor); in parse_device_descriptor() 163 hport->device_desc.idVendor = desc->idVendor; in parse_device_descriptor() 288 USB_LOG_RAW("idVendor: 0x%04x \r\n", hport->device_desc.idVendor); in usbh_print_hubport_info() 463 ((struct usb_device_descriptor *)ep0_request_buffer[hport->bus->busid])->idVendor, in usbh_enumerate() 606 …->bInterfaceSubClass, intf_desc->bInterfaceProtocol, hport->device_desc.idVendor, hport->device_de… in usbh_enumerate() 867 hport->device_desc.idVendor, in usbh_list_all_interface_desc()
|
| /components/drivers/usb/cherryusb/class/vendor/net/ |
| A D | usbh_asix.c | 528 if ((hport->device_desc.idVendor == 0x0b95) && (hport->device_desc.idProduct == 0x772b)) { in usbh_asix_connect() 530 … } else if ((hport->device_desc.idVendor == 0x0b95) && (hport->device_desc.idProduct == 0x7720)) { in usbh_asix_connect() 532 … } else if ((hport->device_desc.idVendor == 0x0b95) && (hport->device_desc.idProduct == 0x1780)) { in usbh_asix_connect()
|
| /components/legacy/usb/usbhost/class/ |
| A D | adk.c | 241 if(dev_desc->idVendor == USB_ACCESSORY_VENDOR_ID && in rt_usbh_adk_enable()
|
| /components/drivers/include/drivers/ |
| A D | usb_common.h | 284 rt_uint16_t idVendor; member
|
| /components/legacy/usb/usbhost/core/ |
| A D | usbhost_core.c | 156 LOG_D("Vendor ID 0x%x", dev_desc->idVendor); in rt_usbh_attatch_instance()
|
| /components/drivers/usb/cherryusb/class/msc/ |
| A D | usbh_msc.c | 309 if ((hport->device_desc.idVendor == config->vid) && in usbh_msc_connect()
|
Completed in 16 milliseconds