Home
last modified time | relevance | path

Searched refs:early_reg (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_system_monitor.h110 struct regulator *early_reg; member
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c1084 info->early_reg = reg; in rockchip_system_monitor_early_regulator_init()
1846 if (!info->early_min_volt || !info->early_reg) in system_monitor_early_min_volt_function()
1848 rdev = info->early_reg->rdev; in system_monitor_early_min_volt_function()
1851 ret = regulator_set_voltage(info->early_reg, min_uV, max_uV); in system_monitor_early_min_volt_function()
1855 regulator_put(info->early_reg); in system_monitor_early_min_volt_function()