Searched refs:driver_of (Results 1 – 4 of 4) sorted by relevance
121 struct usb_driver *driver = driver_of(intf); in usbnet_generic_cdc_bind()369 struct usb_driver *driver = driver_of(intf); in usbnet_cdc_unbind()464 usb_driver_release_interface(driver_of(intf), info->data); in usbnet_cdc_bind()
752 struct usb_driver *driver = driver_of(intf); in qmi_wwan_bind()852 struct usb_driver *driver = driver_of(intf); in qmi_wwan_unbind()
452 usb_driver_release_interface(driver_of(intf), info->data); in generic_rndis_bind()
99 static inline struct usb_driver *driver_of(struct usb_interface *intf) in driver_of() function