Searched refs:pwrmon_rails (Results 1 – 2 of 2) sorted by relevance
760 struct svc_debugfs_pwrmon_rail *pwrmon_rails = file->f_inode->i_private; in pwr_debugfs_voltage_read() local761 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_voltage_read()766 ret = gb_svc_pwrmon_sample_get(svc, pwrmon_rails->id, in pwr_debugfs_voltage_read()771 pwrmon_rails->id, ret); in pwr_debugfs_voltage_read()783 struct svc_debugfs_pwrmon_rail *pwrmon_rails = file->f_inode->i_private; in pwr_debugfs_current_read() local784 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_current_read()789 ret = gb_svc_pwrmon_sample_get(svc, pwrmon_rails->id, in pwr_debugfs_current_read()794 pwrmon_rails->id, ret); in pwr_debugfs_current_read()806 struct svc_debugfs_pwrmon_rail *pwrmon_rails = file->f_inode->i_private; in pwr_debugfs_power_read() local807 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_power_read()[all …]
54 struct svc_debugfs_pwrmon_rail *pwrmon_rails; member