Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dsc210iot.c87 #define SC210IOT_NUM_SUPPLIES ARRAY_SIZE(sc210iot_supply_names) macro
127 struct regulator_bulk_data supplies[SC210IOT_NUM_SUPPLIES];
438 for (i = 0; i < SC210IOT_NUM_SUPPLIES; i++) in sc210iot_get_regulators()
441 SC210IOT_NUM_SUPPLIES, in sc210iot_get_regulators()
527 ret = regulator_bulk_enable(SC210IOT_NUM_SUPPLIES, sc210iot->supplies); in __sc210iot_power_on()
575 regulator_bulk_disable(SC210IOT_NUM_SUPPLIES, sc210iot->supplies); in __sc210iot_power_off()