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

/linux-master/drivers/media/i2c/
H A Dov5693.c133 #define OV5693_NUM_SUPPLIES ARRAY_SIZE(ov5693_supply_names) macro
145 struct regulator_bulk_data supplies[OV5693_NUM_SUPPLIES];
664 regulator_bulk_disable(OV5693_NUM_SUPPLIES, ov5693->supplies);
682 ret = regulator_bulk_enable(OV5693_NUM_SUPPLIES, ov5693->supplies);
1218 for (i = 0; i < OV5693_NUM_SUPPLIES; i++)
1221 return devm_regulator_bulk_get(ov5693->dev, OV5693_NUM_SUPPLIES,

Completed in 87 milliseconds