Searched refs:usb_ugen_attach (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/uts/common/sys/usb/usba/ |
H A D | usba_ugen.h | 51 int usb_ugen_attach(usb_ugen_hdl_t, ddi_attach_cmd_t);
|
/titanic_50/usr/src/uts/common/io/usb/clients/ugen/ |
H A D | ugen.c | 231 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 D | usbskel_with_usba.wlcmd | 90 root usb_ugen_attach
|
H A D | usb_ia_with_usba.wlcmd | 120 root usb_ugen_attach
|
H A D | usbvc_with_usba.wlcmd | 93 root usb_ugen_attach
|
H A D | usb_as_with_usba.wlcmd | 100 root usb_ugen_attach
|
H A D | usbecm_with_usba.wlcmd | 93 root usb_ugen_attach
|
H A D | hid_with_usba.wlcmd | 144 root usb_ugen_attach
|
H A D | usbser_edge_with_usba.wlcmd | 85 root usb_ugen_attach
|
H A D | usb_ac_with_usba.wlcmd | 105 root usb_ugen_attach
|
H A D | usbftdi_with_usba.wlcmd | 101 root usb_ugen_attach
|
H A D | usbsacm_with_usba.wlcmd | 104 root usb_ugen_attach
|
H A D | usbsprl_with_usba.wlcmd | 100 root usb_ugen_attach
|
H A D | usbser_keyspan_with_usba.wlcmd | 106 root usb_ugen_attach
|
/titanic_50/usr/src/uts/common/io/usb/usb_mid/ |
H A D | usb_mid.c | 586 (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 D | usbprn.c | 441 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 D | scsa2usb.c | 979 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 D | usba_ugen.c | 306 usb_ugen_attach(usb_ugen_hdl_t usb_ugen_hdl, ddi_attach_cmd_t cmd) in usb_ugen_attach() function
|