Searched refs:ctrl_bRequest (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcihub.c | 213 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() 233 switch (req->ctrl_bRequest) { in uhci_handle_root_hub_request()
|
H A D | uhciutil.c | 2212 req->ctrl_bmRequestType, req->ctrl_bRequest, req->ctrl_wValue, in uhci_create_setup_pkt() 2219 sdata = (req->ctrl_bmRequestType | (req->ctrl_bRequest << 8) | in uhci_create_setup_pkt()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_hub.c | 558 switch (ucrp->ctrl_bRequest) { in xhci_root_hub_ctrl_req() 576 switch (ucrp->ctrl_bRequest) { in xhci_root_hub_ctrl_req() 585 ucrp->ctrl_bRequest); in xhci_root_hub_ctrl_req()
|
H A D | xhci_usba.c | 768 (ucrp->ctrl_bRequest << 8) | in xhci_hcdi_ctrl_req_to_trb() 837 ucrp->ctrl_bRequest == USB_REQ_SET_ADDRESS) { in xhci_hcdi_pipe_ctrl_xfer()
|
/illumos-gate/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 1354 uint8_t ctrl_bRequest; /* specific request */ member
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_req.c | 1134 req->ctrl_bRequest, req->ctrl_wValue, req->ctrl_wIndex, in usb_pipe_ctrl_xfer() 1342 ctrl_req->ctrl_bRequest = bRequest; in usb_pipe_sync_ctrl_xfer()
|
H A D | hcdi.c | 879 (USBA_WRP2CTRL_REQ(req_wrp)->ctrl_bRequest == in hcdi_autoclearing()
|
H A D | usba_ugen.c | 2473 reqp->ctrl_bRequest = setup[1]; in ugen_epx_ctrl_req() 2502 switch (reqp->ctrl_bRequest) { in ugen_epx_ctrl_req()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/ |
H A D | usbskel.c | 745 request->ctrl_bRequest = USB_REQ_GET_DESCR; in usbskel_strategy()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_hub.c | 532 uchar_t bRequest = ctrl_reqp->ctrl_bRequest; in ohci_handle_root_hub_request()
|
H A D | ohci.c | 4797 uchar_t bRequest = ctrl_reqp->ctrl_bRequest; in ohci_insert_ctrl_req()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_hub.c | 516 uchar_t bRequest = ctrl_reqp->ctrl_bRequest; in ehci_handle_root_hub_request()
|
H A D | ehci_xfer.c | 1519 uchar_t bRequest = ctrl_reqp->ctrl_bRequest; in ehci_insert_ctrl_req()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/ |
H A D | hid.c | 2776 ctrl_req->ctrl_bRequest = (uint8_t)request_request; in hid_send_async_ctrl_request()
|