Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/common/
A Dusb_def.h356 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 Dusbh_core.c148 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 Dusbh_asix.c528 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 Dadk.c241 if(dev_desc->idVendor == USB_ACCESSORY_VENDOR_ID && in rt_usbh_adk_enable()
/components/drivers/include/drivers/
A Dusb_common.h284 rt_uint16_t idVendor; member
/components/legacy/usb/usbhost/core/
A Dusbhost_core.c156 LOG_D("Vendor ID 0x%x", dev_desc->idVendor); in rt_usbh_attatch_instance()
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.c309 if ((hport->device_desc.idVendor == config->vid) && in usbh_msc_connect()

Completed in 16 milliseconds