Home
last modified time | relevance | path

Searched refs:enable_count (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/regulator/
H A Dinternal.h41 unsigned int enable_count; member
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dcore.c84 u32 enable_count; /* a number of enabled shared GPIO */ member
828 if (regulator->enable_count) { in regulator_total_uA_show()
999 if (sibling->enable_count) { in drms_uA_update()
1352 if (!regulator->enable_count) { in _regulator_handle_consumer_disable()
1357 regulator->enable_count--; in _regulator_handle_consumer_disable()
1358 if (regulator->uA_load && regulator->enable_count == 0) { in _regulator_handle_consumer_disable()
1391 regulator->enable_count++; in _regulator_handle_consumer_enable()
1392 if (regulator->uA_load && regulator->enable_count == 1) { in _regulator_handle_consumer_enable()
2200 regulator->enable_count = 1; in _regulator_get()
2203 regulator->enable_count in _regulator_get()
[all...]
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Dpm_domains.c968 int enable_count; in rockchip_pd_keepon_do_release() local
974 enable_count = 0; in rockchip_pd_keepon_do_release()
977 enable_count = 1; in rockchip_pd_keepon_do_release()
981 if (enable_count) { in rockchip_pd_keepon_do_release()
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/
H A Dpm_domains.c982 int enable_count; in rockchip_pd_keepon_do_release() local
988 enable_count = 0; in rockchip_pd_keepon_do_release()
991 enable_count = 1; in rockchip_pd_keepon_do_release()
995 if (enable_count) { in rockchip_pd_keepon_do_release()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c685 unsigned int enable_count; member
3222 if (vop2->enable_count == 0) { in vop2_initial()
3277 vop2->enable_count++; in vop2_initial()
3306 if (--vop2->enable_count > 0) { in vop2_disable()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c709 unsigned int enable_count; member
3215 if (vop2->enable_count == 0) { in vop2_initial()
3282 vop2->enable_count++; in vop2_initial()
3310 if (--vop2->enable_count > 0) in vop2_disable()

Completed in 46 milliseconds