Searched refs:driver_of (Results 1 – 7 of 7) sorted by relevance
114 struct usb_driver *driver = driver_of(intf); in usbnet_generic_cdc_bind()331 struct usb_driver *driver = driver_of(intf); in usbnet_cdc_unbind()427 usb_driver_release_interface(driver_of(intf), info->data); in usbnet_cdc_bind()
88 usb_driver_release_interface(driver_of(intf), intf); in eem_bind()
234 struct usb_driver *driver = driver_of(intf); in qmi_wwan_bind()304 struct usb_driver *driver = driver_of(intf); in qmi_wwan_unbind()
156 usb_driver_release_interface(driver_of(intf), intf); in kalmia_bind()
460 usb_driver_release_interface(driver_of(intf), info->data); in generic_rndis_bind()
748 driver = driver_of(intf); in cdc_ncm_bind_common()879 struct usb_driver *driver = driver_of(intf); in cdc_ncm_unbind()
84 static inline struct usb_driver *driver_of(struct usb_interface *intf) in driver_of() function