Searched refs:pUdev_id (Results 1 – 1 of 1) sorted by relevance
213 const struct usb_device_id *pUdev_id; in ms_usb_probe_interface() local219 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() local371 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()