Home
last modified time | relevance | path

Searched refs:i2o_driver (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/staging/i2o/
Ddriver.c34 static struct i2o_driver **i2o_drivers;
49 struct i2o_driver *i2o_drv = to_i2o_driver(drv); in i2o_bus_match()
77 int i2o_driver_register(struct i2o_driver *drv) in i2o_driver_register()
147 void i2o_driver_unregister(struct i2o_driver *drv) in i2o_driver_unregister()
190 struct i2o_driver *drv; in i2o_driver_dispatch()
264 struct i2o_driver *drv; in i2o_driver_notify_controller_add_all()
284 struct i2o_driver *drv; in i2o_driver_notify_controller_remove_all()
303 struct i2o_driver *drv; in i2o_driver_notify_device_add_all()
322 struct i2o_driver *drv; in i2o_driver_notify_device_remove_all()
Dconfig-osm.c31 static struct i2o_driver i2o_config_driver;
34 static struct i2o_driver i2o_config_driver = {
Di2o.h456 struct i2o_driver { struct
621 extern int i2o_event_register(struct i2o_device *, struct i2o_driver *, int,
711 extern int i2o_driver_register(struct i2o_driver *);
712 extern void i2o_driver_unregister(struct i2o_driver *);
721 static inline void i2o_driver_notify_controller_add(struct i2o_driver *drv, in i2o_driver_notify_controller_add()
735 static inline void i2o_driver_notify_controller_remove(struct i2o_driver *drv, in i2o_driver_notify_controller_remove()
749 static inline void i2o_driver_notify_device_add(struct i2o_driver *drv, in i2o_driver_notify_device_add()
763 static inline void i2o_driver_notify_device_remove(struct i2o_driver *drv, in i2o_driver_notify_device_remove()
783 #define to_i2o_driver(drv) container_of(drv,struct i2o_driver, driver)
Dbus-osm.c23 static struct i2o_driver i2o_bus_driver;
129 static struct i2o_driver i2o_bus_driver = {
Dcore.h17 extern struct i2o_driver i2o_exec_driver;
Dexec-osm.c42 struct i2o_driver i2o_exec_driver;
578 struct i2o_driver i2o_exec_driver = {
Di2o_scsi.c73 static struct i2o_driver i2o_scsi_driver;
479 static struct i2o_driver i2o_scsi_driver = {
Di2o_block.c73 static struct i2o_driver i2o_block_driver;
1126 static struct i2o_driver i2o_block_driver = {
Diop.c1163 int i2o_event_register(struct i2o_device *dev, struct i2o_driver *drv, in i2o_event_register()
Di2o_proc.c67 static struct i2o_driver i2o_proc_driver = {