Lines Matching refs:ircomm_cb
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()
251 void ircomm_next_state(struct ircomm_cb *self, IRCOMM_STATE state) in ircomm_next_state()