irlmp_open_lsap   197 include/net/irda/irlmp.h struct lsap_cb *irlmp_open_lsap(__u8 slsap, notify_t *notify, __u8 pid);
irlmp_open_lsap   520 net/irda/af_irda.c 	self->lsap = irlmp_open_lsap(LSAP_CONNLESS, &notify, pid);
irlmp_open_lsap   355 net/irda/ircomm/ircomm_lmp.c 	self->lsap = irlmp_open_lsap(LSAP_ANY, &notify, 0);
irlmp_open_lsap   278 net/irda/iriap.c 	self->lsap = irlmp_open_lsap(slsap_sel, &notify, 0);
irlmp_open_lsap   439 net/irda/irttp.c 	lsap = irlmp_open_lsap(stsap_sel, &ttp_notify, 0);