Home
last modified time | relevance | path

Searched refs:driver_of (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/usb/
H A Dcdc_ether.c121 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()
H A Dqmi_wwan.c752 struct usb_driver *driver = driver_of(intf); in qmi_wwan_bind()
852 struct usb_driver *driver = driver_of(intf); in qmi_wwan_unbind()
H A Drndis_host.c452 usb_driver_release_interface(driver_of(intf), info->data); in generic_rndis_bind()
/linux/include/linux/usb/
H A Dusbnet.h99 static inline struct usb_driver *driver_of(struct usb_interface *intf) in driver_of() function