Lines Matching refs:notify
77 notify_t notify; in ircomm_open_tsap() local
80 irda_notify_init(¬ify); in ircomm_open_tsap()
81 notify.data_indication = ircomm_ttp_data_indication; in ircomm_open_tsap()
82 notify.connect_confirm = ircomm_ttp_connect_confirm; in ircomm_open_tsap()
83 notify.connect_indication = ircomm_ttp_connect_indication; in ircomm_open_tsap()
84 notify.flow_indication = ircomm_ttp_flow_indication; in ircomm_open_tsap()
85 notify.disconnect_indication = ircomm_ttp_disconnect_indication; in ircomm_open_tsap()
86 notify.instance = self; in ircomm_open_tsap()
87 strlcpy(notify.name, "IrCOMM", sizeof(notify.name)); in ircomm_open_tsap()
90 ¬ify); in ircomm_open_tsap()
346 if (self->notify.flow_indication) in ircomm_ttp_flow_indication()
347 self->notify.flow_indication(self->notify.instance, self, cmd); in ircomm_ttp_flow_indication()