Home
last modified time | relevance | path

Searched refs:usb_get_intfdata (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c2760 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()
H A DdrvMassStor.c1195 struct us_data *us = (struct us_data*) usb_get_intfdata(intf); in storage_disconnect()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h131 static __inline__ void *usb_get_intfdata (struct usb_interface *intf) in usb_get_intfdata() function