Searched refs:match_id_table (Results 1 – 2 of 2) sorted by relevance
219 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()
245 const struct usb_device_id *match_id_table; member