Searched refs:usb_ugen_attach (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugen.h51 int usb_ugen_attach(usb_ugen_hdl_t, ddi_attach_cmd_t);
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c231 rval = usb_ugen_attach(ugen_skelp->ugen_skel_hdl, cmd);
269 if (usb_ugen_attach(ugen_skelp->ugen_skel_hdl, cmd) != USB_SUCCESS) {
/opensolaris-onvv-gate/usr/src/uts/common/io/warlock/
H A Dusb_as_with_usba.wlcmd100 root usb_ugen_attach
H A Dusb_ia_with_usba.wlcmd120 root usb_ugen_attach
H A Dusbskel_with_usba.wlcmd90 root usb_ugen_attach
H A Dusbvc_with_usba.wlcmd93 root usb_ugen_attach
H A Dhid_with_usba.wlcmd144 root usb_ugen_attach
H A Dusb_ac_with_usba.wlcmd105 root usb_ugen_attach
H A Dusbecm_with_usba.wlcmd93 root usb_ugen_attach
H A Dusbser_edge_with_usba.wlcmd85 root usb_ugen_attach
H A Dusbser_keyspan_with_usba.wlcmd106 root usb_ugen_attach
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c583 (void) usb_ugen_attach(usb_mid->mi_ugen_hdl,
892 if ((rval = usb_ugen_attach(hdl, DDI_ATTACH)) != USB_SUCCESS) {
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c441 if (usb_ugen_attach(usbprnp->usbprn_ugen_hdl, cmd) !=
445 "usb_ugen_attach failed");
663 (void) usb_ugen_attach(usbprnp->usbprn_ugen_hdl,
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c979 if (usb_ugen_attach(scsa2usbp->scsa2usb_ugen_hdl, cmd) !=
983 "usb_ugen_attach failed");
2159 (void) usb_ugen_attach(scsa2usbp->scsa2usb_ugen_hdl,
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c191 "usb_ugen_attach: usb_get_dev_data failed, rval=%d", rval);
299 * usb_ugen_attach()
302 usb_ugen_attach(usb_ugen_hdl_t usb_ugen_hdl, ddi_attach_cmd_t cmd) function
319 "usb_ugen_attach: cmd=%d", cmd);
331 "usb_ugen_attach: unknown command");
345 "usb_ugen_attach: Getting max bulk xfer sz failed");
357 "usb_ugen_attach: preparing dev status failed");
366 "usb_ugen_attach: preparing endpoints failed");

Completed in 167 milliseconds