Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c171 switch (ucrp->ctrl_wValue) { in xhci_root_hub_get_device_status()
246 int feat = ucrp->ctrl_wValue; in xhci_root_hub_handle_port_clear_feature()
325 int feat = ucrp->ctrl_wValue; in xhci_root_hub_handle_port_set_feature()
458 if (ucrp->ctrl_wValue != PORT_GET_STATUS_PORT) in xhci_root_hub_handle_port_get_status()
H A Dxhci_usba.c703 ((uint64_t)LE_16(ucrp->ctrl_wValue) << 16) | in xhci_hcdi_ctrl_req_to_trb()
/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()
225 req->ctrl_bRequest, req->ctrl_wValue, port); in uhci_handle_root_hub_request()
H A Duhciutil.c2212 req->ctrl_bmRequestType, req->ctrl_bRequest, req->ctrl_wValue, in uhci_create_setup_pkt()
2220 (req->ctrl_wValue << 16)); in uhci_create_setup_pkt()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h1355 uint16_t ctrl_wValue; /* varies according to request */ member
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c1134 req->ctrl_bRequest, req->ctrl_wValue, req->ctrl_wIndex, in usb_pipe_ctrl_xfer()
1343 ctrl_req->ctrl_wValue = wValue; in usb_pipe_sync_ctrl_xfer()
H A Dusba_ugen.c2473 reqp->ctrl_wValue = (setup[3] << 8) | setup[2]; in ugen_epx_ctrl_req()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c748 request->ctrl_wValue = USB_DESCR_TYPE_SETUP_CFG | 0; in usbskel_strategy()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c533 uint16_t wValue = ctrl_reqp->ctrl_wValue; in ohci_handle_root_hub_request()
H A Dohci.c4798 uint16_t wValue = ctrl_reqp->ctrl_wValue; in ohci_insert_ctrl_req()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c517 uint16_t wValue = ctrl_reqp->ctrl_wValue; in ehci_handle_root_hub_request()
H A Dehci_xfer.c1520 uint16_t wValue = ctrl_reqp->ctrl_wValue; in ehci_insert_ctrl_req()
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2777 ctrl_req->ctrl_wValue = hid_request->hid_req_wValue; in hid_send_async_ctrl_request()