Searched refs:regul_bulk (Results 1 – 1 of 1) sorted by relevance
137 struct regulator_bulk_data regul_bulk[ARRAY_SIZE(supply)]; member 1502 if (regulator_bulk_enable(ARRAY_SIZE(supply), hdata->regul_bulk)) in hdmiphy_enable() 1533 regulator_bulk_disable(ARRAY_SIZE(supply), hdata->regul_bulk); in hdmiphy_disable() 1819 hdata->regul_bulk[i].supply = supply[i]; in hdmi_resources_init() 1821 ret = devm_regulator_bulk_get(dev, ARRAY_SIZE(supply), hdata->regul_bulk); in hdmi_resources_init()