Home
last modified time | relevance | path

Searched refs:BDC_EP_STALL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c312 if (!(ep->flags & BDC_EP_STALL)) { in bdc_ep_clear_stall()
350 if ((ep->flags & BDC_EP_STALL) || (ep->flags & BDC_EP_STOP)) in bdc_stop_ep()
H A 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()
H A Dbdc.h249 #define BDC_EP_STALL (1 << 1) macro
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A 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()
H A 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()
H A Dbdc.h249 #define BDC_EP_STALL BIT(1) macro

Completed in 8 milliseconds