Home
last modified time | relevance | path

Searched refs:notify_t (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/include/net/irda/
Dirmod.h87 } notify_t; typedef
92 void irda_notify_init(notify_t *notify);
Dircomm_core.h58 notify_t notify;
84 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
Dirlmp.h115 notify_t notify; /* Indication/Confirm entry points */
197 struct lsap_cb *irlmp_open_lsap(__u8 slsap, notify_t *notify, __u8 pid);
210 void irlmp_register_link(struct irlap_cb *, __u32 saddr, notify_t *);
Dirttp.h127 notify_t notify; /* Callbacks to client layer */
155 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
Dirlap.h205 notify_t notify; /* Callbacks to IrLMP */
/linux-4.4.14/net/irda/
Dirmod.c59 void irda_notify_init(notify_t *notify) in irda_notify_init()
Dirttp.c389 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify) in irttp_open_tsap()
393 notify_t ttp_notify; in irttp_open_tsap()
Dirlmp.c153 struct lsap_cb *irlmp_open_lsap(__u8 slsap_sel, notify_t *notify, __u8 pid) in irlmp_open_lsap()
282 void irlmp_register_link(struct irlap_cb *irlap, __u32 saddr, notify_t *notify) in irlmp_register_link()
Diriap.c259 notify_t notify; in iriap_register_lsap()
Daf_irda.c455 notify_t notify; in irda_open_tsap()
495 notify_t notify; in irda_open_lsap()
/linux-4.4.14/net/irda/ircomm/
Dircomm_lmp.c323 notify_t notify; in ircomm_open_lsap()
Dircomm_ttp.c77 notify_t notify; in ircomm_open_tsap()
Dircomm_core.c107 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line) in ircomm_open()
Dircomm_tty.c216 notify_t notify; in ircomm_tty_startup()
/linux-4.4.14/net/irda/irlan/
Dirlan_provider.c377 notify_t notify; in irlan_provider_open_ctrl_tsap()
Dirlan_client.c246 notify_t notify; in irlan_client_open_ctrl_tsap()
Dirlan_common.c450 notify_t notify; in irlan_open_data_tsap()
/linux-4.4.14/net/irda/irnet/
Dirnet_irda.c126 notify_t notify; /* Callback structure */ in irnet_open_tsap()