Replace prefix from 'pass' and 'PASS' to 'hal_power' and 'HAL_POWER'
Replace prefix of struct name from 'pass' to 'hal_power' for consistency.
In general, when naming a structure in hal API, use hal_<api name> as a prefix.
Previously, in hal API power, 'pass' was used as a prefix
in the structure name instead of 'hal_power'.
Similarly, replace prefix of macro name from 'PASS' to 'HAL_POWER' for consistency.
Previously, in macros, 'PASS' was used instead of HAL_POWER as the prefix.
Change-Id: Iaab468e49dde514f1243b74c7d7a80409a37ec74
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>