Searched refs:ircomm_do_event (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/include/net/irda/ |
H A D | ircomm_event.h | 79 int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event,
|
/linux-4.1.27/net/irda/ircomm/ |
H A D | ircomm_lmp.c | 221 ircomm_do_event(self, IRCOMM_LMP_DATA_INDICATION, skb, NULL); ircomm_lmp_data_indication() 254 ircomm_do_event(self, IRCOMM_LMP_CONNECT_CONFIRM, skb, &info); ircomm_lmp_connect_confirm() 285 ircomm_do_event(self, IRCOMM_LMP_CONNECT_INDICATION, skb, &info); ircomm_lmp_connect_indication() 309 ircomm_do_event(self, IRCOMM_LMP_DISCONNECT_INDICATION, skb, &info); ircomm_lmp_disconnect_indication()
|
H A D | ircomm_ttp.c | 207 ircomm_do_event(self, IRCOMM_TTP_DATA_INDICATION, skb, NULL); ircomm_ttp_data_indication() 240 ircomm_do_event(self, IRCOMM_TTP_CONNECT_CONFIRM, skb, &info); ircomm_ttp_connect_confirm() 279 ircomm_do_event(self, IRCOMM_TTP_CONNECT_INDICATION, skb, &info); ircomm_ttp_connect_indication() 325 ircomm_do_event(self, IRCOMM_TTP_DISCONNECT_INDICATION, skb, &info); ircomm_ttp_disconnect_indication()
|
H A D | ircomm_core.c | 157 ircomm_do_event(self, IRCOMM_DISCONNECT_REQUEST, NULL, NULL); __ircomm_close() 222 ret = ircomm_do_event(self, IRCOMM_CONNECT_REQUEST, skb, &info); ircomm_connect_request() 265 ret = ircomm_do_event(self, IRCOMM_CONNECT_RESPONSE, userdata, NULL); ircomm_connect_response() 305 ret = ircomm_do_event(self, IRCOMM_DATA_REQUEST, skb, NULL); ircomm_data_request() 388 ret = ircomm_do_event(self, IRCOMM_CONTROL_REQUEST, skb, NULL); ircomm_control_request() 441 ret = ircomm_do_event(self, IRCOMM_DISCONNECT_REQUEST, userdata, ircomm_disconnect_request()
|
H A D | ircomm_event.c | 220 * Function ircomm_do_event (self, event, skb) 225 int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event, ircomm_do_event() function
|
Completed in 121 milliseconds