Searched defs:i2o_driver (Results 1 – 1 of 1) sorted by relevance
456 struct i2o_driver { struct457 char *name; /* OSM name */458 int context; /* Low 8 bits of the transaction info */459 struct i2o_class_id *classes; /* I2O classes that this OSM handles */462 int (*reply) (struct i2o_controller *, u32, struct i2o_message *);465 work_func_t event;467 struct workqueue_struct *event_queue; /* Event queue */469 struct device_driver driver;472 void (*notify_controller_add) (struct i2o_controller *);473 void (*notify_controller_remove) (struct i2o_controller *);[all …]