Home
last modified time | relevance | path

Searched refs:pwrdm_has_voltdm (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/mach-omap2/
H A Dpowerdomains43xx_data.c129 omap4_pwrdm_operations.pwrdm_has_voltdm = am43xx_check_vcvp; in am43xx_powerdomains_init()
H A Dpowerdomain.h198 int (*pwrdm_has_voltdm)(void); member
H A Dpowerdomain.c107 if (arch_pwrdm && arch_pwrdm->pwrdm_has_voltdm) in _pwrdm_register()
108 if (!arch_pwrdm->pwrdm_has_voltdm()) in _pwrdm_register()
H A Dprm33xx.c386 .pwrdm_has_voltdm = am33xx_check_vcvp,
H A Dprm44xx.c741 .pwrdm_has_voltdm = omap4_check_vcvp,