Home
last modified time | relevance | path

Searched refs:EP_STOPPED (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c712 pdev->eps[0].ep_state &= ~(EP_STOPPED | EP_HALTED); in cdnsp_reset_device()
727 pdev->eps[i].ep_state |= EP_STOPPED | EP_UNCONFIGURED; in cdnsp_reset_device()
991 pep->ep_state &= ~EP_STOPPED; in cdnsp_gadget_ep_enable()
1052 pep->ep_state |= EP_STOPPED; in cdnsp_gadget_ep_disable()
H A Dcdnsp-gadget.h835 #define EP_STOPPED BIT(3) macro
H A Dcdnsp-ring.c299 pep->ep_state &= ~EP_STOPPED; in cdnsp_ring_ep_doorbell()
2155 pep->ep_state |= EP_STOPPED; in cdnsp_cmd_stop_ep()