Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dgadget.c443 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback()
503 !(priv_req->flags & REQUEST_INTERNAL)) { in cdns3_wa2_gadget_ep_queue()
531 if (priv_req->flags & REQUEST_INTERNAL) in cdns3_wa2_gadget_ep_queue()
590 priv_req->flags |= REQUEST_INTERNAL; in cdns3_wa2_descmissing_packet()
H A Dgadget.h1206 #define REQUEST_INTERNAL BIT(1) macro
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dgadget.c415 if ((priv_req->flags & REQUEST_INTERNAL) || in cdns3_start_all_request()
529 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback()
596 !(priv_req->flags & REQUEST_INTERNAL)) { in cdns3_wa2_gadget_ep_queue()
624 if (priv_req->flags & REQUEST_INTERNAL) in cdns3_wa2_gadget_ep_queue()
692 priv_req->flags |= REQUEST_INTERNAL; in cdns3_wa2_descmissing_packet()
H A Dgadget.h1235 #define REQUEST_INTERNAL BIT(1) macro