Lines Matching refs:supplies
40 struct regulator_bulk_data supplies[CS42XX8_NUM_SUPPLIES]; member
465 for (i = 0; i < ARRAY_SIZE(cs42xx8->supplies); i++) in cs42xx8_probe()
466 cs42xx8->supplies[i].supply = cs42xx8_supply_names[i]; in cs42xx8_probe()
469 ARRAY_SIZE(cs42xx8->supplies), cs42xx8->supplies); in cs42xx8_probe()
475 ret = regulator_bulk_enable(ARRAY_SIZE(cs42xx8->supplies), in cs42xx8_probe()
476 cs42xx8->supplies); in cs42xx8_probe()
533 regulator_bulk_disable(ARRAY_SIZE(cs42xx8->supplies), in cs42xx8_probe()
534 cs42xx8->supplies); in cs42xx8_probe()
552 ret = regulator_bulk_enable(ARRAY_SIZE(cs42xx8->supplies), in cs42xx8_runtime_resume()
553 cs42xx8->supplies); in cs42xx8_runtime_resume()
573 regulator_bulk_disable(ARRAY_SIZE(cs42xx8->supplies), in cs42xx8_runtime_resume()
574 cs42xx8->supplies); in cs42xx8_runtime_resume()
587 regulator_bulk_disable(ARRAY_SIZE(cs42xx8->supplies), in cs42xx8_runtime_suspend()
588 cs42xx8->supplies); in cs42xx8_runtime_suspend()