Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c2410_udc.h88 unsigned req_std : 1; member
H A Dpxa25x_udc.h105 req_std : 1, member
H A Ds3c2410_udc.c600 dev->req_std = (crq->bRequestType & USB_TYPE_MASK) in s3c2410_udc_handle_ep0_idle()
641 if (dev->req_std) { in s3c2410_udc_handle_ep0_idle()
H A Dpxa25x_udc.c1691 dev->req_std = (u.r.bRequestType & USB_TYPE_MASK) in handle_ep0()
1769 || dev->req_std || u.r.wLength)) in handle_ep0()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h86 unsigned req_pending:1, req_std:1; member
H A Dpxa25x_udc.h128 req_std:1, member
H A Ddwc2_udc_otg_xfer_dma.c1358 dev->req_std = (usb_ctrl->bRequestType & USB_TYPE_MASK) in dwc2_ep0_setup()
1364 if (dev->req_std) { in dwc2_ep0_setup()
H A Dpxa25x_udc.c1279 dev->req_std = (u.r.bRequestType & USB_TYPE_MASK) in handle_ep0()
1371 || dev->req_std || u.r.wLength)) in handle_ep0()