Lines Matching defs:ipmi_smi_handlers
80 struct ipmi_smi_handlers { struct
81 struct module *owner;
87 int (*start_processing)(void *send_info,
95 int (*get_smi_info)(void *send_info, struct ipmi_smi_info *data);
104 void (*sender)(void *send_info,
109 void (*request_events)(void *send_info);
116 void (*set_need_watch)(void *send_info, bool enable);
121 void (*flush_messages)(void *send_info);
128 void (*set_run_to_completion)(void *send_info, bool run_to_completion);
132 void (*poll)(void *send_info);
139 void (*set_maintenance_mode)(void *send_info, bool enable);
145 int (*inc_usecount)(void *send_info);
146 void (*dec_usecount)(void *send_info);