Searched refs:EP_CLAIMED (Results 1 – 5 of 5) sorted by relevance
565 #define EP_CLAIMED BIT(4) macro
1354 if (!(pep->ep_state & EP_CLAIMED)) in cdns2_eps_onchip_buffer_init()1366 if (!(pep->ep_state & EP_CLAIMED)) in cdns2_eps_onchip_buffer_init()1950 if (ep_correct && !(pep->ep_state & EP_CLAIMED)) in cdns2_find_available_ep()1983 pep->ep_state |= EP_CLAIMED; in cdns2_gadget_match_ep()
2244 if (!(priv_ep->flags & EP_CLAIMED)) { in cdns3_find_available_ep()2291 priv_ep->flags |= EP_CLAIMED; in cdns3_gadget_match_ep()3056 priv_ep->flags &= ~EP_CLAIMED; in cdns3_gadget_udc_stop()3090 if (!(priv_ep->flags & EP_CLAIMED)) in cdns3_gadget_check_config()
718 if (priv_ep && priv_ep->flags & EP_CLAIMED && in cdns3_gadget_ep0_queue()
1156 #define EP_CLAIMED BIT(8) macro