Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dthcv244.c70 #define THCV244_NUM_SUPPLIES ARRAY_SIZE(thcv244_supply_names) macro
97 struct regulator_bulk_data supplies[THCV244_NUM_SUPPLIES];
907 ret = regulator_bulk_enable(THCV244_NUM_SUPPLIES, thcv244->supplies); in __thcv244_power_on()
952 regulator_bulk_disable(THCV244_NUM_SUPPLIES, thcv244->supplies); in __thcv244_power_off()
1136 for (i = 0; i < THCV244_NUM_SUPPLIES; i++) in thcv244_configure_regulators()
1140 THCV244_NUM_SUPPLIES, in thcv244_configure_regulators()