Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c247 int port = XHCI_PS_INDPORT(ucrp->ctrl_wIndex); in xhci_root_hub_handle_port_clear_feature()
326 int port = XHCI_PS_INDPORT(ucrp->ctrl_wIndex); in xhci_root_hub_handle_port_set_feature()
327 uint32_t val = XHCI_PS_INDVAL(ucrp->ctrl_wIndex); in xhci_root_hub_handle_port_set_feature()
451 int port = XHCI_PS_INDPORT(ucrp->ctrl_wIndex); in xhci_root_hub_handle_port_get_status()
H A Dxhci_usba.c704 ((uint64_t)LE_16(ucrp->ctrl_wIndex) << 32) | in xhci_hcdi_ctrl_req_to_trb()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c208 uint16_t port = req->ctrl_wIndex - 1; in uhci_handle_root_hub_request()
214 req->ctrl_wIndex, req->ctrl_wLength, (void *)req->ctrl_data); in uhci_handle_root_hub_request()
H A Duhciutil.c2213 req->ctrl_wIndex, req->ctrl_wLength, (void *)req->ctrl_data); in uhci_create_setup_pkt()
2224 sdata = (uint32_t)(req->ctrl_wIndex | (req->ctrl_wLength << 16)); in uhci_create_setup_pkt()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h1356 uint16_t ctrl_wIndex; /* index or offset */ 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()
1344 ctrl_req->ctrl_wIndex = wIndex; in usb_pipe_sync_ctrl_xfer()
H A Dusba_ugen.c2474 reqp->ctrl_wIndex = (setup[5] << 8) | setup[4]; in ugen_epx_ctrl_req()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c749 request->ctrl_wIndex = 0; in usbskel_strategy()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c534 uint16_t wIndex = ctrl_reqp->ctrl_wIndex; in ohci_handle_root_hub_request()
H A Dohci.c4799 uint16_t wIndex = ctrl_reqp->ctrl_wIndex; in ohci_insert_ctrl_req()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c518 uint16_t wIndex = ctrl_reqp->ctrl_wIndex; in ehci_handle_root_hub_request()
H A Dehci_xfer.c1521 uint16_t wIndex = ctrl_reqp->ctrl_wIndex; in ehci_insert_ctrl_req()
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2778 ctrl_req->ctrl_wIndex = request_index; in hid_send_async_ctrl_request()