Searched refs:stat_info (Results 1 – 5 of 5) sorted by relevance
638 struct tuned_station_info *stat_info = &fmdev->rx.stat_info; in fm_rx_update_af_cache() local645 fmdev->rx.stat_info.af_list_max = (af - FM_RDS_1_AF_FOLLOWS + 1); in fm_rx_update_af_cache()646 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_update_af_cache()647 fmdbg("No of expected AF : %d\n", fmdev->rx.stat_info.af_list_max); in fm_rx_update_af_cache()665 for (index = 0; index < stat_info->afcache_size; index++) { in fm_rx_update_af_cache()666 if (stat_info->af_cache[index] == freq) in fm_rx_update_af_cache()670 if (index == stat_info->af_list_max) { in fm_rx_update_af_cache()678 if (index == stat_info->afcache_size) { in fm_rx_update_af_cache()680 stat_info->af_cache[index] = freq; in fm_rx_update_af_cache()681 stat_info->afcache_size++; in fm_rx_update_af_cache()[all …]
169 struct tuned_station_info stat_info; member
41 fmdev->rx.stat_info.picode = FM_NO_PI_CODE; in fm_rx_reset_station_info()42 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_reset_station_info()43 fmdev->rx.stat_info.af_list_max = 0; in fm_rx_reset_station_info()
495 *stat_inf = qtcb_config->stat_info; in zfcp_sysfs_adapter_ex_config()506 struct fsf_statistics_info stat_info; \509 retval = zfcp_sysfs_adapter_ex_config(dev, &stat_info); \518 (unsigned long long) stat_info.input_req,519 (unsigned long long) stat_info.output_req,520 (unsigned long long) stat_info.control_req);523 (unsigned long long) stat_info.input_mb,524 (unsigned long long) stat_info.output_mb);527 (unsigned long long) stat_info.seconds_act);
391 struct fsf_statistics_info stat_info; member