Searched refs:IRLAP_EVENT (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/net/irda/ |
D | irlap_event.c | 49 static int irlap_state_ndm (struct irlap_cb *self, IRLAP_EVENT event, 51 static int irlap_state_query (struct irlap_cb *self, IRLAP_EVENT event, 53 static int irlap_state_reply (struct irlap_cb *self, IRLAP_EVENT event, 55 static int irlap_state_conn (struct irlap_cb *self, IRLAP_EVENT event, 57 static int irlap_state_setup (struct irlap_cb *self, IRLAP_EVENT event, 59 static int irlap_state_offline(struct irlap_cb *self, IRLAP_EVENT event, 61 static int irlap_state_xmit_p (struct irlap_cb *self, IRLAP_EVENT event, 63 static int irlap_state_pclose (struct irlap_cb *self, IRLAP_EVENT event, 65 static int irlap_state_nrm_p (struct irlap_cb *self, IRLAP_EVENT event, 67 static int irlap_state_reset_wait(struct irlap_cb *self, IRLAP_EVENT event, [all …]
|
/linux-2.4.37.9/include/net/irda/ |
D | irlap_event.h | 108 } IRLAP_EVENT; typedef 135 void irlap_do_event(struct irlap_cb *self, IRLAP_EVENT event, 137 void irlap_print_event(IRLAP_EVENT event);
|