Home
last modified time | relevance | path

Searched refs:afcache_size (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/media/radio/wl128x/
Dfmdrv_common.c636 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_update_af_cache()
655 for (index = 0; index < stat_info->afcache_size; index++) { in fm_rx_update_af_cache()
668 if (index == stat_info->afcache_size) { in fm_rx_update_af_cache()
671 stat_info->afcache_size++; in fm_rx_update_af_cache()
854 (fmdev->rx.stat_info.afcache_size != 0)) { in fm_irq_handle_low_rssi_start()
1001 if (fmdev->rx.afjump_idx >= fmdev->rx.stat_info.afcache_size) { in fm_irq_afjump_rd_freq_resp()
Dfmdrv.h132 u8 afcache_size; member
Dfmdrv_rx.c29 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_reset_station_info()