Searched refs:usb_get_intfdata (Results 1 – 3 of 3) sorted by relevance
2760 struct usb_hub *hub = (struct usb_hub*) usb_get_intfdata (intf); in hub_disconnect()3777 struct usb_hub *hub = (struct usb_hub*) usb_get_intfdata(dev->actconfig->interface[0]); in hub_port_status()
1195 struct us_data *us = (struct us_data*) usb_get_intfdata(intf); in storage_disconnect()
131 static __inline__ void *usb_get_intfdata (struct usb_interface *intf) in usb_get_intfdata() function