Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c401 if ((priv_req->flags & REQUEST_INTERNAL) || in cdns3_start_all_request()
513 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback()
580 !(priv_req->flags & REQUEST_INTERNAL)) { in cdns3_wa2_gadget_ep_queue()
608 if (priv_req->flags & REQUEST_INTERNAL) in cdns3_wa2_gadget_ep_queue()
676 priv_req->flags |= REQUEST_INTERNAL; in cdns3_wa2_descmissing_packet()
H A Dcdns3-gadget.h1240 #define REQUEST_INTERNAL BIT(1) macro