Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dhi846.c1151 #define HI846_NUM_SUPPLIES ARRAY_SIZE(hi846_supply_names) macro
1156 struct regulator_bulk_data supplies[HI846_NUM_SUPPLIES];
1635 ret = regulator_bulk_enable(HI846_NUM_SUPPLIES, hi846->supplies); in hi846_power_on()
1655 regulator_bulk_disable(HI846_NUM_SUPPLIES, hi846->supplies); in hi846_power_on()
1669 return regulator_bulk_disable(HI846_NUM_SUPPLIES, hi846->supplies); in hi846_power_off()
2068 for (i = 0; i < HI846_NUM_SUPPLIES; i++) in hi846_probe()
2071 ret = devm_regulator_bulk_get(&client->dev, HI846_NUM_SUPPLIES, in hi846_probe()