Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c261 id = usb_match_id (intf, driver->id_table); in usb_probe_interface()
2182 id = usb_drv->id_table; in usb_device_match()
2184 id = usb_match_id (intf, usb_drv->id_table); in usb_device_match()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h361 const struct usb_device_id *id_table; member