Searched defs:bmRequestType (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbcdc/
H A Dusb_cdc.h155 uint8_t bmRequestType; member in struct:usb_cdc_notification
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c515 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; local
527 bmRequestType, bRequest, wValue, wIndex, wLength, (void *)data);
550 switch (bmRequestType) {
581 "Unsupported request 0x%x", bmRequestType);
H A Dehci_xfer.c982 setup.bmRequestType = EHCI_CLEAR_TT_BUFFER_REQTYPE;
1520 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; local
1553 setup_packet[0] = bmRequestType;
1586 if (bmRequestType & USB_DEV_REQ_DEV_TO_HOST) {
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c531 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; local
543 bmRequestType, bRequest, wValue, wIndex, wLength, (void *)data);
565 switch (bmRequestType) {
600 "Unsupported request 0x%x", bmRequestType);
1087 * Other hub requests of this bmRequestType are either not
H A Dohci.c4814 uchar_t bmRequestType = ctrl_reqp->ctrl_bmRequestType; local
4844 sdata = (bmRequestType << 24) | (bRequest << 16) |
4883 if (bmRequestType & USB_DEV_REQ_DEV_TO_HOST) {
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c1264 * bmRequestType - characteristics of request
1289 uchar_t bmRequestType,
1312 bmRequestType, bRequest, wValue, wIndex, wLength, flags);
1336 ctrl_req->ctrl_bmRequestType = bmRequestType;
1414 setup->bmRequestType,
1287 usb_pipe_sync_ctrl_xfer(dev_info_t *dip, usb_pipe_handle_t pipe_handle, uchar_t bmRequestType, uchar_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength, mblk_t **data, usb_req_attrs_t attributes, usb_cr_t *completion_reason, usb_cb_flags_t *cb_flags, usb_flags_t flags) argument
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c729 USB_DEV_REQ_RCPT_EP, /* bmRequestType */
826 /* bmRequestType */
1669 uchar_t bmRequestType, uchar_t bRequest,
1678 "usb_as_send_ctrl_cmd: Begin bmRequestType=%d,\n\t"
1680 bmRequestType, bRequest, wValue, wIndex, wLength, (void *)data);
1682 setup.bmRequestType = bmRequestType & ~USB_DEV_REQ_DEV_TO_HOST;
1668 usb_as_send_ctrl_cmd(usb_as_state_t *uasp, uchar_t bmRequestType, uchar_t bRequest, ushort_t wValue, ushort_t wIndex, ushort_t wLength, mblk_t *data, boolean_t ignore_errors) argument
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c1623 uint8_t bmRequestType; local
1629 bmRequestType = data->b_rptr[0];
1640 if (bmRequestType != USB_CDC_NOTIFICATION_REQUEST_TYPE) {
1643 "type - 0x%x", bmRequestType);
1656 "type - 0x%x", bmRequestType);
3103 setup.bmRequestType = USB_DEV_REQ_HOST_TO_DEV |
3132 setup.bmRequestType = USB_DEV_REQ_DEV_TO_HOST |
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c2580 setup.bmRequestType = USBSACM_REQ_WRITE_IF;
3173 uint8_t bmRequestType; local
3182 bmRequestType = data->b_rptr[0];
3192 if (bmRequestType != USB_CDC_NOTIFICATION_REQUEST_TYPE) {
3195 bmRequestType);
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h839 uchar_t bmRequestType; member in struct:setup_pkt
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h1001 uchar_t bmRequestType; member in struct:setup_pkt
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h1260 * Direction of the xfer will be determined based on the bmRequestType.
1484 * bmRequestType - characteristics of request
1495 uchar_t bmRequestType; member in struct:usb_ctrl_setup
1564 * type - bmRequestType to be used
1576 uint_t type, /* bmRequestType */
1587 * type - bmRequestType to be used
1606 uint_t type, /* bmRequestType */

Completed in 126 milliseconds