Searched refs:fifo_flush (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.1.9/include/linux/usb/ |
D | gadget.h | 152 void (*fifo_flush) (struct usb_ep *ep); member
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | core.c | 457 if (ep->ops->fifo_flush) in usb_ep_fifo_flush() 458 ep->ops->fifo_flush(ep); in usb_ep_fifo_flush()
|
D | fotg210-udc.c | 534 .fifo_flush = fotg210_ep_fifo_flush,
|
D | fusb300_udc.c | 529 .fifo_flush = fusb300_fifo_flush,
|
D | pxa27x_udc.c | 1412 .fifo_flush = pxa_ep_fifo_flush,
|
D | m66592-udc.c | 1447 .fifo_flush = m66592_fifo_flush,
|
D | goku_udc.c | 989 .fifo_flush = goku_fifo_flush,
|
D | gr_udc.c | 1840 .fifo_flush = gr_fifo_flush,
|
D | pxa25x_udc.c | 1107 .fifo_flush = pxa25x_ep_fifo_flush,
|
D | mv_u3d_core.c | 1008 .fifo_flush = mv_u3d_ep_fifo_flush,
|
D | r8a66597-udc.c | 1718 .fifo_flush = r8a66597_fifo_flush,
|
D | fsl_udc_core.c | 1130 .fifo_flush = fsl_ep_fifo_flush, /* flush fifo */
|
D | mv_udc_core.c | 956 .fifo_flush = mv_ep_fifo_flush, /* flush fifo */
|
D | pch_udc.c | 1990 .fifo_flush = pch_udc_pcd_fifo_flush,
|
D | atmel_usba_udc.c | 989 .fifo_flush = usba_ep_fifo_flush,
|
D | net2272.c | 1071 .fifo_flush = net2272_fifo_flush,
|
D | renesas_usb3.c | 2313 .fifo_flush = renesas_usb3_ep_fifo_flush,
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | dev.h | 378 u32 fifo_flush; member
|
D | tx.c | 1065 priv->reply_tx_stats.fifo_flush++; in iwlagn_count_tx_err_status()
|
/linux-6.1.9/include/linux/platform_data/ |
D | cros_ec_commands.h | 2542 } info, info_3, data, fifo_flush, perform_calib, member 2761 struct ec_response_motion_sense_fifo_info fifo_info, fifo_flush; member
|
/linux-6.1.9/drivers/usb/isp1760/ |
D | isp1760-udc.c | 1119 .fifo_flush = isp1760_ep_fifo_flush,
|
/linux-6.1.9/drivers/net/usb/ |
D | lan78xx.c | 2797 static int lan78xx_flush_fifo(struct lan78xx_net *dev, u32 reg, u32 fifo_flush) in lan78xx_flush_fifo() argument 2799 return lan78xx_update_reg(dev, reg, fifo_flush, fifo_flush); in lan78xx_flush_fifo()
|
/linux-6.1.9/drivers/usb/musb/ |
D | musb_gadget.c | 1503 .fifo_flush = musb_gadget_fifo_flush
|
/linux-6.1.9/drivers/usb/chipidea/ |
D | udc.c | 1651 .fifo_flush = ep_fifo_flush,
|
/linux-6.1.9/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 2811 .fifo_flush = nbu2ss_ep_fifo_flush,
|
12