Home
last modified time | relevance | path

Searched refs:pwrmon_rails (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/greybus/
H A Dsvc.c679 struct svc_debugfs_pwrmon_rail *pwrmon_rails = in pwr_debugfs_voltage_read() local
681 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_voltage_read()
686 ret = gb_svc_pwrmon_sample_get(svc, pwrmon_rails->id, in pwr_debugfs_voltage_read()
691 pwrmon_rails->id, ret); in pwr_debugfs_voltage_read()
703 struct svc_debugfs_pwrmon_rail *pwrmon_rails = in pwr_debugfs_current_read() local
705 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_current_read()
710 ret = gb_svc_pwrmon_sample_get(svc, pwrmon_rails->id, in pwr_debugfs_current_read()
715 pwrmon_rails->id, ret); in pwr_debugfs_current_read()
727 struct svc_debugfs_pwrmon_rail *pwrmon_rails = in pwr_debugfs_power_read() local
729 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_power_read()
[all …]
/openbmc/linux/include/linux/greybus/
H A Dsvc.h58 struct svc_debugfs_pwrmon_rail *pwrmon_rails; member