Searched refs:irlan_do_provider_event (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/net/irda/irlan/ |
D | irlan_provider.c | 86 irlan_do_provider_event(self, IRLAN_GET_INFO_CMD, skb); in irlan_provider_data_indication() 91 irlan_do_provider_event(self, IRLAN_GET_MEDIA_CMD, skb); in irlan_provider_data_indication() 95 irlan_do_provider_event(self, IRLAN_OPEN_DATA_CMD, skb); in irlan_provider_data_indication() 99 irlan_do_provider_event(self, IRLAN_FILTER_CONFIG_CMD, skb); in irlan_provider_data_indication() 148 irlan_do_provider_event(self, IRLAN_CONNECT_INDICATION, NULL); in irlan_provider_connect_indication() 197 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 | 155 irlan_do_provider_event(self, IRLAN_LMP_DISCONNECT, NULL); in irlan_eth_close()
|
D | irlan_common.c | 327 irlan_do_provider_event(self, IRLAN_DATA_CONNECT_INDICATION, NULL); in irlan_connect_indication() 439 irlan_do_provider_event(self, IRLAN_LMP_DISCONNECT, NULL); in irlan_disconnect_indication()
|
/linux-2.4.37.9/include/net/irda/ |
D | irlan_event.h | 73 void irlan_do_provider_event(struct irlan_cb *self, IRLAN_EVENT event,
|