Home
last modified time | relevance | path

Searched defs:drv (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvBus.c97 static int bus_match(struct device_s * dev, struct device_driver * drv) in bus_match()
123 struct device_driver * drv; in device_attach() local
145 void driver_attach(struct device_driver * drv) in driver_attach()
168 struct device_driver * drv = dev->driver; in device_release_driver() local
180 static void driver_detach(struct device_driver * drv) in driver_detach()
219 int bus_add_driver(struct device_driver * drv) in bus_add_driver()
235 void bus_remove_driver(struct device_driver * drv) in bus_remove_driver()
H A DdrvAMBA.c89 int AMBA_match(struct device_s * dev, struct device_driver * drv) in AMBA_match()
108 int AMBA_match_Port2(struct device_s * dev, struct device_driver * drv) in AMBA_match_Port2()
126 int AMBA_match_EX(struct device_s * dev, struct device_driver * drv) in AMBA_match_EX()
H A DdrvUSB.c1994 struct usb_interface *usb_find_interface(struct usb_driver *drv, int minor) in usb_find_interface()
2169 static int usb_device_match (struct device_s *dev, struct device_driver *drv) in usb_device_match()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvCPE_AMBA.h98 struct device_driver drv; member