Searched refs:ircomm_do_event (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dircomm_event.h81 int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_lmp.c236 ircomm_do_event(self, IRCOMM_LMP_DATA_INDICATION, skb, NULL);
271 ircomm_do_event(self, IRCOMM_LMP_CONNECT_CONFIRM, skb, &info);
304 ircomm_do_event(self, IRCOMM_LMP_CONNECT_INDICATION, skb, &info);
330 ircomm_do_event(self, IRCOMM_LMP_DISCONNECT_INDICATION, skb, &info);
H A Dircomm_ttp.c217 ircomm_do_event(self, IRCOMM_TTP_DATA_INDICATION, skb, NULL);
252 ircomm_do_event(self, IRCOMM_TTP_CONNECT_CONFIRM, skb, &info);
293 ircomm_do_event(self, IRCOMM_TTP_CONNECT_INDICATION, skb, &info);
341 ircomm_do_event(self, IRCOMM_TTP_DISCONNECT_INDICATION, skb, &info);
H A Dircomm_core.c162 ircomm_do_event(self, IRCOMM_DISCONNECT_REQUEST, NULL, NULL);
231 ret = ircomm_do_event(self, IRCOMM_CONNECT_REQUEST, skb, &info);
284 ret = ircomm_do_event(self, IRCOMM_CONNECT_RESPONSE, userdata, NULL);
328 ret = ircomm_do_event(self, IRCOMM_DATA_REQUEST, skb, NULL);
415 ret = ircomm_do_event(self, IRCOMM_CONTROL_REQUEST, skb, NULL);
472 ret = ircomm_do_event(self, IRCOMM_DISCONNECT_REQUEST, userdata,
H A Dircomm_event.c224 * Function ircomm_do_event (self, event, skb)
229 int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event, function

Completed in 97 milliseconds