Home
last modified time | relevance | path

Searched refs:fifo_index (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c2011 dwc2_hsotg_txfifo_flush(hsotg, hs_ep->fifo_index); in dwc2_hsotg_epint()
2177 dwc2_hsotg_txfifo_flush(hsotg, ep->fifo_index); in kill_all_requests()
2752 if (hs_ep->fifo_index) { in dwc2_hsotg_ep_enable()
2756 hsotg->fifo_map &= ~(1 << hs_ep->fifo_index); in dwc2_hsotg_ep_enable()
2757 hs_ep->fifo_index = 0; in dwc2_hsotg_ep_enable()
2766 if (dir_in && hsotg->dedicated_fifos && !hs_ep->fifo_index) { in dwc2_hsotg_ep_enable()
2767 u32 fifo_index = 0; in dwc2_hsotg_ep_enable() local
2780 fifo_index = i; in dwc2_hsotg_ep_enable()
2783 if (!fifo_index) { in dwc2_hsotg_ep_enable()
2789 hsotg->fifo_map |= 1 << fifo_index; in dwc2_hsotg_ep_enable()
[all …]
Dcore.h158 unsigned short fifo_index; member