Home
last modified time | relevance | path

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

/linux-4.4.14/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()
796 if (res->regul_count) in hdmi_resources_cleanup()
797 regulator_bulk_free(res->regul_count, res->regul_bulk); in hdmi_resources_cleanup()
873 res->regul_count = ARRAY_SIZE(supply); in hdmi_resources_init()