Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/radio/wl128x/
Dfmdrv.h144 u8 afcache_size; member
Dfmdrv_common.c646 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_update_af_cache()
665 for (index = 0; index < stat_info->afcache_size; index++) { in fm_rx_update_af_cache()
678 if (index == stat_info->afcache_size) { in fm_rx_update_af_cache()
681 stat_info->afcache_size++; in fm_rx_update_af_cache()
865 (fmdev->rx.stat_info.afcache_size != 0)) { in fm_irq_handle_low_rssi_start()
1012 if (fmdev->rx.afjump_idx >= fmdev->rx.stat_info.afcache_size) { in fm_irq_afjump_rd_freq_resp()
Dfmdrv_rx.c42 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_reset_station_info()