Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-tv/
Dhdmi_drv.c71 int regul_count; member
585 ret = regulator_bulk_enable(res->regul_count, res->regul_bulk); in hdmi_resource_poweron()
605 regulator_bulk_disable(res->regul_count, res->regul_bulk); in hdmi_resource_poweroff()
790 if (res->regul_count) in hdmi_resources_cleanup()
791 regulator_bulk_free(res->regul_count, res->regul_bulk); in hdmi_resources_cleanup()
867 res->regul_count = ARRAY_SIZE(supply); in hdmi_resources_init()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c87 int regul_count; member
2051 if (regulator_bulk_enable(res->regul_count, res->regul_bulk)) in hdmi_poweron()
2088 regulator_bulk_disable(res->regul_count, res->regul_bulk); in hdmi_poweroff()
2231 res->regul_count = ARRAY_SIZE(supply); in hdmi_resources_init()