Searched refs:OV5670_NUM_SUPPLIES (Results 1 – 1 of 1) sorted by relevance
110 #define OV5670_NUM_SUPPLIES ARRAY_SIZE(ov5670_supply_names) macro1878 struct regulator_bulk_data supplies[OV5670_NUM_SUPPLIES];2502 ret = regulator_bulk_enable(OV5670_NUM_SUPPLIES, ov5670->supplies); in ov5670_runtime_resume()2527 regulator_bulk_disable(OV5670_NUM_SUPPLIES, ov5670->supplies); in ov5670_runtime_suspend()2621 for (i = 0; i < OV5670_NUM_SUPPLIES; i++) in ov5670_regulators_probe()2624 return devm_regulator_bulk_get(ov5670->dev, OV5670_NUM_SUPPLIES, in ov5670_regulators_probe()