Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c157 if ((ctrlrequest->bRequestType & USB_TYPE_MASK) in service_in_request()
216 if ((ctrlrequest->bRequestType & USB_TYPE_MASK) in service_zero_data_request()
/openbmc/u-boot/include/linux/usb/
H A Dch9.h56 #define USB_TYPE_MASK (0x03 << 5) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c1175 (setup->requesttype & USB_TYPE_MASK) == USB_TYPE_STANDARD) in _xhci_submit_control_msg()
1179 (setup->requesttype & USB_TYPE_MASK) == USB_TYPE_STANDARD) { in _xhci_submit_control_msg()
/openbmc/qemu/include/hw/
H A Dusb.h95 #define USB_TYPE_MASK (0x03 << 5) macro
/openbmc/u-boot/drivers/usb/gadget/
H A Df_sdp.c422 u8 req_type = ctrl->bRequestType & USB_TYPE_MASK; in sdp_setup()
H A Df_dfu.c592 u8 req_type = ctrl->bRequestType & USB_TYPE_MASK; in dfu_handle()
H A Dcomposite.c722 standard = (ctrl->bRequestType & USB_TYPE_MASK) in composite_setup()
H A Dfotg210.c364 if ((req->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) { in fotg210_setup()
H A Daspeed_udc.c269 if ((bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) { in aspeed_udc_setup_handle()
H A Ddwc2_udc_otg_xfer_dma.c1336 dev->req_std = (usb_ctrl->bRequestType & USB_TYPE_MASK) in dwc2_ep0_setup()
H A Dpxa25x_udc.c1278 dev->req_std = (u.r.bRequestType & USB_TYPE_MASK) in handle_ep0()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dep0.c753 if ((ctrl->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) in dwc3_ep0_inspect_setup()