Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c213 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 Duhciutil.c2212 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()
/titanic_50/usr/src/uts/common/sys/usb/
H A Dusbai.h1275 uint8_t ctrl_bRequest; /* specific request */ member
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c865 (USBA_WRP2CTRL_REQ(req_wrp)->ctrl_bRequest == in hcdi_autoclearing()
H A Dusbai_req.c1129 req->ctrl_bRequest, req->ctrl_wValue, req->ctrl_wIndex, in usb_pipe_ctrl_xfer()
1337 ctrl_req->ctrl_bRequest = bRequest; in usb_pipe_sync_ctrl_xfer()
H A Dusba_ugen.c2457 reqp->ctrl_bRequest = setup[1]; in ugen_epx_ctrl_req()
2486 switch (reqp->ctrl_bRequest) { in ugen_epx_ctrl_req()
/titanic_50/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c745 request->ctrl_bRequest = USB_REQ_GET_DESCR; in usbskel_strategy()
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c532 uchar_t bRequest = ctrl_reqp->ctrl_bRequest; in ohci_handle_root_hub_request()
H A Dohci.c4815 uchar_t bRequest = ctrl_reqp->ctrl_bRequest; in ohci_insert_ctrl_req()
/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c516 uchar_t bRequest = ctrl_reqp->ctrl_bRequest; in ehci_handle_root_hub_request()
H A Dehci_xfer.c1521 uchar_t bRequest = ctrl_reqp->ctrl_bRequest; in ehci_insert_ctrl_req()
/titanic_50/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2580 ctrl_req->ctrl_bRequest = (uint8_t)request_request; in hid_send_async_ctrl_request()