Home
last modified time | relevance | path

Searched refs:ctrl_bmRequestType (Results 1 – 11 of 11) sorted by relevance

/titanic_53/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()
218 switch (req->ctrl_bmRequestType) { in uhci_handle_root_hub_request()
245 "request 0x%x", req->ctrl_bmRequestType); in uhci_handle_root_hub_request()
254 req->ctrl_bmRequestType); 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()
2250 if (req->ctrl_bmRequestType & USB_DEV_REQ_DEV_TO_HOST) { in uhci_create_setup_pkt()
/titanic_53/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c2456 reqp->ctrl_bmRequestType = setup[0]; in ugen_epx_ctrl_req()
2472 if (((reqp->ctrl_bmRequestType & USB_DEV_REQ_RCPT_MASK) == in ugen_epx_ctrl_req()
2474 (((reqp->ctrl_bmRequestType & USB_DEV_REQ_DIR_MASK) == in ugen_epx_ctrl_req()
2484 if ((reqp->ctrl_bmRequestType & USB_DEV_REQ_TYPE_MASK) == in ugen_epx_ctrl_req()
2500 if (((reqp->ctrl_bmRequestType & USB_DEV_REQ_DIR_MASK) == in ugen_epx_ctrl_req()
2511 } else if ((reqp->ctrl_bmRequestType & USB_DEV_REQ_DIR_MASK) == in ugen_epx_ctrl_req()
H A Dusbai_req.c1128 (void *)req, (void *)wrp, req->ctrl_bmRequestType, in usb_pipe_ctrl_xfer()
1336 ctrl_req->ctrl_bmRequestType = bmRequestType; in usb_pipe_sync_ctrl_xfer()
/titanic_53/usr/src/uts/common/sys/usb/
H A Dusbai.h1274 uint8_t ctrl_bmRequestType; /* characteristics of request */ member
/titanic_53/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c742 request->ctrl_bmRequestType = in usbskel_strategy()
/titanic_53/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c531 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ohci_handle_root_hub_request()
H A Dohci.c4814 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ohci_insert_ctrl_req()
/titanic_53/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c515 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ehci_handle_root_hub_request()
H A Dehci_xfer.c1520 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ehci_insert_ctrl_req()
/titanic_53/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2579 ctrl_req->ctrl_bmRequestType = request_type; in hid_send_async_ctrl_request()