Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c245 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()
H A Dusba_ugen.c2448 reqp->ctrl_wLength = wLength; in ugen_epx_ctrl_req()
2489 USB_DEV_REQ_HOST_TO_DEV) && reqp->ctrl_wLength) { in ugen_epx_ctrl_req()
/titanic_41/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.c4775 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()
/titanic_41/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.c1481 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()
H A Dehci_intr.c1274 if (((usb_ctrl_req_t *)curr_xfer_reqp)->ctrl_wLength) in ehci_sendup_qtd_message()
/titanic_41/usr/src/uts/common/sys/usb/
H A Dusbai.h1278 uint16_t ctrl_wLength; /* number of bytes to xfer */ member
/titanic_41/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c750 request->ctrl_wLength = bp->b_bcount; in usbskel_strategy()
/titanic_41/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2583 ctrl_req->ctrl_wLength = hid_request->hid_req_wLength; in hid_send_async_ctrl_request()