Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A 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()
H A Dwm8804.c62 struct notifier_block disable_nb[WM8804_NUM_SUPPLIES]; member
86 disable_nb[n]); \
596 wm8804->disable_nb[0].notifier_call = wm8804_regulator_event_0; in wm8804_probe()
597 wm8804->disable_nb[1].notifier_call = wm8804_regulator_event_1; in wm8804_probe()
604 &wm8804->disable_nb[i]); in wm8804_probe()
H A Dwm8995.c384 struct notifier_block disable_nb[WM8995_NUM_SUPPLIES]; member
398 disable_nb[n]); \
2016 wm8995->disable_nb[0].notifier_call = wm8995_regulator_event_0; in wm8995_probe()
2017 wm8995->disable_nb[1].notifier_call = wm8995_regulator_event_1; in wm8995_probe()
2018 wm8995->disable_nb[2].notifier_call = wm8995_regulator_event_2; in wm8995_probe()
2019 wm8995->disable_nb[3].notifier_call = wm8995_regulator_event_3; in wm8995_probe()
2020 wm8995->disable_nb[4].notifier_call = wm8995_regulator_event_4; in wm8995_probe()
2021 wm8995->disable_nb[5].notifier_call = wm8995_regulator_event_5; in wm8995_probe()
2022 wm8995->disable_nb[6].notifier_call = wm8995_regulator_event_6; in wm8995_probe()
2023 wm8995->disable_nb[7].notifier_call = wm8995_regulator_event_7; in wm8995_probe()
[all …]
H A Dtlv320aic3x.c75 struct aic3x_disable_nb disable_nb[AIC3X_NUM_SUPPLIES]; member
1371 struct aic3x_disable_nb *disable_nb = in aic3x_regulator_event() local
1373 struct aic3x_priv *aic3x = disable_nb->aic3x; in aic3x_regulator_event()
1622 aic3x->disable_nb[i].nb.notifier_call = aic3x_regulator_event; in aic3x_component_probe()
1623 aic3x->disable_nb[i].aic3x = aic3x; in aic3x_component_probe()
1626 &aic3x->disable_nb[i].nb); in aic3x_component_probe()
H A Dwm8962.c76 struct notifier_block disable_nb[WM8962_NUM_SUPPLIES];
101 disable_nb[n]); \
3540 wm8962->disable_nb[0].notifier_call = wm8962_regulator_event_0; in wm8962_probe()
3541 wm8962->disable_nb[1].notifier_call = wm8962_regulator_event_1; in wm8962_probe()
3542 wm8962->disable_nb[2].notifier_call = wm8962_regulator_event_2; in wm8962_probe()
3543 wm8962->disable_nb[3].notifier_call = wm8962_regulator_event_3; in wm8962_probe()
3544 wm8962->disable_nb[4].notifier_call = wm8962_regulator_event_4; in wm8962_probe()
3545 wm8962->disable_nb[5].notifier_call = wm8962_regulator_event_5; in wm8962_probe()
3546 wm8962->disable_nb[6].notifier_call = wm8962_regulator_event_6; in wm8962_probe()
3547 wm8962->disable_nb[ in wm8962_probe()
74 struct notifier_block disable_nb[WM8962_NUM_SUPPLIES]; global() member
[all...]
H A Dtlv320aic31xx.c172 struct aic31xx_disable_nb disable_nb[AIC31XX_NUM_SUPPLIES]; member
1202 struct aic31xx_disable_nb *disable_nb = in aic31xx_regulator_event() local
1204 struct aic31xx_priv *aic31xx = disable_nb->aic31xx; in aic31xx_regulator_event()
1376 aic31xx->disable_nb[i].nb.notifier_call = in aic31xx_codec_probe()
1378 aic31xx->disable_nb[i].aic31xx = aic31xx; in aic31xx_codec_probe()
1381 &aic31xx->disable_nb[i].nb); in aic31xx_codec_probe()
H A Dwm8996.c72 struct notifier_block disable_nb[WM8996_NUM_SUPPLIES]; member
106 disable_nb[n]); \
2793 wm8996->disable_nb[0].notifier_call = wm8996_regulator_event_0; in wm8996_i2c_probe()
2794 wm8996->disable_nb[1].notifier_call = wm8996_regulator_event_1; in wm8996_i2c_probe()
2795 wm8996->disable_nb[2].notifier_call = wm8996_regulator_event_2; in wm8996_i2c_probe()
2801 &wm8996->disable_nb[i]); in wm8996_i2c_probe()