Home
last modified time | relevance | path

Searched refs:mi_ndi_event_hdl (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c672 (void) ndi_event_alloc_hdl(dip, 0, &usb_mid->mi_ndi_event_hdl, in usb_mid_attach()
676 if (ndi_event_bind_set(usb_mid->mi_ndi_event_hdl, &usb_mid_ndi_events, in usb_mid_attach()
774 if (usb_mid->mi_ndi_event_hdl && in usb_mid_cleanup()
775 (ndi_event_free_hdl(usb_mid->mi_ndi_event_hdl) != NDI_SUCCESS)) { in usb_mid_cleanup()
1062 return (ndi_event_retrieve_cookie(usb_mid->mi_ndi_event_hdl, in usb_mid_busop_get_eventcookie()
1087 ndi_event_cookie_to_name(usb_mid->mi_ndi_event_hdl, cookie)); in usb_mid_busop_add_eventcall()
1090 switch (ndi_event_cookie_to_tag(usb_mid->mi_ndi_event_hdl, cookie)) { in usb_mid_busop_add_eventcall()
1110 return (ndi_event_add_callback(usb_mid->mi_ndi_event_hdl, in usb_mid_busop_add_eventcall()
1132 ndi_event_cookie_to_name(usb_mid->mi_ndi_event_hdl, in usb_mid_busop_remove_eventcall()
1136 return (ndi_event_remove_callback(usb_mid->mi_ndi_event_hdl, cb_id)); in usb_mid_busop_remove_eventcall()
[all …]
/titanic_50/usr/src/uts/common/sys/usb/usb_mid/
H A Dusb_midvar.h92 ndi_event_hdl_t mi_ndi_event_hdl; member
102 usb_mid::mi_ndi_event_hdl