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

/linux-master/drivers/media/i2c/
H A Dov5640.c359 #define OV5640_NUM_SUPPLIES ARRAY_SIZE(ov5640_supply_name) macro
444 struct regulator_bulk_data supplies[OV5640_NUM_SUPPLIES];
2491 ret = regulator_bulk_enable(OV5640_NUM_SUPPLIES,
2509 regulator_bulk_disable(OV5640_NUM_SUPPLIES, sensor->supplies);
2518 regulator_bulk_disable(OV5640_NUM_SUPPLIES, sensor->supplies);
3817 for (i = 0; i < OV5640_NUM_SUPPLIES; i++)
3821 OV5640_NUM_SUPPLIES,

Completed in 118 milliseconds