Lines Matching refs:i2o_dev
48 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_bus_match() local
54 if (ids->class_id == i2o_dev->lct_data.class_id) in i2o_bus_match()
118 struct i2o_device *i2o_dev; in i2o_driver_register() local
121 list_for_each_entry(i2o_dev, &c->devices, list) in i2o_driver_register()
122 i2o_driver_notify_device_add(drv, i2o_dev); in i2o_driver_register()
153 struct i2o_device *i2o_dev; in i2o_driver_unregister() local
155 list_for_each_entry(i2o_dev, &c->devices, list) in i2o_driver_unregister()
156 i2o_driver_notify_device_remove(drv, i2o_dev); in i2o_driver_unregister()
232 evt->i2o_dev = dev; in i2o_driver_dispatch()
296 void i2o_driver_notify_device_add_all(struct i2o_device *i2o_dev) in i2o_driver_notify_device_add_all() argument
305 i2o_driver_notify_device_add(drv, i2o_dev); in i2o_driver_notify_device_add_all()
315 void i2o_driver_notify_device_remove_all(struct i2o_device *i2o_dev) in i2o_driver_notify_device_remove_all() argument
324 i2o_driver_notify_device_remove(drv, i2o_dev); in i2o_driver_notify_device_remove_all()