Home
last modified time | relevance | path

Searched refs:REQUEST_UNALIGNED (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dgadget.c649 if ((priv_req->flags & REQUEST_UNALIGNED) && in cdns3_gadget_giveback()
654 priv_req->flags &= ~(REQUEST_PENDING | REQUEST_UNALIGNED); in cdns3_gadget_giveback()
768 priv_req->flags |= REQUEST_UNALIGNED; in cdns3_prepare_aligned_request_buf()
840 if (priv_req->flags & REQUEST_UNALIGNED) in cdns3_ep_run_transfer()
H A Dgadget.h1209 #define REQUEST_UNALIGNED BIT(4) macro
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dgadget.c823 if ((priv_req->flags & REQUEST_UNALIGNED) && in cdns3_gadget_giveback()
828 priv_req->flags &= ~(REQUEST_PENDING | REQUEST_UNALIGNED); in cdns3_gadget_giveback()
945 priv_req->flags |= REQUEST_UNALIGNED; in cdns3_prepare_aligned_request_buf()
1005 if (priv_req->flags & REQUEST_UNALIGNED) in cdns3_ep_run_stream_transfer()
1145 if (priv_req->flags & REQUEST_UNALIGNED) in cdns3_ep_run_transfer()
H A Dgadget.h1238 #define REQUEST_UNALIGNED BIT(4) macro