Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.c748 pdev->eps[i].ep_state |= EP_STOPPED | EP_UNCONFIGURED; in cdnsp_reset_device()
963 pep->ep_state &= ~EP_UNCONFIGURED; in cdnsp_gadget_ep_enable()
1048 if (!(pep->ep_state & EP_UNCONFIGURED)) in cdnsp_gadget_ep_disable()
1067 if (!(pep->ep_state & EP_UNCONFIGURED)) in cdnsp_gadget_ep_disable()
1072 pep->ep_state &= ~(EP_ENABLED | EP_UNCONFIGURED); in cdnsp_gadget_ep_disable()
H A Dcdnsp-gadget.h842 #define EP_UNCONFIGURED BIT(7) macro