Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSB.c213 const struct usb_device_id *pUdev_id; in ms_usb_probe_interface() local
219 pUdev_id = ms_usb_match_id (pUintf, pUdriver->match_id_table); in ms_usb_probe_interface()
220 if (pUdev_id) in ms_usb_probe_interface()
223 s32Error = pUdriver->probe_func (pUintf, pUdev_id); in ms_usb_probe_interface()
363 const struct usb_device_id *pUdev_id; in ms_usb_device_match() local
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()
374 if (pUdev_id) in ms_usb_device_match()