Home
last modified time | relevance | path

Searched refs:_mtr (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBus.c145 struct list_head *_mtr; in ms_device_attach() local
157 _mtr = entry ; in ms_device_attach()
158 …ms_drv = (struct device_driver *)((char *)_mtr - (char *)offsetof(struct device_driver, bus_list) … in ms_device_attach()
179 const struct list_head *_mtr; in ms_driver_attach() local
186 _mtr = entry ; in ms_driver_attach()
187 ms_gdev = (struct device_s *)((char *)_mtr - (char *)offsetof(struct device_s, bus_list) ); in ms_driver_attach()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvBus.c124 struct list_head *_mtr; in device_attach() local
133 _mtr = entry ; in device_attach()
134 drv = (struct device_driver *)((char *)_mtr - (char *)offsetof(struct device_driver, bus_list) ); in device_attach()
150 const struct list_head *_mtr; in driver_attach() local
156 _mtr = entry ; in driver_attach()
157 dev = (struct device_s *)((char *)_mtr - (char *)offsetof(struct device_s, bus_list) ); in driver_attach()