Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-ep0.c32 pep->ep_state |= EP0_HALTED_STATUS; in cdnsp_ep0_stall()
Dcdnsp-gadget.h837 #define EP0_HALTED_STATUS BIT(5) macro
Dcdnsp-ring.c2121 if (pep->ep_state & EP0_HALTED_STATUS) { in cdnsp_queue_ctrl_tx()
2122 pep->ep_state &= ~EP0_HALTED_STATUS; in cdnsp_queue_ctrl_tx()