Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c278 usb_ugen_release_hdl(usb_ugen_hdl_t usb_ugen_hdl) in usb_ugen_release_hdl() argument
281 (usb_ugen_hdl_impl_t *)usb_ugen_hdl; in usb_ugen_release_hdl()
306 usb_ugen_attach(usb_ugen_hdl_t usb_ugen_hdl, ddi_attach_cmd_t cmd) in usb_ugen_attach() argument
309 (usb_ugen_hdl_impl_t *)usb_ugen_hdl; in usb_ugen_attach()
313 if (usb_ugen_hdl == NULL) { in usb_ugen_attach()
425 usb_ugen_detach(usb_ugen_hdl_t usb_ugen_hdl, ddi_detach_cmd_t cmd) in usb_ugen_detach() argument
428 (usb_ugen_hdl_impl_t *)usb_ugen_hdl; in usb_ugen_detach()
431 if (usb_ugen_hdl) { in usb_ugen_detach()
613 usb_ugen_disconnect_ev_cb(usb_ugen_hdl_t usb_ugen_hdl) in usb_ugen_disconnect_ev_cb() argument
616 (usb_ugen_hdl_impl_t *)usb_ugen_hdl; in usb_ugen_disconnect_ev_cb()
[all …]
/titanic_50/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugen.h44 typedef struct usb_ugen_hdl *usb_ugen_hdl_t;