Searched refs:imx335_supply_name (Results 1 – 1 of 1) sorted by relevance
141 static const char * const imx335_supply_name[] = { variable201 struct regulator_bulk_data supplies[ARRAY_SIZE(imx335_supply_name)];1007 for (i = 0; i < ARRAY_SIZE(imx335_supply_name); i++) in imx335_parse_hw_config()1008 imx335->supplies[i].supply = imx335_supply_name[i]; in imx335_parse_hw_config()1011 ARRAY_SIZE(imx335_supply_name), in imx335_parse_hw_config()1103 ret = regulator_bulk_enable(ARRAY_SIZE(imx335_supply_name), in imx335_power_on()1127 regulator_bulk_disable(ARRAY_SIZE(imx335_supply_name), imx335->supplies); in imx335_power_on()1145 regulator_bulk_disable(ARRAY_SIZE(imx335_supply_name), imx335->supplies); in imx335_power_off()