Home
last modified time | relevance | path

Searched refs:EP_STALLED (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-ep0.c104 pep->ep_state |= EP_STALLED; in cdns2_ep0_stall()
195 if (pep->ep_state & EP_STALLED) in cdns2_req_ep0_handle_status()
416 pep->ep_state &= ~EP_STALLED; in cdns2_handle_setup_packet()
H A Dcdns2-gadget.c166 pep->ep_state |= EP_STALLED; in cdns2_ep_stall_flush()
808 if (!pep->wa1_set && !(pep->ep_state & EP_STALLED) && !pep->skip) { in cdns2_ep_run_transfer()
1038 if (!(pep->ep_state & EP_STALLED) && in cdns2_transfer_completed()
1147 if (!(pep->ep_state & EP_STALLED) && in cdns2_handle_epx_interrupt()
1592 pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING); in cdns2_gadget_ep_enable()
1690 if (!(pep->ep_state & EP_STALLED) && !(pep->ep_state & EP_STALL_PENDING)) in cdns2_ep_enqueue()
1863 pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING); in cdns2_halt_endpoint()
1879 pep->ep_state |= EP_STALLED; in cdns2_halt_endpoint()
H A Dcdns2-gadget.h562 #define EP_STALLED BIT(1) macro
/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h1149 #define EP_STALLED BIT(1) macro