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.c542 static const char *const imx283_supply_name[] = { variable
560 struct regulator_bulk_data supplies[ARRAY_SIZE(imx283_supply_name)];
1178 ret = regulator_bulk_enable(ARRAY_SIZE(imx283_supply_name), in imx283_power_on()
1199 regulator_bulk_disable(ARRAY_SIZE(imx283_supply_name), imx283->supplies); in imx283_power_on()
1206 regulator_bulk_disable(ARRAY_SIZE(imx283_supply_name), imx283->supplies); in imx283_power_off()
1234 for (i = 0; i < ARRAY_SIZE(imx283_supply_name); i++) in imx283_get_regulators()
1235 imx283->supplies[i].supply = imx283_supply_name[i]; in imx283_get_regulators()
1238 ARRAY_SIZE(imx283_supply_name), in imx283_get_regulators()