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

/linux-master/tools/power/acpi/tools/acpidump/
H A Dapfiles.c31 struct stat stat_info; local
34 if (!stat(pathname, &stat_info)) {
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_common.c628 struct tuned_station_info *stat_info = &fmdev->rx.stat_info; local
635 fmdev->rx.stat_info.af_list_max = (af - FM_RDS_1_AF_FOLLOWS + 1);
636 fmdev->rx.stat_info.afcache_size = 0;
637 fmdbg("No of expected AF : %d\n", fmdev->rx.stat_info.af_list_max);
655 for (index = 0; index < stat_info->afcache_size; index++) {
656 if (stat_info->af_cache[index] == freq)
660 if (index == stat_info->af_list_max) {
668 if (index == stat_info->afcache_size) {
670 stat_info
[all...]
H A Dfmdrv.h152 struct tuned_station_info stat_info; member in struct:fm_rx
H A Dfmdrv_rx.c28 fmdev->rx.stat_info.picode = FM_NO_PI_CODE;
29 fmdev->rx.stat_info.afcache_size = 0;
30 fmdev->rx.stat_info.af_list_max = 0;
/linux-master/drivers/s390/scsi/
H A Dzfcp_sysfs.c743 *stat_inf = qtcb_config->stat_info;
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 in struct:fsf_qtcb_bottom_config
/linux-master/fs/f2fs/
H A Ddebug.c684 sbi->stat_info = si;
H A Df2fs.h1692 struct f2fs_stat_info *stat_info; /* FS status information */ member in struct:f2fs_sb_info
3968 return (struct f2fs_stat_info *)sbi->stat_info;

Completed in 298 milliseconds