Home
last modified time | relevance | path

Searched refs:ctrl_wLength (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c214 req->ctrl_wIndex, req->ctrl_wLength, (void *)req->ctrl_data); in uhci_handle_root_hub_request()
600 uint16_t wLength = req->ctrl_wLength; in uhci_handle_get_port_status()
639 req->ctrl_wLength); in uhci_handle_get_hub_descriptor()
641 ASSERT(req->ctrl_wLength != 0); in uhci_handle_get_hub_descriptor()
656 bcopy(raw_descr, req->ctrl_data->b_wptr, req->ctrl_wLength); in uhci_handle_get_hub_descriptor()
657 req->ctrl_data->b_wptr += req->ctrl_wLength; in uhci_handle_get_hub_descriptor()
672 req->ctrl_wLength); in uhci_handle_get_hub_status()
673 ASSERT(req->ctrl_wLength != 0); in uhci_handle_get_hub_status()
681 bzero(req->ctrl_data->b_wptr, req->ctrl_wLength); in uhci_handle_get_hub_status()
682 req->ctrl_data->b_wptr += req->ctrl_wLength; in uhci_handle_get_hub_status()
[all …]
H A Duhciutil.c2147 if (ctrl_reqp->ctrl_wLength) { in uhci_insert_ctrl_td()
2149 ctrl_reqp->ctrl_wLength; in uhci_insert_ctrl_td()
2167 tw->tw_bytes_pending = ctrl_reqp->ctrl_wLength; in uhci_insert_ctrl_td()
2213 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()
2248 if (req->ctrl_wLength != 0) { in uhci_create_setup_pkt()
2259 req->ctrl_wLength, in uhci_create_setup_pkt()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c173 if (ucrp->ctrl_wLength != USB_GET_STATUS_LEN) in xhci_root_hub_get_device_status()
180 if (ucrp->ctrl_wLength != USB_GET_STATUS_PTM_LEN) in xhci_root_hub_get_device_status()
210 if (ucrp->ctrl_wLength != HUB_GET_STATUS_LEN) in xhci_root_hub_get_status()
229 int len = MIN(sizeof (usb_ss_hub_descr_t), ucrp->ctrl_wLength); in xhci_root_hub_get_descriptor()
254 if (ucrp->ctrl_wLength != 0) in xhci_root_hub_handle_port_clear_feature()
335 if (ucrp->ctrl_wLength != 0) in xhci_root_hub_handle_port_set_feature()
461 if (ucrp->ctrl_wLength != PORT_GET_STATUS_PORT_LEN) in xhci_root_hub_handle_port_get_status()
H A Dxhci_usba.c771 ((uint64_t)LE_16(ucrp->ctrl_wLength) << 48); in xhci_hcdi_ctrl_req_to_trb()
852 xt = xhci_transfer_alloc(xhcip, xep, ucrp->ctrl_wLength, 2, usb_flags); in xhci_hcdi_pipe_ctrl_xfer()
862 if (ucrp->ctrl_wLength > 0) { in xhci_hcdi_pipe_ctrl_xfer()
873 ucrp->ctrl_wLength, B_FALSE); in xhci_hcdi_pipe_ctrl_xfer()
903 if (ucrp->ctrl_wLength > 0) in xhci_hcdi_pipe_ctrl_xfer()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c250 if (ctrl_req->ctrl_wLength && (data == NULL)) { in _usba_check_req()
1135 req->ctrl_wLength, usb_flags); in usb_pipe_ctrl_xfer()
1345 ctrl_req->ctrl_wLength = wLength; in usb_pipe_sync_ctrl_xfer()
H A Dusba_ugen.c2476 reqp->ctrl_wLength = wLength; in ugen_epx_ctrl_req()
2517 USB_DEV_REQ_HOST_TO_DEV) && reqp->ctrl_wLength) { in ugen_epx_ctrl_req()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c535 uint16_t wLength = ctrl_reqp->ctrl_wLength; in ohci_handle_root_hub_request()
1171 length = ctrl_reqp->ctrl_wLength; in ohci_handle_get_hub_descriptor()
H A Dohci.c4757 if (ctrl_reqp->ctrl_wLength) { in ohci_allocate_ctrl_resources()
4768 if (ctrl_reqp->ctrl_wLength) { in ohci_allocate_ctrl_resources()
4770 ctrl_reqp->ctrl_wLength; in ohci_allocate_ctrl_resources()
4800 uint16_t wLength = ctrl_reqp->ctrl_wLength; in ohci_insert_ctrl_req()
9504 if (((usb_ctrl_req_t *)curr_xfer_reqp)->ctrl_wLength) { in ohci_sendup_td_message()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c519 uint16_t wLength = ctrl_reqp->ctrl_wLength; in ehci_handle_root_hub_request()
1316 length = ctrl_reqp->ctrl_wLength; in ehci_handle_get_hub_descriptor()
H A Dehci_xfer.c1479 if (ctrl_reqp->ctrl_wLength) { in ehci_allocate_ctrl_resources()
1490 if (ctrl_reqp->ctrl_wLength) { in ehci_allocate_ctrl_resources()
1492 ctrl_reqp->ctrl_wLength; in ehci_allocate_ctrl_resources()
1522 uint16_t wLength = ctrl_reqp->ctrl_wLength; in ehci_insert_ctrl_req()
H A Dehci_intr.c1272 if (((usb_ctrl_req_t *)curr_xfer_reqp)->ctrl_wLength) in ehci_sendup_qtd_message()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h1357 uint16_t ctrl_wLength; /* number of bytes to xfer */ member
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c750 request->ctrl_wLength = bp->b_bcount; in usbskel_strategy()
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2779 ctrl_req->ctrl_wLength = hid_request->hid_req_wLength; in hid_send_async_ctrl_request()