Home
last modified time | relevance | path

Searched refs:irttp_open_tsap (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/net/irda/
Dirttp.h155 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
/linux-4.1.27/net/irda/ircomm/
Dircomm_ttp.c89 self->tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, in ircomm_open_tsap()
/linux-4.1.27/net/irda/irlan/
Dirlan_provider.c396 tsap = irttp_open_tsap(LSAP_ANY, 1, &notify); in irlan_provider_open_ctrl_tsap()
Dirlan_client.c264 tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, &notify); in irlan_client_open_ctrl_tsap()
Dirlan_common.c470 tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, &notify); in irlan_open_data_tsap()
/linux-4.1.27/net/irda/
Dirttp.c389 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify) in irttp_open_tsap() function
463 EXPORT_SYMBOL(irttp_open_tsap);
Daf_irda.c473 self->tsap = irttp_open_tsap(tsap_sel, DEFAULT_INITIAL_CREDIT, in irda_open_tsap()
/linux-4.1.27/net/irda/irnet/
Dirnet_irda.c145 self->tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, in irnet_open_tsap()