Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm0010.c100 struct regulator_bulk_data core_supplies[2]; member
181 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_halt()
182 wm0010->core_supplies); in wm0010_halt()
600 ret = regulator_bulk_enable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
601 wm0010->core_supplies); in wm0010_boot()
729 regulator_bulk_disable(ARRAY_SIZE(wm0010->core_supplies), in wm0010_boot()
730 wm0010->core_supplies); in wm0010_boot()
893 wm0010->core_supplies[0].supply = "AVDD"; in wm0010_spi_probe()
894 wm0010->core_supplies[1].supply = "DCVDD"; in wm0010_spi_probe()
895 ret = devm_regulator_bulk_get(wm0010->dev, ARRAY_SIZE(wm0010->core_supplies), in wm0010_spi_probe()
[all …]
Dwm2200.c89 struct regulator_bulk_data core_supplies[WM2200_NUM_CORE_SUPPLIES]; member
2239 for (i = 0; i < ARRAY_SIZE(wm2200->core_supplies); i++) in wm2200_i2c_probe()
2240 wm2200->core_supplies[i].supply = wm2200_core_supply_names[i]; in wm2200_i2c_probe()
2243 ARRAY_SIZE(wm2200->core_supplies), in wm2200_i2c_probe()
2244 wm2200->core_supplies); in wm2200_i2c_probe()
2251 ret = regulator_bulk_enable(ARRAY_SIZE(wm2200->core_supplies), in wm2200_i2c_probe()
2252 wm2200->core_supplies); in wm2200_i2c_probe()
2422 regulator_bulk_disable(ARRAY_SIZE(wm2200->core_supplies), in wm2200_i2c_probe()
2423 wm2200->core_supplies); in wm2200_i2c_probe()
2438 regulator_bulk_disable(ARRAY_SIZE(wm2200->core_supplies), in wm2200_i2c_remove()
[all …]
Dcs35l34.c45 struct regulator_bulk_data core_supplies[2]; member
1018 cs35l34->core_supplies[i].supply = cs35l34_core_supplies[i]; in cs35l34_i2c_probe()
1022 cs35l34->core_supplies); in cs35l34_i2c_probe()
1030 cs35l34->core_supplies); in cs35l34_i2c_probe()
1120 cs35l34->core_supplies); in cs35l34_i2c_probe()
1133 cs35l34->core_supplies); in cs35l34_i2c_remove()
1144 cs35l34->core_supplies); in cs35l34_runtime_resume()
1166 cs35l34->core_supplies); in cs35l34_runtime_resume()
1181 cs35l34->core_supplies); in cs35l34_runtime_suspend()
Dcs35l33.c47 struct regulator_bulk_data core_supplies[2]; member
870 cs35l33->core_supplies); in cs35l33_runtime_resume()
893 cs35l33->core_supplies); in cs35l33_runtime_resume()
910 cs35l33->core_supplies); in cs35l33_runtime_suspend()
1142 cs35l33->core_supplies[i].supply in cs35l33_i2c_probe()
1148 cs35l33->core_supplies); in cs35l33_i2c_probe()
1179 cs35l33->core_supplies); in cs35l33_i2c_probe()
1246 cs35l33->core_supplies); in cs35l33_i2c_probe()
1259 cs35l33->core_supplies); in cs35l33_i2c_remove()
Dwm5100.c57 struct regulator_bulk_data core_supplies[WM5100_NUM_CORE_SUPPLIES]; member
2445 for (i = 0; i < ARRAY_SIZE(wm5100->core_supplies); i++) in wm5100_i2c_probe()
2446 wm5100->core_supplies[i].supply = wm5100_core_supply_names[i]; in wm5100_i2c_probe()
2449 ARRAY_SIZE(wm5100->core_supplies), in wm5100_i2c_probe()
2450 wm5100->core_supplies); in wm5100_i2c_probe()
2457 ret = regulator_bulk_enable(ARRAY_SIZE(wm5100->core_supplies), in wm5100_i2c_probe()
2458 wm5100->core_supplies); in wm5100_i2c_probe()
2634 regulator_bulk_disable(ARRAY_SIZE(wm5100->core_supplies), in wm5100_i2c_probe()
2635 wm5100->core_supplies); in wm5100_i2c_probe()
2669 regulator_bulk_disable(ARRAY_SIZE(wm5100->core_supplies), in wm5100_runtime_suspend()
[all …]