Home
last modified time | relevance | path

Searched refs:OV2685_NUM_SUPPLIES (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov2685.c67 #define OV2685_NUM_SUPPLIES ARRAY_SIZE(ov2685_supply_names) macro
87 struct regulator_bulk_data supplies[OV2685_NUM_SUPPLIES];
406 ret = regulator_bulk_enable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_on()
428 regulator_bulk_disable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_on()
443 regulator_bulk_disable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_off()
705 for (i = 0; i < OV2685_NUM_SUPPLIES; i++) in ov2685_configure_regulators()
709 OV2685_NUM_SUPPLIES, in ov2685_configure_regulators()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov2685.c71 #define OV2685_NUM_SUPPLIES ARRAY_SIZE(ov2685_supply_names) macro
92 struct regulator_bulk_data supplies[OV2685_NUM_SUPPLIES];
466 ret = regulator_bulk_enable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_on()
490 regulator_bulk_disable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_on()
505 regulator_bulk_disable(OV2685_NUM_SUPPLIES, ov2685->supplies); in __ov2685_power_off()
776 for (i = 0; i < OV2685_NUM_SUPPLIES; i++) in ov2685_configure_regulators()
780 OV2685_NUM_SUPPLIES, in ov2685_configure_regulators()

Completed in 3 milliseconds