Home
last modified time | relevance | path

Searched defs:ms_drv (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBus.c109 static int ms_bus_match(struct device_s * ms_gdev, struct device_driver * ms_drv) in ms_bus_match()
144 struct device_driver * ms_drv; in ms_device_attach() local
174 void ms_driver_attach(struct device_driver * ms_drv) in ms_driver_attach()
204 struct device_driver * ms_drv = ms_gdev->driver; in ms_device_release_driver() local
222 static void ms_driver_detach(struct device_driver * ms_drv) in ms_driver_detach()
281 int ms_bus_add_driver(struct device_driver * ms_drv) in ms_bus_add_driver()
304 void ms_bus_remove_driver(struct device_driver * ms_drv) in ms_bus_remove_driver()
H A DdrvDriver.c91 int ms_driver_register(struct device_driver * ms_drv) in ms_driver_register()
105 void ms_driver_unregister(struct device_driver * ms_drv) in ms_driver_unregister()