Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dsc301iot.c121 #define SC301IOT_NUM_SUPPLIES ARRAY_SIZE(SC301IOT_supply_names) macro
146 struct regulator_bulk_data supplies[SC301IOT_NUM_SUPPLIES];
1731 ret = regulator_bulk_enable(SC301IOT_NUM_SUPPLIES, SC301IOT->supplies); in __SC301IOT_power_on()
1786 regulator_bulk_disable(SC301IOT_NUM_SUPPLIES, SC301IOT->supplies); in __SC301IOT_power_off()
2090 for (i = 0; i < SC301IOT_NUM_SUPPLIES; i++) in SC301IOT_configure_regulators()
2094 SC301IOT_NUM_SUPPLIES, in SC301IOT_configure_regulators()