Searched defs:service_processor (Results 1 - 1 of 1) sorted by relevance

/drivers/misc/ibmasm/
H A Dibmasm.h150 struct service_processor { struct
168 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size);
169 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd);
171 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size);
174 int ibmasm_event_buffer_init(struct service_processor *sp);
175 void ibmasm_event_buffer_exit(struct service_processor *sp);
176 void ibmasm_receive_event(struct service_processor *sp, void *data, unsigned int data_size);
177 void ibmasm_event_reader_register(struct service_processor *sp, struct event_reader *reader);
178 void ibmasm_event_reader_unregister(struct service_processor *sp, struct event_reader *reader);
179 int ibmasm_get_next_event(struct service_processor *s
[all...]

Completed in 142 milliseconds