Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Ds5k3l6xx.c106 #define S5K3L6XX_NUM_SUPPLIES ARRAY_SIZE(s5k3l6xx_supply_names) macro
131 struct regulator_bulk_data supplies[S5K3L6XX_NUM_SUPPLIES];
970 ret = regulator_bulk_enable(S5K3L6XX_NUM_SUPPLIES, s5k3l6xx->supplies); in __s5k3l6xx_power_on()
1015 regulator_bulk_disable(S5K3L6XX_NUM_SUPPLIES, s5k3l6xx->supplies); in __s5k3l6xx_power_off()
1331 for (i = 0; i < S5K3L6XX_NUM_SUPPLIES; i++) in s5k3l6xx_configure_regulators()
1335 S5K3L6XX_NUM_SUPPLIES, in s5k3l6xx_configure_regulators()