Searched refs:ctrl_bmRequestType (Results 1 – 11 of 11) sorted by relevance
| /titanic_50/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() 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 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() 2250 if (req->ctrl_bmRequestType & USB_DEV_REQ_DEV_TO_HOST) { in uhci_create_setup_pkt()
|
| /titanic_50/usr/src/uts/common/io/usb/usba/ |
| H A D | usba_ugen.c | 2456 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 D | usbai_req.c | 1128 (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_50/usr/src/uts/common/sys/usb/ |
| H A D | usbai.h | 1274 uint8_t ctrl_bmRequestType; /* characteristics of request */ member
|
| /titanic_50/usr/src/uts/common/io/usb/clients/usbskel/ |
| H A D | usbskel.c | 742 request->ctrl_bmRequestType = in usbskel_strategy()
|
| /titanic_50/usr/src/uts/common/io/usb/hcd/openhci/ |
| H A D | ohci_hub.c | 531 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ohci_handle_root_hub_request()
|
| H A D | ohci.c | 4814 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ohci_insert_ctrl_req()
|
| /titanic_50/usr/src/uts/common/io/usb/hcd/ehci/ |
| H A D | ehci_hub.c | 515 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ehci_handle_root_hub_request()
|
| H A D | ehci_xfer.c | 1520 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; in ehci_insert_ctrl_req()
|
| /titanic_50/usr/src/uts/common/io/usb/clients/hid/ |
| H A D | hid.c | 2579 ctrl_req->ctrl_bmRequestType = request_type; in hid_send_async_ctrl_request()
|