Searched refs:irlan_do_provider_event (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/irda/irlan/ |
D | irlan_provider.c | 84 irlan_do_provider_event(self, IRLAN_GET_INFO_CMD, skb); in irlan_provider_data_indication() 89 irlan_do_provider_event(self, IRLAN_GET_MEDIA_CMD, skb); in irlan_provider_data_indication() 93 irlan_do_provider_event(self, IRLAN_OPEN_DATA_CMD, skb); in irlan_provider_data_indication() 97 irlan_do_provider_event(self, IRLAN_FILTER_CONFIG_CMD, skb); in irlan_provider_data_indication() 141 irlan_do_provider_event(self, IRLAN_CONNECT_INDICATION, NULL); in irlan_provider_connect_indication() 190 irlan_do_provider_event(self, IRLAN_LMP_DISCONNECT, NULL); in irlan_provider_disconnect_indication()
|
D | irlan_provider_event.c | 58 void irlan_do_provider_event(struct irlan_cb *self, IRLAN_EVENT event, in irlan_do_provider_event() function
|
D | irlan_eth.c | 145 irlan_do_provider_event(self, IRLAN_LMP_DISCONNECT, NULL); in irlan_eth_close()
|
D | irlan_common.c | 329 irlan_do_provider_event(self, IRLAN_DATA_CONNECT_INDICATION, NULL); in irlan_connect_indication() 442 irlan_do_provider_event(self, IRLAN_LMP_DISCONNECT, NULL); in irlan_disconnect_indication()
|
/linux-4.4.14/include/net/irda/ |
D | irlan_event.h | 75 void irlan_do_provider_event(struct irlan_cb *self, IRLAN_EVENT event,
|