Home
last modified time | relevance | path

Searched refs:state_standby (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/regulator/
Dmachine.h134 struct regulator_state state_standby; member
/linux-4.4.14/arch/arm/mach-ux500/
Dboard-mop500-regulators.c1060 regulator->constraints.state_standby.disabled = 1; in mop500_regulator_init()
/linux-4.4.14/drivers/regulator/
Dcore.c588 return sprintf(buf, "%d\n", rdev->constraints->state_standby.uV); in regulator_suspend_standby_uV_show()
621 rdev->constraints->state_standby.mode); in regulator_suspend_standby_mode_show()
654 rdev->constraints->state_standby.enabled); in regulator_suspend_standby_state_show()
819 &rdev->constraints->state_standby); in suspend_prepare()