Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdns3-gadget.c804 if (likely(!(priv_req->flags & REQUEST_UNALIGNED))) in cdns3_gadget_giveback()
808 if ((priv_req->flags & REQUEST_UNALIGNED) && in cdns3_gadget_giveback()
819 priv_req->flags &= ~(REQUEST_PENDING | REQUEST_UNALIGNED); in cdns3_gadget_giveback()
950 priv_req->flags |= REQUEST_UNALIGNED; in cdns3_prepare_aligned_request_buf()
1010 if (priv_req->flags & REQUEST_UNALIGNED) in cdns3_ep_run_stream_transfer()
1151 if (priv_req->flags & REQUEST_UNALIGNED) in cdns3_ep_run_transfer()
2607 if (likely(!(priv_req->flags & REQUEST_UNALIGNED))) { in __cdns3_gadget_ep_queue()
Dcdns3-gadget.h1243 #define REQUEST_UNALIGNED BIT(4) macro