Searched refs:ndi_evtcb_next (Results 1 – 3 of 3) sorted by relevance
1732 cb->ndi_evtcb_next = NDI_EVENT(cookie)->callback_list; in ndi_event_add_callback()1796 cb->ndi_evtcb_prev->ndi_evtcb_next = cb->ndi_evtcb_next; in do_ndi_event_remove_callback()1799 if (cb->ndi_evtcb_next) { in do_ndi_event_remove_callback()1800 cb->ndi_evtcb_next->ndi_evtcb_prev = cb->ndi_evtcb_prev; in do_ndi_event_remove_callback()1805 cb->ndi_evtcb_next; in do_ndi_event_remove_callback()1874 next = next->ndi_evtcb_next; in ndi_event_run_callbacks()1959 next = next->ndi_evtcb_next; in ndi_event_do_callback()2130 next = next->ndi_evtcb_next) { in ndi_event_dump_hdl()
148 callback_list = cb.ndi_evtcb_next; in ndi_callback_print()
471 struct ndi_event_callbacks *ndi_evtcb_next; member