diff options
author | Ulf Hansson <[email protected]> | 2016-12-08 14:45:20 +0100 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2017-01-27 01:30:31 +0100 |
commit | 86e12eac1f7f84b03512ecfa110c48b9204e6286 (patch) | |
tree | b832a69097f6f2902b081f42ae5e06f2b768d633 /lib/test-string_helpers.c | |
parent | 7a308bb3016f57e5be11a677d15b821536419d36 (diff) |
PM / Domains: Rename functions in genpd for power on/off
Currently the mix of genpd_poweron(), genpd_power_on(),
genpd_sync_poweron() and the ->power_on() callback, makes
a bit difficult to follow the path of execution. The similar
applies to the functions dealing with power off.
In a way to improve this understanding, let's do the following renaming:
genpd_power_on() -> _genpd_power_on()
genpd_poweron() -> genpd_power_on()
genpd_sync_poweron() -> genpd_sync_power_on()
genpd_power_off() -> _genpd_power_off()
genpd_poweroff() -> genpd_power_off()
genpd_sync_poweroff() -> genpd_sync_power_off()
genpd_poweroff_unused() -> genpd_power_off_unused()
Signed-off-by: Ulf Hansson <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions