Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/bdc/ !
Dbdc_cmd.c311 if (!(ep->flags & BDC_EP_STALL)) { in bdc_ep_clear_stall()
349 if ((ep->flags & BDC_EP_STALL) || (ep->flags & BDC_EP_STOP)) in bdc_stop_ep()
Dbdc_ep.c884 ep->flags |= BDC_EP_STALL; in ep_set_halt()
893 ep->flags &= ~BDC_EP_STALL; in ep_set_halt()
1361 if (ep->flags & BDC_EP_STALL) in ep0_handle_status()
1518 if (ep->flags & BDC_EP_STALL) { in bdc_xsf_ep0_data_start()
1563 if (ep->flags & BDC_EP_STALL) { in bdc_xsf_ep0_status_start()
Dbdc.h249 #define BDC_EP_STALL BIT(1) macro