Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugen.h51 int usb_ugen_attach(usb_ugen_hdl_t, ddi_attach_cmd_t);
/titanic_50/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c231 rval = usb_ugen_attach(ugen_skelp->ugen_skel_hdl, cmd); in ugen_skel_attach()
269 if (usb_ugen_attach(ugen_skelp->ugen_skel_hdl, cmd) != USB_SUCCESS) { in ugen_skel_attach()
/titanic_50/usr/src/uts/common/io/warlock/
H A Dusbskel_with_usba.wlcmd90 root usb_ugen_attach
H A Dusb_ia_with_usba.wlcmd120 root usb_ugen_attach
H A Dusbvc_with_usba.wlcmd93 root usb_ugen_attach
H A Dusb_as_with_usba.wlcmd100 root usb_ugen_attach
H A Dusbecm_with_usba.wlcmd93 root usb_ugen_attach
H A Dhid_with_usba.wlcmd144 root usb_ugen_attach
H A Dusbser_edge_with_usba.wlcmd85 root usb_ugen_attach
H A Dusb_ac_with_usba.wlcmd105 root usb_ugen_attach
H A Dusbftdi_with_usba.wlcmd101 root usb_ugen_attach
H A Dusbsacm_with_usba.wlcmd104 root usb_ugen_attach
H A Dusbsprl_with_usba.wlcmd100 root usb_ugen_attach
H A Dusbser_keyspan_with_usba.wlcmd106 root usb_ugen_attach
/titanic_50/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c586 (void) usb_ugen_attach(usb_mid->mi_ugen_hdl, in usb_mid_attach()
895 if ((rval = usb_ugen_attach(hdl, DDI_ATTACH)) != USB_SUCCESS) { in usb_mid_ugen_attach()
/titanic_50/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c441 if (usb_ugen_attach(usbprnp->usbprn_ugen_hdl, cmd) != in usbprn_attach()
663 (void) usb_ugen_attach(usbprnp->usbprn_ugen_hdl, in usbprn_cpr_resume()
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c979 if (usb_ugen_attach(scsa2usbp->scsa2usb_ugen_hdl, cmd) != in scsa2usb_attach()
2159 (void) usb_ugen_attach(scsa2usbp->scsa2usb_ugen_hdl, in scsa2usb_cpr_resume()
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c306 usb_ugen_attach(usb_ugen_hdl_t usb_ugen_hdl, ddi_attach_cmd_t cmd) in usb_ugen_attach() function