Searched refs:pwrmon_rails (Results 1 – 2 of 2) sorted by relevance
680 struct svc_debugfs_pwrmon_rail *pwrmon_rails = in pwr_debugfs_voltage_read() local682 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_voltage_read()687 ret = gb_svc_pwrmon_sample_get(svc, pwrmon_rails->id, in pwr_debugfs_voltage_read()692 pwrmon_rails->id, ret); in pwr_debugfs_voltage_read()704 struct svc_debugfs_pwrmon_rail *pwrmon_rails = in pwr_debugfs_current_read() local706 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_current_read()711 ret = gb_svc_pwrmon_sample_get(svc, pwrmon_rails->id, in pwr_debugfs_current_read()716 pwrmon_rails->id, ret); in pwr_debugfs_current_read()728 struct svc_debugfs_pwrmon_rail *pwrmon_rails = in pwr_debugfs_power_read() local730 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_power_read()[all …]
53 struct svc_debugfs_pwrmon_rail *pwrmon_rails; member