i2o_driver        621 include/linux/i2o.h extern int i2o_event_register(struct i2o_device *, struct i2o_driver *, int,
i2o_driver        711 include/linux/i2o.h extern int i2o_driver_register(struct i2o_driver *);
i2o_driver        712 include/linux/i2o.h extern void i2o_driver_unregister(struct i2o_driver *);
i2o_driver        721 include/linux/i2o.h static inline void i2o_driver_notify_controller_add(struct i2o_driver *drv,
i2o_driver        735 include/linux/i2o.h static inline void i2o_driver_notify_controller_remove(struct i2o_driver *drv,
i2o_driver        749 include/linux/i2o.h static inline void i2o_driver_notify_device_add(struct i2o_driver *drv,
i2o_driver        763 include/linux/i2o.h static inline void i2o_driver_notify_device_remove(struct i2o_driver *drv,
i2o_driver        783 include/linux/i2o.h #define to_i2o_driver(drv) container_of(drv,struct i2o_driver, driver)