Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSB.c219 pUdev_id = ms_usb_match_id (pUintf, pUdriver->match_id_table); in ms_usb_probe_interface()
371 pUdev_id = usb_drv->match_id_table; in ms_usb_device_match()
373 pUdev_id = ms_usb_match_id (pUintf, usb_drv->match_id_table); in ms_usb_device_match()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h245 const struct usb_device_id *match_id_table; member