Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A Drk803.c66 #define RK803_NUM_SUPPLIES ARRAY_SIZE(rk803_supply_names) macro
78 struct regulator_bulk_data supplies[RK803_NUM_SUPPLIES];
91 ret = regulator_bulk_enable(RK803_NUM_SUPPLIES, rk803->supplies); in rk803_power_on()
104 regulator_bulk_disable(RK803_NUM_SUPPLIES, rk803->supplies); in rk803_power_off()
191 for (i = 0; i < RK803_NUM_SUPPLIES; i++) in rk803_configure_regulators()
195 RK803_NUM_SUPPLIES, in rk803_configure_regulators()