Home
last modified time | relevance | path

Searched refs:usb_ugen_detach (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugen.h52 int usb_ugen_detach(usb_ugen_hdl_t, ddi_detach_cmd_t);
/titanic_50/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c311 rval = usb_ugen_detach(ugen_skelp->ugen_skel_hdl, cmd); in ugen_skel_detach()
324 rval = usb_ugen_detach(ugen_skelp->ugen_skel_hdl, cmd); in ugen_skel_detach()
/titanic_50/usr/src/uts/common/io/warlock/
H A Dusbskel_with_usba.wlcmd92 root usb_ugen_detach
H A Dusb_ia_with_usba.wlcmd122 root usb_ugen_detach
H A Dusbvc_with_usba.wlcmd95 root usb_ugen_detach
H A Dusb_as_with_usba.wlcmd102 root usb_ugen_detach
H A Dusbecm_with_usba.wlcmd95 root usb_ugen_detach
H A Dhid_with_usba.wlcmd146 root usb_ugen_detach
H A Dusbser_edge_with_usba.wlcmd87 root usb_ugen_detach
H A Dusb_ac_with_usba.wlcmd107 root usb_ugen_detach
H A Dusbftdi_with_usba.wlcmd103 root usb_ugen_detach
H A Dusbsacm_with_usba.wlcmd106 root usb_ugen_detach
H A Dusbsprl_with_usba.wlcmd102 root usb_ugen_detach
H A Dusbser_keyspan_with_usba.wlcmd108 root usb_ugen_detach
/titanic_50/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c733 int rval = usb_ugen_detach(usb_mid->mi_ugen_hdl, in usb_mid_detach()
856 (void) usb_ugen_detach(usb_mid->mi_ugen_hdl, DDI_DETACH); in usb_mid_cleanup()
/titanic_50/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c585 (void) usb_ugen_detach(usbprnp->usbprn_ugen_hdl, DDI_DETACH); in usbprn_cleanup()
637 rval = usb_ugen_detach(usbprnp->usbprn_ugen_hdl, in usbprn_cpr_suspend()
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1415 (void) usb_ugen_detach(scsa2usbp->scsa2usb_ugen_hdl, in scsa2usb_cleanup()
2133 rval = usb_ugen_detach(scsa2usbp->scsa2usb_ugen_hdl, in scsa2usb_cpr_suspend()
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c425 usb_ugen_detach(usb_ugen_hdl_t usb_ugen_hdl, ddi_detach_cmd_t cmd) in usb_ugen_detach() function