Searched defs:drv (Results 1 – 4 of 4) sorted by relevance
97 static int bus_match(struct device_s * dev, struct device_driver * drv) in bus_match()123 struct device_driver * drv; in device_attach() local145 void driver_attach(struct device_driver * drv) in driver_attach()168 struct device_driver * drv = dev->driver; in device_release_driver() local180 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()
89 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()
1994 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()
98 struct device_driver drv; member