Searched defs:pwrdm_disable_hdwr_sar (Results 1 - 2 of 2) sorted by relevance

/arch/arm/mach-omap2/
H A Dpowerdomain.h166 * @pwrdm_disable_hdwr_sar: Disable Hardware Save-Restore feature for a pd
197 int (*pwrdm_disable_hdwr_sar)(struct powerdomain *pwrdm); member in struct:pwrdm_ops
244 int pwrdm_disable_hdwr_sar(struct powerdomain *pwrdm);
H A Dpowerdomain.c998 * pwrdm_disable_hdwr_sar - disable automatic hardware SAR for a pwrdm
1008 int pwrdm_disable_hdwr_sar(struct powerdomain *pwrdm) function
1020 if (arch_pwrdm && arch_pwrdm->pwrdm_disable_hdwr_sar)
1021 ret = arch_pwrdm->pwrdm_disable_hdwr_sar(pwrdm);

Completed in 7 milliseconds