Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dimx283.c541 static const char *const imx283_supply_name[] = { variable
559 struct regulator_bulk_data supplies[ARRAY_SIZE(imx283_supply_name)];
1177 ret = regulator_bulk_enable(ARRAY_SIZE(imx283_supply_name), in imx283_power_on()
1198 regulator_bulk_disable(ARRAY_SIZE(imx283_supply_name), imx283->supplies); in imx283_power_on()
1205 regulator_bulk_disable(ARRAY_SIZE(imx283_supply_name), imx283->supplies); in imx283_power_off()
1233 for (i = 0; i < ARRAY_SIZE(imx283_supply_name); i++) in imx283_get_regulators()
1234 imx283->supplies[i].supply = imx283_supply_name[i]; in imx283_get_regulators()
1237 ARRAY_SIZE(imx283_supply_name), in imx283_get_regulators()