Linux Kernel
3.7.1
|
#include <i2o.h>
Data Fields | |
char * | name |
int | context |
struct i2o_class_id * | classes |
int(* | reply )(struct i2o_controller *, u32, struct i2o_message *) |
work_func_t | event |
struct workqueue_struct * | event_queue |
struct device_driver | driver |
void(* | notify_controller_add )(struct i2o_controller *) |
void(* | notify_controller_remove )(struct i2o_controller *) |
void(* | notify_device_add )(struct i2o_device *) |
void(* | notify_device_remove )(struct i2o_device *) |
struct semaphore | lock |
struct i2o_class_id* classes |
struct device_driver driver |
void(* notify_controller_add)(struct i2o_controller *) |
void(* notify_controller_remove)(struct i2o_controller *) |
void(* notify_device_add)(struct i2o_device *) |
void(* notify_device_remove)(struct i2o_device *) |
int(* reply)(struct i2o_controller *, u32, struct i2o_message *) |