Searched refs:IRIAP_EVENT (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/irda/ |
D | iriap_event.c | 34 static void state_s_disconnect (struct iriap_cb *self, IRIAP_EVENT event, 36 static void state_s_connecting (struct iriap_cb *self, IRIAP_EVENT event, 38 static void state_s_call (struct iriap_cb *self, IRIAP_EVENT event, 41 static void state_s_make_call (struct iriap_cb *self, IRIAP_EVENT event, 43 static void state_s_calling (struct iriap_cb *self, IRIAP_EVENT event, 45 static void state_s_outstanding (struct iriap_cb *self, IRIAP_EVENT event, 47 static void state_s_replying (struct iriap_cb *self, IRIAP_EVENT event, 49 static void state_s_wait_for_call(struct iriap_cb *self, IRIAP_EVENT event, 51 static void state_s_wait_active (struct iriap_cb *self, IRIAP_EVENT event, 54 static void state_r_disconnect (struct iriap_cb *self, IRIAP_EVENT event, [all …]
|
/linux-4.1.27/include/net/irda/ |
D | iriap_event.h | 66 } IRIAP_EVENT; typedef 74 void iriap_do_client_event(struct iriap_cb *self, IRIAP_EVENT event, 76 void iriap_do_call_event (struct iriap_cb *self, IRIAP_EVENT event, 79 void iriap_do_server_event (struct iriap_cb *self, IRIAP_EVENT event, 81 void iriap_do_r_connect_event(struct iriap_cb *self, IRIAP_EVENT event,
|