Searched refs:_mtr (Results 1 – 2 of 2) sorted by relevance
145 struct list_head *_mtr; in ms_device_attach() local157 _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() local186 _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()
124 struct list_head *_mtr; in device_attach() local133 _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() local156 _mtr = entry ; in driver_attach()157 dev = (struct device_s *)((char *)_mtr - (char *)offsetof(struct device_s, bus_list) ); in driver_attach()