Home
last modified time | relevance | path

Searched refs:_mptr (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBus.c226 struct list_head *_mptr; in ms_driver_detach() local
231 _mptr = entry; in ms_driver_detach()
232 … ms_gdev = (struct device_s *)( (char *)_mptr - (char *)offsetof(struct device_s, driver_list) ); in ms_driver_detach()
H A DdrvUSB.c311 const struct list_head *_mptr = entry;
312 … pDev = (struct device_s *) ( (char *)_mptr - (char *)offsetof(struct device_s, driver_list) );
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvBus.c184 struct list_head *_mptr; in driver_detach() local
188 _mptr = entry; in driver_detach()
189 dev = (struct device_s *)( (char *)_mptr - (char *)offsetof(struct device_s, driver_list) ); in driver_detach()
H A DdrvUSB.c2001 const struct list_head *_mptr = entry; in usb_find_interface() local
2002 dev = (struct device_s *) ( (char *)_mptr - (char *)offsetof(struct device_s, driver_list) ); in usb_find_interface()
2091 const struct list_head *_mptr = entry; in usb_find_dev_for_driver() local
2092 dev = (struct device_s *) ( (char *)_mptr - (char *)offsetof(struct device_s, driver_list) ); in usb_find_dev_for_driver()