Searched refs:notify_t (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/include/net/irda/ |
D | irmod.h | 87 } notify_t; typedef 92 void irda_notify_init(notify_t *notify);
|
D | ircomm_core.h | 58 notify_t notify; 84 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
|
D | irlmp.h | 115 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 *);
|
D | irttp.h | 127 notify_t notify; /* Callbacks to client layer */ 155 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
|
D | irlap.h | 205 notify_t notify; /* Callbacks to IrLMP */
|
/linux-4.4.14/net/irda/ |
D | irmod.c | 59 void irda_notify_init(notify_t *notify) in irda_notify_init()
|
D | irttp.c | 389 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()
|
D | irlmp.c | 153 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()
|
D | iriap.c | 259 notify_t notify; in iriap_register_lsap()
|
D | af_irda.c | 455 notify_t notify; in irda_open_tsap() 495 notify_t notify; in irda_open_lsap()
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_lmp.c | 323 notify_t notify; in ircomm_open_lsap()
|
D | ircomm_ttp.c | 77 notify_t notify; in ircomm_open_tsap()
|
D | ircomm_core.c | 107 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line) in ircomm_open()
|
D | ircomm_tty.c | 216 notify_t notify; in ircomm_tty_startup()
|
/linux-4.4.14/net/irda/irlan/ |
D | irlan_provider.c | 377 notify_t notify; in irlan_provider_open_ctrl_tsap()
|
D | irlan_client.c | 246 notify_t notify; in irlan_client_open_ctrl_tsap()
|
D | irlan_common.c | 450 notify_t notify; in irlan_open_data_tsap()
|
/linux-4.4.14/net/irda/irnet/ |
D | irnet_irda.c | 126 notify_t notify; /* Callback structure */ in irnet_open_tsap()
|