• Home
  • Raw
  • Download

Lines Matching refs:event

32 static void state_s_disconnect   (struct iriap_cb *self, IRIAP_EVENT event,
34 static void state_s_connecting (struct iriap_cb *self, IRIAP_EVENT event,
36 static void state_s_call (struct iriap_cb *self, IRIAP_EVENT event,
39 static void state_s_make_call (struct iriap_cb *self, IRIAP_EVENT event,
41 static void state_s_calling (struct iriap_cb *self, IRIAP_EVENT event,
43 static void state_s_outstanding (struct iriap_cb *self, IRIAP_EVENT event,
45 static void state_s_replying (struct iriap_cb *self, IRIAP_EVENT event,
47 static void state_s_wait_for_call(struct iriap_cb *self, IRIAP_EVENT event,
49 static void state_s_wait_active (struct iriap_cb *self, IRIAP_EVENT event,
52 static void state_r_disconnect (struct iriap_cb *self, IRIAP_EVENT event,
54 static void state_r_call (struct iriap_cb *self, IRIAP_EVENT event,
56 static void state_r_waiting (struct iriap_cb *self, IRIAP_EVENT event,
58 static void state_r_wait_active (struct iriap_cb *self, IRIAP_EVENT event,
60 static void state_r_receiving (struct iriap_cb *self, IRIAP_EVENT event,
62 static void state_r_execute (struct iriap_cb *self, IRIAP_EVENT event,
64 static void state_r_returning (struct iriap_cb *self, IRIAP_EVENT event,
67 static void (*iriap_state[])(struct iriap_cb *self, IRIAP_EVENT event,
126 void iriap_do_client_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_client_event() argument
132 (*iriap_state[ self->client_state]) (self, event, skb); in iriap_do_client_event()
135 void iriap_do_call_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_call_event() argument
141 (*iriap_state[ self->call_state]) (self, event, skb); in iriap_do_call_event()
144 void iriap_do_server_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_server_event() argument
150 (*iriap_state[ self->server_state]) (self, event, skb); in iriap_do_server_event()
153 void iriap_do_r_connect_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_r_connect_event() argument
159 (*iriap_state[ self->r_connect_state]) (self, event, skb); in iriap_do_r_connect_event()
169 static void state_s_disconnect(struct iriap_cb *self, IRIAP_EVENT event, in state_s_disconnect() argument
175 switch (event) { in state_s_disconnect()
188 IRDA_DEBUG(0, "%s(), Unknown event %d\n", __func__, event); in state_s_disconnect()
199 static void state_s_connecting(struct iriap_cb *self, IRIAP_EVENT event, in state_s_connecting() argument
205 switch (event) { in state_s_connecting()
220 IRDA_DEBUG(0, "%s(), Unknown event %d\n", __func__, event); in state_s_connecting()
232 static void state_s_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_call() argument
237 switch (event) { in state_s_call()
244 IRDA_DEBUG(0, "state_s_call: Unknown event %d\n", event); in state_s_call()
255 static void state_s_make_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_make_call() argument
262 switch (event) { in state_s_make_call()
272 IRDA_DEBUG(0, "%s(), Unknown event %d\n", __func__, event); in state_s_make_call()
283 static void state_s_calling(struct iriap_cb *self, IRIAP_EVENT event, in state_s_calling() argument
295 static void state_s_outstanding(struct iriap_cb *self, IRIAP_EVENT event, in state_s_outstanding() argument
300 switch (event) { in state_s_outstanding()
308 IRDA_DEBUG(0, "%s(), Unknown event %d\n", __func__, event); in state_s_outstanding()
318 static void state_s_replying(struct iriap_cb *self, IRIAP_EVENT event, in state_s_replying() argument
330 static void state_s_wait_for_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_wait_for_call() argument
343 static void state_s_wait_active(struct iriap_cb *self, IRIAP_EVENT event, in state_s_wait_active() argument
361 static void state_r_disconnect(struct iriap_cb *self, IRIAP_EVENT event, in state_r_disconnect() argument
366 switch (event) { in state_r_disconnect()
389 IRDA_DEBUG(0, "%s(), unknown event %d\n", __func__, event); in state_r_disconnect()
397 static void state_r_call(struct iriap_cb *self, IRIAP_EVENT event, in state_r_call() argument
402 switch (event) { in state_r_call()
421 static void state_r_waiting(struct iriap_cb *self, IRIAP_EVENT event, in state_r_waiting() argument
427 static void state_r_wait_active(struct iriap_cb *self, IRIAP_EVENT event, in state_r_wait_active() argument
439 static void state_r_receiving(struct iriap_cb *self, IRIAP_EVENT event, in state_r_receiving() argument
444 switch (event) { in state_r_receiving()
462 static void state_r_execute(struct iriap_cb *self, IRIAP_EVENT event, in state_r_execute() argument
471 switch (event) { in state_r_execute()
491 static void state_r_returning(struct iriap_cb *self, IRIAP_EVENT event, in state_r_returning() argument
494 IRDA_DEBUG(0, "%s(), event=%d\n", __func__, event); in state_r_returning()
496 switch (event) { in state_r_returning()