Searched refs:fifo_flush (Results 1 – 25 of 26) sorted by relevance
12
| /Linux-v5.4/include/linux/usb/ |
| D | gadget.h | 150 void (*fifo_flush) (struct usb_ep *ep); member
|
| /Linux-v5.4/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 | goku_udc.c | 984 .fifo_flush = goku_fifo_flush,
|
| D | m66592-udc.c | 1447 .fifo_flush = m66592_fifo_flush,
|
| D | pxa27x_udc.c | 1414 .fifo_flush = pxa_ep_fifo_flush,
|
| D | pxa25x_udc.c | 1108 .fifo_flush = pxa25x_ep_fifo_flush,
|
| D | gr_udc.c | 1837 .fifo_flush = gr_fifo_flush,
|
| D | mv_u3d_core.c | 1007 .fifo_flush = mv_u3d_ep_fifo_flush,
|
| D | r8a66597-udc.c | 1718 .fifo_flush = r8a66597_fifo_flush,
|
| D | atmel_usba_udc.c | 991 .fifo_flush = usba_ep_fifo_flush,
|
| D | fsl_udc_core.c | 1130 .fifo_flush = fsl_ep_fifo_flush, /* flush fifo */
|
| D | mv_udc_core.c | 955 .fifo_flush = mv_ep_fifo_flush, /* flush fifo */
|
| D | net2272.c | 1070 .fifo_flush = net2272_fifo_flush,
|
| D | pch_udc.c | 2061 .fifo_flush = pch_udc_pcd_fifo_flush,
|
| D | renesas_usb3.c | 2269 .fifo_flush = renesas_usb3_ep_fifo_flush,
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | dev.h | 388 u32 fifo_flush; member
|
| D | tx.c | 1071 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()
|
| /Linux-v5.4/include/linux/platform_data/ |
| D | cros_ec_commands.h | 2523 } info, info_3, data, fifo_flush, perform_calib, member 2742 struct ec_response_motion_sense_fifo_info fifo_info, fifo_flush; member
|
| /Linux-v5.4/drivers/usb/isp1760/ |
| D | isp1760-udc.c | 1049 .fifo_flush = isp1760_ep_fifo_flush,
|
| /Linux-v5.4/drivers/usb/musb/ |
| D | musb_gadget.c | 1499 .fifo_flush = musb_gadget_fifo_flush
|
| /Linux-v5.4/drivers/usb/chipidea/ |
| D | udc.c | 1521 .fifo_flush = ep_fifo_flush,
|
| /Linux-v5.4/drivers/staging/emxx_udc/ |
| D | emxx_udc.c | 2816 .fifo_flush = nbu2ss_ep_fifo_flush,
|
12