Lines Matching refs:supplies
40 struct regulator_bulk_data supplies[CS42XX8_NUM_SUPPLIES]; member
473 for (i = 0; i < ARRAY_SIZE(cs42xx8->supplies); i++) in cs42xx8_probe()
474 cs42xx8->supplies[i].supply = cs42xx8_supply_names[i]; in cs42xx8_probe()
477 ARRAY_SIZE(cs42xx8->supplies), cs42xx8->supplies); in cs42xx8_probe()
483 ret = regulator_bulk_enable(ARRAY_SIZE(cs42xx8->supplies), in cs42xx8_probe()
484 cs42xx8->supplies); in cs42xx8_probe()
534 regulator_bulk_disable(ARRAY_SIZE(cs42xx8->supplies), in cs42xx8_probe()
535 cs42xx8->supplies); in cs42xx8_probe()
553 ret = regulator_bulk_enable(ARRAY_SIZE(cs42xx8->supplies), in cs42xx8_runtime_resume()
554 cs42xx8->supplies); in cs42xx8_runtime_resume()
574 regulator_bulk_disable(ARRAY_SIZE(cs42xx8->supplies), in cs42xx8_runtime_resume()
575 cs42xx8->supplies); in cs42xx8_runtime_resume()
588 regulator_bulk_disable(ARRAY_SIZE(cs42xx8->supplies), in cs42xx8_runtime_suspend()
589 cs42xx8->supplies); in cs42xx8_runtime_suspend()