Searched refs:ctrl_wLength (Results 1 – 12 of 12) sorted by relevance
214 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 …]
2147 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()
245 if (ctrl_req->ctrl_wLength && (data == NULL)) { in _usba_check_req()1130 req->ctrl_wLength, usb_flags); in usb_pipe_ctrl_xfer()1340 ctrl_req->ctrl_wLength = wLength; in usb_pipe_sync_ctrl_xfer()
2448 reqp->ctrl_wLength = wLength; in ugen_epx_ctrl_req()2489 USB_DEV_REQ_HOST_TO_DEV) && reqp->ctrl_wLength) { in ugen_epx_ctrl_req()
535 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()
4775 if (ctrl_reqp->ctrl_wLength) { in ohci_allocate_ctrl_resources()4786 if (ctrl_reqp->ctrl_wLength) { in ohci_allocate_ctrl_resources()4788 ctrl_reqp->ctrl_wLength; in ohci_allocate_ctrl_resources()4818 uint16_t wLength = ctrl_reqp->ctrl_wLength; in ohci_insert_ctrl_req()9524 if (((usb_ctrl_req_t *)curr_xfer_reqp)->ctrl_wLength) { in ohci_sendup_td_message()
519 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()
1481 if (ctrl_reqp->ctrl_wLength) { in ehci_allocate_ctrl_resources()1492 if (ctrl_reqp->ctrl_wLength) { in ehci_allocate_ctrl_resources()1494 ctrl_reqp->ctrl_wLength; in ehci_allocate_ctrl_resources()1524 uint16_t wLength = ctrl_reqp->ctrl_wLength; in ehci_insert_ctrl_req()
1274 if (((usb_ctrl_req_t *)curr_xfer_reqp)->ctrl_wLength) in ehci_sendup_qtd_message()
1278 uint16_t ctrl_wLength; /* number of bytes to xfer */ member
750 request->ctrl_wLength = bp->b_bcount; in usbskel_strategy()
2583 ctrl_req->ctrl_wLength = hid_request->hid_req_wLength; in hid_send_async_ctrl_request()