Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/greybus/
A Dsvc.c681 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_voltage_read()
691 pwrmon_rails->id, ret); in pwr_debugfs_voltage_read()
705 struct gb_svc *svc = pwrmon_rails->svc; in pwr_debugfs_current_read()
715 pwrmon_rails->id, ret); in pwr_debugfs_current_read()
738 pwrmon_rails->id, ret); in pwr_debugfs_power_read()
784 svc->pwrmon_rails = kcalloc(rail_count, sizeof(*svc->pwrmon_rails), in gb_svc_pwrmon_debugfs_init()
786 if (!svc->pwrmon_rails) in gb_svc_pwrmon_debugfs_init()
817 kfree(svc->pwrmon_rails); in gb_svc_pwrmon_debugfs_init()
818 svc->pwrmon_rails = NULL; in gb_svc_pwrmon_debugfs_init()
834 kfree(svc->pwrmon_rails); in gb_svc_debugfs_exit()
[all …]
/linux-6.3-rc2/include/linux/greybus/
A Dsvc.h58 struct svc_debugfs_pwrmon_rail *pwrmon_rails; member

Completed in 5 milliseconds