Home
last modified time | relevance | path

Searched refs:underrun_count (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/char/hw_random/
H A Dbcm74110-rng.c45 unsigned underrun_count = 0; in bcm74110_rng_read() local
62 if (likely(underrun_count < FIFO_DELAY_MAX_COUNT)) in bcm74110_rng_read()
66 underrun_count++; in bcm74110_rng_read()
/linux-6.15/sound/soc/fsl/
H A Dmpc5200_dma.h72 unsigned long underrun_count; member
H A Dmpc5200_dma.c40 psc_dma->stats.underrun_count++; in psc_dma_status_irq()
/linux-6.15/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.h140 u32 underrun_count; member
H A Dvsp1_drv.c64 wpf->entity.pipe->underrun_count++; in vsp1_irq_handler()
68 i, wpf->entity.pipe->underrun_count); in vsp1_irq_handler()
H A Dvsp1_drm.c724 pipe->underrun_count = 0; in vsp1_du_setup_lif()