Searched refs:fifo_flush (Results 1 – 25 of 26) sorted by relevance
12
/kernel/linux/linux-5.10/include/linux/usb/ |
D | gadget.h | 154 void (*fifo_flush) (struct usb_ep *ep); member
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | core.c | 450 if (ep->ops->fifo_flush) in usb_ep_fifo_flush() 451 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 | 1413 .fifo_flush = pxa_ep_fifo_flush,
|
D | goku_udc.c | 987 .fifo_flush = goku_fifo_flush,
|
D | m66592-udc.c | 1447 .fifo_flush = m66592_fifo_flush,
|
D | pxa25x_udc.c | 1108 .fifo_flush = pxa25x_ep_fifo_flush,
|
D | mv_u3d_core.c | 1006 .fifo_flush = mv_u3d_ep_fifo_flush,
|
D | gr_udc.c | 1837 .fifo_flush = gr_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 | 954 .fifo_flush = mv_ep_fifo_flush, /* flush fifo */
|
D | atmel_usba_udc.c | 986 .fifo_flush = usba_ep_fifo_flush,
|
D | net2272.c | 1069 .fifo_flush = net2272_fifo_flush,
|
D | pch_udc.c | 2095 .fifo_flush = pch_udc_pcd_fifo_flush,
|
D | renesas_usb3.c | 2285 .fifo_flush = renesas_usb3_ep_fifo_flush,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | dev.h | 383 u32 fifo_flush; member
|
D | tx.c | 1070 priv->reply_tx_stats.fifo_flush++; in iwlagn_count_tx_err_status()
|
D | debugfs.c | 1584 priv->reply_tx_stats.fifo_flush); in iwl_dbgfs_reply_tx_error_read()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | cros_ec_commands.h | 2524 } info, info_3, data, fifo_flush, perform_calib, member 2743 struct ec_response_motion_sense_fifo_info fifo_info, fifo_flush; member
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
D | isp1760-udc.c | 1049 .fifo_flush = isp1760_ep_fifo_flush,
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
D | musb_gadget.c | 1503 .fifo_flush = musb_gadget_fifo_flush
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
D | udc.c | 1637 .fifo_flush = ep_fifo_flush,
|
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 2812 .fifo_flush = nbu2ss_ep_fifo_flush,
|
12