Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c2542 udev = to_usb_device(dev); in usb_release_dev()
2693 return to_usb_device(tmp); in usb_get_dev()
H A DdrvConfig.c124 if (to_usb_device(ddev)->speed == USB_SPEED_HIGH in usb_parse_endpoint()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h249 static __inline__ struct usb_device *to_usb_device(struct device_s *d) in to_usb_device() function