Searched refs:IRCOMM_EVENT (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/net/irda/ircomm/ |
D | ircomm_event.c | 44 static int ircomm_state_idle(struct ircomm_cb *self, IRCOMM_EVENT event, 46 static int ircomm_state_waiti(struct ircomm_cb *self, IRCOMM_EVENT event, 48 static int ircomm_state_waitr(struct ircomm_cb *self, IRCOMM_EVENT event, 50 static int ircomm_state_conn(struct ircomm_cb *self, IRCOMM_EVENT event, 79 static int (*state[])(struct ircomm_cb *self, IRCOMM_EVENT event, 94 static int ircomm_state_idle(struct ircomm_cb *self, IRCOMM_EVENT event, in ircomm_state_idle() 125 static int ircomm_state_waiti(struct ircomm_cb *self, IRCOMM_EVENT event, in ircomm_state_waiti() 157 static int ircomm_state_waitr(struct ircomm_cb *self, IRCOMM_EVENT event, in ircomm_state_waitr() 192 static int ircomm_state_conn(struct ircomm_cb *self, IRCOMM_EVENT event, in ircomm_state_conn() 236 int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event, in ircomm_do_event()
|
/linux-2.4.37.9/include/net/irda/ |
D | ircomm_event.h | 59 } IRCOMM_EVENT; typedef 80 int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event,
|