Home
last modified time | relevance | path

Searched refs:req_std (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h86 unsigned req_pending:1, req_std:1; member
H A Dpxa25x_udc.h127 req_std:1, member
H A Ddwc2_udc_otg_xfer_dma.c1336 dev->req_std = (usb_ctrl->bRequestType & USB_TYPE_MASK) in dwc2_ep0_setup()
1342 if (dev->req_std) { in dwc2_ep0_setup()
H A Dpxa25x_udc.c1278 dev->req_std = (u.r.bRequestType & USB_TYPE_MASK) in handle_ep0()
1370 || dev->req_std || u.r.wLength)) in handle_ep0()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h105 req_std : 1, member
H A Dpxa25x_udc.c1653 dev->req_std = (u.r.bRequestType & USB_TYPE_MASK) in handle_ep0()
1731 || dev->req_std || u.r.wLength)) in handle_ep0()