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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
H A Dcommand.c30 static void exec_next_command(struct service_processor *sp);
34 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size)
77 static void enqueue_command(struct service_processor *sp, struct command *cmd)
82 static struct command *dequeue_command(struct service_processor *sp)
97 static inline void do_exec_command(struct service_processor *sp)
119 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd)
139 static void exec_next_command(struct service_processor *sp)
175 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size)
H A Duart.c34 void ibmasm_register_uart(struct service_processor *sp)
65 void ibmasm_unregister_uart(struct service_processor *sp)
H A Dheartbeat.c65 int ibmasm_heartbeat_init(struct service_processor *sp)
74 void ibmasm_heartbeat_exit(struct service_processor *sp)
85 void ibmasm_receive_heartbeat(struct service_processor *sp, void *message, size_t size)
H A Dlowlevel.c33 int ibmasm_send_i2o_message(struct service_processor *sp)
60 struct service_processor *sp = (struct service_processor *)dev_id;
H A Devent.c40 static void wake_up_event_readers(struct service_processor *sp)
57 void ibmasm_receive_event(struct service_processor *sp, void *data, unsigned int data_size)
91 int ibmasm_get_next_event(struct service_processor *sp, struct event_reader *reader)
130 void ibmasm_event_reader_register(struct service_processor *sp, struct event_reader *reader)
141 void ibmasm_event_reader_unregister(struct service_processor *sp, struct event_reader *reader)
150 int ibmasm_event_buffer_init(struct service_processor *sp)
174 void ibmasm_event_buffer_exit(struct service_processor *sp)
H A Dr_heartbeat.c49 void ibmasm_init_reverse_heartbeat(struct service_processor *sp, struct reverse_heartbeat *rhb)
61 int ibmasm_start_reverse_heartbeat(struct service_processor *sp, struct reverse_heartbeat *rhb)
H A Ddot_command.c31 void ibmasm_receive_message(struct service_processor *sp, void *message, int message_size)
68 int ibmasm_send_driver_vpd(struct service_processor *sp)
124 int ibmasm_send_os_state(struct service_processor *sp, int os_state)
H A Dmodule.c68 struct service_processor *sp;
81 sp = kzalloc(sizeof(struct service_processor), GFP_KERNEL);
168 struct service_processor *sp = (struct service_processor *)pci_get_drvdata(pdev);
H A Dibmasmfs.c216 void ibmasmfs_add_sp(struct service_processor *sp)
223 struct service_processor *sp;
229 struct service_processor *sp;
236 struct service_processor *sp;
350 struct service_processor *sp;
382 struct service_processor *sp = event_data->sp;
614 struct service_processor *sp;
619 sp = list_entry(entry, struct service_processor, node);
H A Dremote.c184 void ibmasm_handle_mouse_interrupt(struct service_processor *sp)
210 int ibmasm_init_remote_input_dev(struct service_processor *sp)
276 void ibmasm_free_remote_input_dev(struct service_processor *sp)
H A Dremote.h113 static inline int advance_queue_reader(struct service_processor *sp, unsigned long reader)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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...]
H A Dcommand.c30 static void exec_next_command(struct service_processor *sp);
34 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size)
77 static void enqueue_command(struct service_processor *sp, struct command *cmd)
82 static struct command *dequeue_command(struct service_processor *sp)
97 static inline void do_exec_command(struct service_processor *sp)
119 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd)
139 static void exec_next_command(struct service_processor *sp)
175 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size)
H A Duart.c34 void ibmasm_register_uart(struct service_processor *sp)
65 void ibmasm_unregister_uart(struct service_processor *sp)
H A Dheartbeat.c65 int ibmasm_heartbeat_init(struct service_processor *sp)
74 void ibmasm_heartbeat_exit(struct service_processor *sp)
85 void ibmasm_receive_heartbeat(struct service_processor *sp, void *message, size_t size)
H A Dlowlevel.c33 int ibmasm_send_i2o_message(struct service_processor *sp)
60 struct service_processor *sp = (struct service_processor *)dev_id;
H A Devent.c40 static void wake_up_event_readers(struct service_processor *sp)
57 void ibmasm_receive_event(struct service_processor *sp, void *data, unsigned int data_size)
91 int ibmasm_get_next_event(struct service_processor *sp, struct event_reader *reader)
130 void ibmasm_event_reader_register(struct service_processor *sp, struct event_reader *reader)
141 void ibmasm_event_reader_unregister(struct service_processor *sp, struct event_reader *reader)
150 int ibmasm_event_buffer_init(struct service_processor *sp)
174 void ibmasm_event_buffer_exit(struct service_processor *sp)
H A Dr_heartbeat.c49 void ibmasm_init_reverse_heartbeat(struct service_processor *sp, struct reverse_heartbeat *rhb)
61 int ibmasm_start_reverse_heartbeat(struct service_processor *sp, struct reverse_heartbeat *rhb)
H A Ddot_command.c31 void ibmasm_receive_message(struct service_processor *sp, void *message, int message_size)
68 int ibmasm_send_driver_vpd(struct service_processor *sp)
124 int ibmasm_send_os_state(struct service_processor *sp, int os_state)
H A Dmodule.c68 struct service_processor *sp;
81 sp = kzalloc(sizeof(struct service_processor), GFP_KERNEL);
168 struct service_processor *sp = (struct service_processor *)pci_get_drvdata(pdev);
H A Dibmasmfs.c216 void ibmasmfs_add_sp(struct service_processor *sp)
223 struct service_processor *sp;
229 struct service_processor *sp;
236 struct service_processor *sp;
350 struct service_processor *sp;
382 struct service_processor *sp = event_data->sp;
614 struct service_processor *sp;
619 sp = list_entry(entry, struct service_processor, node);
H A Dremote.c184 void ibmasm_handle_mouse_interrupt(struct service_processor *sp)
210 int ibmasm_init_remote_input_dev(struct service_processor *sp)
276 void ibmasm_free_remote_input_dev(struct service_processor *sp)
H A Dremote.h113 static inline int advance_queue_reader(struct service_processor *sp, unsigned long reader)

Completed in 234 milliseconds