Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBus.c94 void ms_device_bind_driver(struct device_s * ms_gdev) in ms_device_bind_driver()
109 static int ms_bus_match(struct device_s * ms_gdev, struct device_driver * ms_drv) in ms_bus_match()
140 static int ms_device_attach(struct device_s * ms_gdev) in ms_device_attach()
178 struct device_s * ms_gdev; in ms_driver_attach() local
202 void ms_device_release_driver(struct device_s * ms_gdev) in ms_device_release_driver()
225 struct device_s *ms_gdev; in ms_driver_detach() local
244 int ms_bus_add_device(struct device_s * ms_gdev) in ms_bus_add_device()
264 void ms_bus_remove_device(struct device_s * ms_gdev) in ms_bus_remove_device()
H A DdrvCore.c94 void ms_device_initialize(struct device_s *ms_gdev) in ms_device_initialize()
110 int ms_device_add(struct device_s *ms_gdev) in ms_device_add()
138 static void ms_device_del(struct device_s * ms_gdev) in ms_device_del()
155 void ms_device_unregister(struct device_s * ms_gdev) in ms_device_unregister()