Home
last modified time | relevance | path

Searched refs:irlmp_open_lsap (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/net/irda/
Dirlmp.h197 struct lsap_cb *irlmp_open_lsap(__u8 slsap, notify_t *notify, __u8 pid);
/linux-3.4.99/net/irda/ircomm/
Dircomm_lmp.c354 self->lsap = irlmp_open_lsap(LSAP_ANY, &notify, 0); in ircomm_open_lsap()
/linux-3.4.99/net/irda/
Dirlmp.c147 struct lsap_cb *irlmp_open_lsap(__u8 slsap_sel, notify_t *notify, __u8 pid) in irlmp_open_lsap() function
196 EXPORT_SYMBOL(irlmp_open_lsap);
Diriap.c284 self->lsap = irlmp_open_lsap(slsap_sel, &notify, 0); in iriap_register_lsap()
Dirttp.c441 lsap = irlmp_open_lsap(stsap_sel, &ttp_notify, 0); in irttp_open_tsap()
Daf_irda.c521 self->lsap = irlmp_open_lsap(LSAP_CONNLESS, &notify, pid); in irda_open_lsap()