Searched refs:ps_handle (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/usb/clients/printer/ |
H A D | usbprn.h | 56 usb_pipe_handle_t ps_handle; /* pipe handle */ member 62 _NOTE(SCHEME_PROTECTS_DATA("USBA", usbprn_ps::ps_handle))
|
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/ |
H A D | usbprn.c | 1652 policy, USB_FLAGS_SLEEP, &bulk_out->ps_handle) != USB_SUCCESS) { in usbprn_open_usb_pipes() 1671 policy, USB_FLAGS_SLEEP, &bulk_in->ps_handle) != in usbprn_open_usb_pipes() 1715 if (bulk_out->ps_handle) { in usbprn_close_usb_pipes() 1720 usb_pipe_close(usbprnp->usbprn_dip, bulk_out->ps_handle, in usbprn_close_usb_pipes() 1722 bulk_out->ps_handle = NULL; in usbprn_close_usb_pipes() 1724 if (bulk_in->ps_handle) { in usbprn_close_usb_pipes() 1729 usb_pipe_close(usbprnp->usbprn_dip, bulk_in->ps_handle, in usbprn_close_usb_pipes() 1731 bulk_in->ps_handle = NULL; in usbprn_close_usb_pipes() 2310 if ((rval = usb_pipe_bulk_xfer(bulk_out->ps_handle, req, 0)) != in usbprn_send_async_bulk_data()
|