Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_cmd.c320 if (!(ep->flags & BDC_EP_STALL)) { in bdc_ep_clear_stall()
358 if ((ep->flags & BDC_EP_STALL) || (ep->flags & BDC_EP_STOP)) in bdc_stop_ep()
Dbdc.h254 #define BDC_EP_STALL (1 << 1) macro
Dbdc_ep.c888 ep->flags |= BDC_EP_STALL; in ep_set_halt()
897 ep->flags &= ~BDC_EP_STALL; in ep_set_halt()
1365 if (ep->flags & BDC_EP_STALL) in ep0_handle_status()
1524 if (ep->flags & BDC_EP_STALL) { in bdc_xsf_ep0_data_start()
1569 if (ep->flags & BDC_EP_STALL) { in bdc_xsf_ep0_status_start()