Home
last modified time | relevance | path

Searched refs:ctrl_bmRequestType (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c213 req->ctrl_bmRequestType, req->ctrl_bRequest, req->ctrl_wValue, in uhci_handle_root_hub_request()
218 switch (req->ctrl_bmRequestType) { in uhci_handle_root_hub_request()
245 "request 0x%x", req->ctrl_bmRequestType); in uhci_handle_root_hub_request()
254 req->ctrl_bmRequestType); in uhci_handle_root_hub_request()
H A Duhciutil.c2212 req->ctrl_bmRequestType, req->ctrl_bRequest, req->ctrl_wValue, in uhci_create_setup_pkt()
2219 sdata = (req->ctrl_bmRequestType | (req->ctrl_bRequest << 8) | in uhci_create_setup_pkt()
2250 if (req->ctrl_bmRequestType & USB_DEV_REQ_DEV_TO_HOST) { in uhci_create_setup_pkt()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c553 switch (ucrp->ctrl_bmRequestType) { in xhci_root_hub_ctrl_req()
592 ucrp->ctrl_bmRequestType); in xhci_root_hub_ctrl_req()
H A Dxhci_usba.c767 uint64_t ret = ucrp->ctrl_bmRequestType | in xhci_hcdi_ctrl_req_to_trb()
836 if (ucrp->ctrl_bmRequestType == USB_DEV_REQ_HOST_TO_DEV && in xhci_hcdi_pipe_ctrl_xfer()
863 if ((ucrp->ctrl_bmRequestType & USB_DEV_REQ_DEV_TO_HOST) != 0) { in xhci_hcdi_pipe_ctrl_xfer()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c2472 reqp->ctrl_bmRequestType = setup[0]; in ugen_epx_ctrl_req()
2488 if (((reqp->ctrl_bmRequestType & USB_DEV_REQ_RCPT_MASK) == in ugen_epx_ctrl_req()
2490 (((reqp->ctrl_bmRequestType & USB_DEV_REQ_DIR_MASK) == in ugen_epx_ctrl_req()
2500 if ((reqp->ctrl_bmRequestType & USB_DEV_REQ_TYPE_MASK) == in ugen_epx_ctrl_req()
2516 if (((reqp->ctrl_bmRequestType & USB_DEV_REQ_DIR_MASK) == in ugen_epx_ctrl_req()
2527 } else if ((reqp->ctrl_bmRequestType & USB_DEV_REQ_DIR_MASK) == in ugen_epx_ctrl_req()
H A Dusbai_req.c1133 (void *)req, (void *)wrp, req->ctrl_bmRequestType, in usb_pipe_ctrl_xfer()
1341 ctrl_req->ctrl_bmRequestType = bmRequestType; in usb_pipe_sync_ctrl_xfer()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h1353 uint8_t ctrl_bmRequestType; /* characteristics of request */ member
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c742 request->ctrl_bmRequestType = in usbskel_strategy()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c531 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ohci_handle_root_hub_request()
H A Dohci.c4796 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ohci_insert_ctrl_req()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c515 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ehci_handle_root_hub_request()
H A Dehci_xfer.c1518 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ehci_insert_ctrl_req()
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2775 ctrl_req->ctrl_bmRequestType = request_type; in hid_send_async_ctrl_request()