Home
last modified time | relevance | path

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

/net/irda/ircomm/
Dircomm_ttp.c91 self->tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, in ircomm_open_tsap()
/net/irda/irlan/
Dirlan_provider.c404 tsap = irttp_open_tsap(LSAP_ANY, 1, &notify); in irlan_provider_open_ctrl_tsap()
Dirlan_client.c276 tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, &notify); in irlan_client_open_ctrl_tsap()
Dirlan_common.c482 tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, &notify); in irlan_open_data_tsap()
/net/irda/
Dirttp.c392 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify) in irttp_open_tsap() function
468 EXPORT_SYMBOL(irttp_open_tsap);
Daf_irda.c483 self->tsap = irttp_open_tsap(tsap_sel, DEFAULT_INITIAL_CREDIT, in irda_open_tsap()
/net/irda/irnet/
Dirnet_irda.c145 self->tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, in irnet_open_tsap()