Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/codecs/
Dwm8770.c83 struct notifier_block disable_nb[WM8770_NUM_SUPPLIES]; member
103 disable_nb[n]); \
661 wm8770->disable_nb[0].notifier_call = wm8770_regulator_event_0; in wm8770_spi_probe()
662 wm8770->disable_nb[1].notifier_call = wm8770_regulator_event_1; in wm8770_spi_probe()
663 wm8770->disable_nb[2].notifier_call = wm8770_regulator_event_2; in wm8770_spi_probe()
669 &wm8770->disable_nb[i]); in wm8770_spi_probe()
Dwm8804.c63 struct notifier_block disable_nb[WM8804_NUM_SUPPLIES]; member
87 disable_nb[n]); \
598 wm8804->disable_nb[0].notifier_call = wm8804_regulator_event_0; in wm8804_probe()
599 wm8804->disable_nb[1].notifier_call = wm8804_regulator_event_1; in wm8804_probe()
606 &wm8804->disable_nb[i]); in wm8804_probe()
Dwm8995.c384 struct notifier_block disable_nb[WM8995_NUM_SUPPLIES]; member
398 disable_nb[n]); \
2015 wm8995->disable_nb[0].notifier_call = wm8995_regulator_event_0; in wm8995_probe()
2016 wm8995->disable_nb[1].notifier_call = wm8995_regulator_event_1; in wm8995_probe()
2017 wm8995->disable_nb[2].notifier_call = wm8995_regulator_event_2; in wm8995_probe()
2018 wm8995->disable_nb[3].notifier_call = wm8995_regulator_event_3; in wm8995_probe()
2019 wm8995->disable_nb[4].notifier_call = wm8995_regulator_event_4; in wm8995_probe()
2020 wm8995->disable_nb[5].notifier_call = wm8995_regulator_event_5; in wm8995_probe()
2021 wm8995->disable_nb[6].notifier_call = wm8995_regulator_event_6; in wm8995_probe()
2022 wm8995->disable_nb[7].notifier_call = wm8995_regulator_event_7; in wm8995_probe()
[all …]
Dwm8962.c74 struct notifier_block disable_nb[WM8962_NUM_SUPPLIES]; member
96 disable_nb[n]); \
3416 wm8962->disable_nb[0].notifier_call = wm8962_regulator_event_0; in wm8962_probe()
3417 wm8962->disable_nb[1].notifier_call = wm8962_regulator_event_1; in wm8962_probe()
3418 wm8962->disable_nb[2].notifier_call = wm8962_regulator_event_2; in wm8962_probe()
3419 wm8962->disable_nb[3].notifier_call = wm8962_regulator_event_3; in wm8962_probe()
3420 wm8962->disable_nb[4].notifier_call = wm8962_regulator_event_4; in wm8962_probe()
3421 wm8962->disable_nb[5].notifier_call = wm8962_regulator_event_5; in wm8962_probe()
3422 wm8962->disable_nb[6].notifier_call = wm8962_regulator_event_6; in wm8962_probe()
3423 wm8962->disable_nb[7].notifier_call = wm8962_regulator_event_7; in wm8962_probe()
[all …]
Dtlv320aic31xx.c167 struct aic31xx_disable_nb disable_nb[AIC31XX_NUM_SUPPLIES]; member
1164 struct aic31xx_disable_nb *disable_nb = in aic31xx_regulator_event() local
1166 struct aic31xx_priv *aic31xx = disable_nb->aic31xx; in aic31xx_regulator_event()
1329 aic31xx->disable_nb[i].nb.notifier_call = in aic31xx_codec_probe()
1331 aic31xx->disable_nb[i].aic31xx = aic31xx; in aic31xx_codec_probe()
1334 &aic31xx->disable_nb[i].nb); in aic31xx_codec_probe()
Dtlv320aic3x.c75 struct aic3x_disable_nb disable_nb[AIC3X_NUM_SUPPLIES]; member
1367 struct aic3x_disable_nb *disable_nb = in aic3x_regulator_event() local
1369 struct aic3x_priv *aic3x = disable_nb->aic3x; in aic3x_regulator_event()
1625 aic3x->disable_nb[i].nb.notifier_call = aic3x_regulator_event; in aic3x_probe()
1626 aic3x->disable_nb[i].aic3x = aic3x; in aic3x_probe()
1629 &aic3x->disable_nb[i].nb); in aic3x_probe()
Dwm8996.c72 struct notifier_block disable_nb[WM8996_NUM_SUPPLIES]; member
106 disable_nb[n]); \
2797 wm8996->disable_nb[0].notifier_call = wm8996_regulator_event_0; in wm8996_i2c_probe()
2798 wm8996->disable_nb[1].notifier_call = wm8996_regulator_event_1; in wm8996_i2c_probe()
2799 wm8996->disable_nb[2].notifier_call = wm8996_regulator_event_2; in wm8996_i2c_probe()
2805 &wm8996->disable_nb[i]); in wm8996_i2c_probe()