Home
last modified time | relevance | path

Searched refs:id_table (Results 1 – 22 of 22) sorted by relevance

/components/drivers/usb/cherryusb/class/template/
A Dusbh_xxx.c95 .id_table = NULL,
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_acm.c274 .id_table = NULL,
283 .id_table = NULL,
A Dusbh_cdc_ecm.c330 .id_table = NULL,
A Dusbh_cdc_ncm.c410 .id_table = NULL,
/components/drivers/usb/cherryusb/class/vendor/xbox/
A Dusbh_xbox.c227 .id_table = xbox_id_table,
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c400 .id_table = bluetooth_id_table,
409 .id_table = NULL,
A Dusbh_rndis.c602 .id_table = NULL,
/components/drivers/usb/cherryusb/core/
A Dusbh_core.c109 if (index->match_flags & USB_CLASS_MATCH_VID_PID && index->id_table) { in usbh_find_class_driver()
112 for (i = 0; index->id_table[i][0]; i++) { in usbh_find_class_driver()
113 if (index->id_table[i][0] == vid && index->id_table[i][1] == pid) { in usbh_find_class_driver()
118 if (!index->id_table[i][0]) { in usbh_find_class_driver()
A Dusbh_core.h68 const uint16_t (*id_table)[2]; /* List of Vendor/Product ID pairs */ member
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c538 .id_table = NULL,
547 .id_table = NULL,
/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_ch34x.c377 .id_table = ch34x_id_table,
A Dusbh_cp210x.c326 .id_table = cp210x_id_table,
A Dusbh_pl2303.c447 .id_table = pl2303_id_table,
A Dusbh_ftdi.c508 .id_table = ftdi_id_table,
/components/drivers/usb/cherryusb/class/aoa/
A Dusbh_aoa.c287 .id_table = aoa_id_table,
/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.c334 .id_table = NULL,
/components/drivers/usb/cherryusb/class/audio/
A Dusbh_audio.c649 .id_table = NULL,
658 .id_table = NULL,
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.c466 .id_table = NULL,
/components/drivers/usb/cherryusb/class/vendor/wifi/
A Dusbh_bl616.c511 .id_table = bl616_id_table,
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_asix.c825 .id_table = asix_id_table,
A Dusbh_rtl8152.c2280 .id_table = rtl_id_table,
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c744 .id_table = NULL,

Completed in 73 milliseconds