Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdns3-ep0.c849 if (!(priv_ep->flags & EP_CONFIGURED)) in cdns3_ep0_config()
858 if (!(priv_ep->flags & EP_CONFIGURED)) in cdns3_ep0_config()
861 priv_ep->flags |= EP_CONFIGURED; in cdns3_ep0_config()
H A Dcdns3-gadget.h1163 #define EP_CONFIGURED BIT(16) macro