Searched refs:usb_drv (Results 1 – 2 of 2) sorted by relevance
362 struct usb_driver *usb_drv; in ms_usb_device_match() local370 usb_drv = get_usb_driver(pDrv); in ms_usb_device_match()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()
2172 struct usb_driver *usb_drv; in usb_device_match() local2181 usb_drv = to_usb_driver(drv); in usb_device_match()2182 id = usb_drv->id_table; in usb_device_match()2184 id = usb_match_id (intf, usb_drv->id_table); in usb_device_match()