Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/cdns3/
Dgadget.c428 if ((priv_req->flags & REQUEST_INTERNAL) || in cdns3_start_all_request()
542 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback()
609 !(priv_req->flags & REQUEST_INTERNAL)) { in cdns3_wa2_gadget_ep_queue()
637 if (priv_req->flags & REQUEST_INTERNAL) in cdns3_wa2_gadget_ep_queue()
705 priv_req->flags |= REQUEST_INTERNAL; in cdns3_wa2_descmissing_packet()
Dgadget.h1235 #define REQUEST_INTERNAL BIT(1) macro