Searched refs:usb_ugen_detach (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/uts/common/sys/usb/usba/ |
H A D | usba_ugen.h | 52 int usb_ugen_detach(usb_ugen_hdl_t, ddi_detach_cmd_t);
|
/titanic_50/usr/src/uts/common/io/usb/clients/ugen/ |
H A D | ugen.c | 311 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 D | usbskel_with_usba.wlcmd | 92 root usb_ugen_detach
|
H A D | usb_ia_with_usba.wlcmd | 122 root usb_ugen_detach
|
H A D | usbvc_with_usba.wlcmd | 95 root usb_ugen_detach
|
H A D | usb_as_with_usba.wlcmd | 102 root usb_ugen_detach
|
H A D | usbecm_with_usba.wlcmd | 95 root usb_ugen_detach
|
H A D | hid_with_usba.wlcmd | 146 root usb_ugen_detach
|
H A D | usbser_edge_with_usba.wlcmd | 87 root usb_ugen_detach
|
H A D | usb_ac_with_usba.wlcmd | 107 root usb_ugen_detach
|
H A D | usbftdi_with_usba.wlcmd | 103 root usb_ugen_detach
|
H A D | usbsacm_with_usba.wlcmd | 106 root usb_ugen_detach
|
H A D | usbsprl_with_usba.wlcmd | 102 root usb_ugen_detach
|
H A D | usbser_keyspan_with_usba.wlcmd | 108 root usb_ugen_detach
|
/titanic_50/usr/src/uts/common/io/usb/usb_mid/ |
H A D | usb_mid.c | 733 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 D | usbprn.c | 585 (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 D | scsa2usb.c | 1415 (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 D | usba_ugen.c | 425 usb_ugen_detach(usb_ugen_hdl_t usb_ugen_hdl, ddi_detach_cmd_t cmd) in usb_ugen_detach() function
|