Searched refs:_mptr (Results 1 – 4 of 4) sorted by relevance
226 struct list_head *_mptr; in ms_driver_detach() local231 _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()
311 const struct list_head *_mptr = entry;312 … pDev = (struct device_s *) ( (char *)_mptr - (char *)offsetof(struct device_s, driver_list) );
184 struct list_head *_mptr; in driver_detach() local188 _mptr = entry; in driver_detach()189 dev = (struct device_s *)( (char *)_mptr - (char *)offsetof(struct device_s, driver_list) ); in driver_detach()
2001 const struct list_head *_mptr = entry; in usb_find_interface() local2002 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() local2092 dev = (struct device_s *) ( (char *)_mptr - (char *)offsetof(struct device_s, driver_list) ); in usb_find_dev_for_driver()