Home
last modified time | relevance | path

Searched refs:usbprn_ugen_hdl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c438 usbprnp->usbprn_ugen_hdl = in usbprn_attach()
441 if (usb_ugen_attach(usbprnp->usbprn_ugen_hdl, cmd) != in usbprn_attach()
447 usb_ugen_release_hdl(usbprnp->usbprn_ugen_hdl); in usbprn_attach()
448 usbprnp->usbprn_ugen_hdl = NULL; in usbprn_attach()
584 if (usbprnp->usbprn_ugen_hdl) { in usbprn_cleanup()
585 (void) usb_ugen_detach(usbprnp->usbprn_ugen_hdl, DDI_DETACH); in usbprn_cleanup()
586 usb_ugen_release_hdl(usbprnp->usbprn_ugen_hdl); in usbprn_cleanup()
636 if ((rval == USB_SUCCESS) && usbprnp->usbprn_ugen_hdl) { in usbprn_cpr_suspend()
637 rval = usb_ugen_detach(usbprnp->usbprn_ugen_hdl, in usbprn_cpr_suspend()
662 if (usbprnp->usbprn_ugen_hdl) { in usbprn_cpr_resume()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/printer/
H A Dusbprn.h124 usb_ugen_hdl_t usbprn_ugen_hdl; /* ugen support */ member
130 _NOTE(DATA_READABLE_WITHOUT_LOCK(usbprn_state_t::usbprn_ugen_hdl))