Searched refs:ibnex_ndi_event_hdl (Results 1 – 2 of 2) sorted by relevance
210 ndi_event_hdl_t ibnex_ndi_event_hdl; member
542 if (ndi_event_alloc_hdl(dip, 0, &ibnex.ibnex_ndi_event_hdl, in ibnex_attach()552 if (ndi_event_bind_set(ibnex.ibnex_ndi_event_hdl, &ib_ndi_events, in ibnex_attach()555 (void) ndi_event_free_hdl(ibnex.ibnex_ndi_event_hdl); in ibnex_attach()568 (void) ndi_event_unbind_set(ibnex.ibnex_ndi_event_hdl, in ibnex_attach()572 ibnex.ibnex_ndi_event_hdl); in ibnex_attach()573 ibnex.ibnex_ndi_event_hdl = NULL; in ibnex_attach()660 if (ndi_event_free_hdl(ibnex.ibnex_ndi_event_hdl)) { in ibnex_detach()666 ibnex.ibnex_ndi_event_hdl = NULL; in ibnex_detach()3598 rc = ndi_event_retrieve_cookie(ibnex.ibnex_ndi_event_hdl, in ibnex_get_eventcookie()3619 return (ndi_event_add_callback(ibnex.ibnex_ndi_event_hdl, in ibnex_add_eventcall()[all …]