Home
last modified time | relevance | path

Searched refs:fifo_flush (Results 1 – 16 of 16) sorted by relevance

/linux/include/linux/usb/
H A Dgadget.h158 void (*fifo_flush) (struct usb_ep *ep); member
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h379 u32 fifo_flush; member
H A Dtx.c1068 priv->reply_tx_stats.fifo_flush++; in iwlagn_count_tx_err_status()
/linux/drivers/usb/gadget/udc/
H A Dcore.c472 if (ep->ops->fifo_flush) in usb_ep_fifo_flush()
473 ep->ops->fifo_flush(ep); in usb_ep_fifo_flush()
H A Dgoku_udc.c989 .fifo_flush = goku_fifo_flush,
H A Dm66592-udc.c1447 .fifo_flush = m66592_fifo_flush,
H A Dpxa25x_udc.c1107 .fifo_flush = pxa25x_ep_fifo_flush,
H A Dr8a66597-udc.c1718 .fifo_flush = r8a66597_fifo_flush,
H A Dpch_udc.c1989 .fifo_flush = pch_udc_pcd_fifo_flush,
H A Drenesas_usb3.c2354 .fifo_flush = renesas_usb3_ep_fifo_flush,
H A Dnet2280.c1456 .fifo_flush = net2280_fifo_flush,
/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c545 .fifo_flush = fotg210_ep_fifo_flush,
/linux/drivers/usb/isp1760/
H A Disp1760-udc.c1119 .fifo_flush = isp1760_ep_fifo_flush,
/linux/drivers/net/usb/
H A Dlan78xx.c846 static int lan78xx_flush_fifo(struct lan78xx_net *dev, u32 reg, u32 fifo_flush) in lan78xx_flush_fifo() argument
848 return lan78xx_update_reg(dev, reg, fifo_flush, fifo_flush); in lan78xx_flush_fifo()
/linux/drivers/usb/musb/
H A Dmusb_gadget.c1501 .fifo_flush = musb_gadget_fifo_flush
/linux/drivers/usb/chipidea/
H A Dudc.c1824 .fifo_flush = ep_fifo_flush,