ircomm_do_event    81 include/net/irda/ircomm_event.h int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event,
ircomm_do_event   161 net/irda/ircomm/ircomm_core.c 	ircomm_do_event(self, IRCOMM_DISCONNECT_REQUEST, NULL, NULL);
ircomm_do_event   230 net/irda/ircomm/ircomm_core.c 	ret = ircomm_do_event(self, IRCOMM_CONNECT_REQUEST, skb, &info);
ircomm_do_event   283 net/irda/ircomm/ircomm_core.c 	ret = ircomm_do_event(self, IRCOMM_CONNECT_RESPONSE, userdata, NULL);
ircomm_do_event   327 net/irda/ircomm/ircomm_core.c 	ret = ircomm_do_event(self, IRCOMM_DATA_REQUEST, skb, NULL);
ircomm_do_event   414 net/irda/ircomm/ircomm_core.c 	ret = ircomm_do_event(self, IRCOMM_CONTROL_REQUEST, skb, NULL);
ircomm_do_event   471 net/irda/ircomm/ircomm_core.c 	ret = ircomm_do_event(self, IRCOMM_DISCONNECT_REQUEST, userdata,
ircomm_do_event   234 net/irda/ircomm/ircomm_lmp.c 	ircomm_do_event(self, IRCOMM_LMP_DATA_INDICATION, skb, NULL);
ircomm_do_event   269 net/irda/ircomm/ircomm_lmp.c 	ircomm_do_event(self, IRCOMM_LMP_CONNECT_CONFIRM, skb, &info);
ircomm_do_event   302 net/irda/ircomm/ircomm_lmp.c 	ircomm_do_event(self, IRCOMM_LMP_CONNECT_INDICATION, skb, &info);
ircomm_do_event   328 net/irda/ircomm/ircomm_lmp.c 	ircomm_do_event(self, IRCOMM_LMP_DISCONNECT_INDICATION, skb, &info);
ircomm_do_event   217 net/irda/ircomm/ircomm_ttp.c 	ircomm_do_event(self, IRCOMM_TTP_DATA_INDICATION, skb, NULL);
ircomm_do_event   252 net/irda/ircomm/ircomm_ttp.c 	ircomm_do_event(self, IRCOMM_TTP_CONNECT_CONFIRM, skb, &info);
ircomm_do_event   293 net/irda/ircomm/ircomm_ttp.c 	ircomm_do_event(self, IRCOMM_TTP_CONNECT_INDICATION, skb, &info);
ircomm_do_event   341 net/irda/ircomm/ircomm_ttp.c 	ircomm_do_event(self, IRCOMM_TTP_DISCONNECT_INDICATION, skb, &info);