mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-23 09:46:59 +03:00
tegra: hwpm: use consistent function names
- Update common function names to tegra_hwpm_* instead of tegra_soc_hwpm_*. - Update header guards to follow similar naming guidelines. Jira THWPM-41 Change-Id: If5ca4f136f5cb6659a99bae42030817142bd242c Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2675469 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: Vasuki Shankar <vasukis@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
edb9e2c245
commit
9adf6a080d
@@ -19,7 +19,7 @@
|
||||
#include <tegra_hwpm.h>
|
||||
|
||||
/* FIXME: This is a placeholder for now. We can add debugfs nodes as needed. */
|
||||
void tegra_soc_hwpm_debugfs_init(struct tegra_soc_hwpm *hwpm)
|
||||
void tegra_hwpm_debugfs_init(struct tegra_soc_hwpm *hwpm)
|
||||
{
|
||||
if (!hwpm) {
|
||||
tegra_hwpm_err(hwpm, "Invalid hwpm struct");
|
||||
@@ -44,7 +44,7 @@ fail:
|
||||
hwpm->debugfs_root = NULL;
|
||||
}
|
||||
|
||||
void tegra_soc_hwpm_debugfs_deinit(struct tegra_soc_hwpm *hwpm)
|
||||
void tegra_hwpm_debugfs_deinit(struct tegra_soc_hwpm *hwpm)
|
||||
{
|
||||
if (!hwpm) {
|
||||
tegra_hwpm_err(hwpm, "Invalid hwpm struct");
|
||||
|
||||
Reference in New Issue
Block a user