Searched refs:fifo_flush (Results 1 – 16 of 16) sorted by relevance
| /linux/include/linux/usb/ |
| H A D | gadget.h | 158 void (*fifo_flush) (struct usb_ep *ep); member
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | dev.h | 379 u32 fifo_flush; member
|
| H A D | tx.c | 1068 priv->reply_tx_stats.fifo_flush++; in iwlagn_count_tx_err_status()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | core.c | 472 if (ep->ops->fifo_flush) in usb_ep_fifo_flush() 473 ep->ops->fifo_flush(ep); in usb_ep_fifo_flush()
|
| H A D | goku_udc.c | 989 .fifo_flush = goku_fifo_flush,
|
| H A D | m66592-udc.c | 1447 .fifo_flush = m66592_fifo_flush,
|
| H A D | pxa25x_udc.c | 1107 .fifo_flush = pxa25x_ep_fifo_flush,
|
| H A D | r8a66597-udc.c | 1718 .fifo_flush = r8a66597_fifo_flush,
|
| H A D | pch_udc.c | 1989 .fifo_flush = pch_udc_pcd_fifo_flush,
|
| H A D | renesas_usb3.c | 2354 .fifo_flush = renesas_usb3_ep_fifo_flush,
|
| H A D | net2280.c | 1456 .fifo_flush = net2280_fifo_flush,
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-udc.c | 545 .fifo_flush = fotg210_ep_fifo_flush,
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-udc.c | 1119 .fifo_flush = isp1760_ep_fifo_flush,
|
| /linux/drivers/net/usb/ |
| H A D | lan78xx.c | 846 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 D | musb_gadget.c | 1501 .fifo_flush = musb_gadget_fifo_flush
|
| /linux/drivers/usb/chipidea/ |
| H A D | udc.c | 1824 .fifo_flush = ep_fifo_flush,
|