Home
last modified time | relevance | path

Searched refs:stat_info (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/radio/wl128x/
H A Dfmdrv_common.c628 struct tuned_station_info *stat_info = &fmdev->rx.stat_info; in fm_rx_update_af_cache() local
635 fmdev->rx.stat_info.af_list_max = (af - FM_RDS_1_AF_FOLLOWS + 1); in fm_rx_update_af_cache()
636 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_update_af_cache()
637 fmdbg("No of expected AF : %d\n", fmdev->rx.stat_info.af_list_max); in fm_rx_update_af_cache()
655 for (index = 0; index < stat_info->afcache_size; index++) { in fm_rx_update_af_cache()
656 if (stat_info->af_cache[index] == freq) in fm_rx_update_af_cache()
660 if (index == stat_info->af_list_max) { in fm_rx_update_af_cache()
668 if (index == stat_info->afcache_size) { in fm_rx_update_af_cache()
670 stat_info->af_cache[index] = freq; in fm_rx_update_af_cache()
671 stat_info->afcache_size++; in fm_rx_update_af_cache()
[all …]
H A Dfmdrv_rx.c28 fmdev->rx.stat_info.picode = FM_NO_PI_CODE; in fm_rx_reset_station_info()
29 fmdev->rx.stat_info.afcache_size = 0; in fm_rx_reset_station_info()
30 fmdev->rx.stat_info.af_list_max = 0; in fm_rx_reset_station_info()
H A Dfmdrv.h153 struct tuned_station_info stat_info; member
/linux/drivers/s390/scsi/
H A Dzfcp_sysfs.c743 *stat_inf = qtcb_config->stat_info; in zfcp_sysfs_adapter_ex_config()
754 struct fsf_statistics_info stat_info; \
757 retval = zfcp_sysfs_adapter_ex_config(dev, &stat_info); \
766 (unsigned long long) stat_info.input_req,
767 (unsigned long long) stat_info.output_req,
768 (unsigned long long) stat_info.control_req);
771 (unsigned long long) stat_info.input_mb,
772 (unsigned long long) stat_info.output_mb);
775 (unsigned long long) stat_info.seconds_act);
H A Dzfcp_fsf.h402 struct fsf_statistics_info stat_info; member
/linux/tools/power/acpi/tools/acpidump/
H A Dapfiles.c31 struct stat stat_info; in ap_is_existing_file() local
34 if (!stat(pathname, &stat_info)) { in ap_is_existing_file()
/linux/fs/f2fs/
H A Ddebug.c684 sbi->stat_info = si; in f2fs_build_stats()
H A Df2fs.h1694 struct f2fs_stat_info *stat_info; /* FS status information */ member
3985 return (struct f2fs_stat_info *)sbi->stat_info; in F2FS_STAT()