Searched refs:ndi_evtcb_next (Results 1 – 3 of 3) sorted by relevance
1731 cb->ndi_evtcb_next = NDI_EVENT(cookie)->callback_list; in ndi_event_add_callback()1795 cb->ndi_evtcb_prev->ndi_evtcb_next = cb->ndi_evtcb_next; in do_ndi_event_remove_callback()1798 if (cb->ndi_evtcb_next) { in do_ndi_event_remove_callback()1799 cb->ndi_evtcb_next->ndi_evtcb_prev = cb->ndi_evtcb_prev; in do_ndi_event_remove_callback()1804 cb->ndi_evtcb_next; in do_ndi_event_remove_callback()1873 next = next->ndi_evtcb_next; in ndi_event_run_callbacks()1958 next = next->ndi_evtcb_next; in ndi_event_do_callback()2129 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