Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dov5675.c89 #define OV5675_NUM_SUPPLIES ARRAY_SIZE(ov5675_supply_names) macro
501 struct regulator_bulk_data supplies[OV5675_NUM_SUPPLIES];
991 regulator_bulk_disable(OV5675_NUM_SUPPLIES, ov5675->supplies); in ov5675_power_off()
1011 ret = regulator_bulk_enable(OV5675_NUM_SUPPLIES, ov5675->supplies); in ov5675_power_on()
1264 for (i = 0; i < OV5675_NUM_SUPPLIES; i++) in ov5675_get_hwcfg()
1267 ret = devm_regulator_bulk_get(dev, OV5675_NUM_SUPPLIES, in ov5675_get_hwcfg()