Searched refs:i2o_driver (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/staging/i2o/ |
D | driver.c | 34 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()
|
D | config-osm.c | 31 static struct i2o_driver i2o_config_driver; 34 static struct i2o_driver i2o_config_driver = {
|
D | i2o.h | 456 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)
|
D | bus-osm.c | 23 static struct i2o_driver i2o_bus_driver; 129 static struct i2o_driver i2o_bus_driver = {
|
D | core.h | 17 extern struct i2o_driver i2o_exec_driver;
|
D | exec-osm.c | 42 struct i2o_driver i2o_exec_driver; 578 struct i2o_driver i2o_exec_driver = {
|
D | i2o_scsi.c | 73 static struct i2o_driver i2o_scsi_driver; 479 static struct i2o_driver i2o_scsi_driver = {
|
D | i2o_block.c | 73 static struct i2o_driver i2o_block_driver; 1126 static struct i2o_driver i2o_block_driver = {
|
D | iop.c | 1163 int i2o_event_register(struct i2o_device *dev, struct i2o_driver *drv, in i2o_event_register()
|
D | i2o_proc.c | 67 static struct i2o_driver i2o_proc_driver = {
|