Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8770.c83 struct notifier_block disable_nb[WM8770_NUM_SUPPLIES]; member
103 disable_nb[n]); \
660 wm8770->disable_nb[0].notifier_call = wm8770_regulator_event_0; in wm8770_spi_probe()
661 wm8770->disable_nb[1].notifier_call = wm8770_regulator_event_1; in wm8770_spi_probe()
662 wm8770->disable_nb[2].notifier_call = wm8770_regulator_event_2; in wm8770_spi_probe()
668 &wm8770->disable_nb[i]); in wm8770_spi_probe()
H A Dwm8804.c63 struct notifier_block disable_nb[WM8804_NUM_SUPPLIES]; member
87 disable_nb[n]); \
597 wm8804->disable_nb[0].notifier_call = wm8804_regulator_event_0; in wm8804_probe()
598 wm8804->disable_nb[1].notifier_call = wm8804_regulator_event_1; in wm8804_probe()
605 &wm8804->disable_nb[i]); in wm8804_probe()
H A 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 …]
H A Dtlv320aic3x.c75 struct aic3x_disable_nb disable_nb[AIC3X_NUM_SUPPLIES]; member
1361 struct aic3x_disable_nb *disable_nb = in aic3x_regulator_event() local
1363 struct aic3x_priv *aic3x = disable_nb->aic3x; in aic3x_regulator_event()
1607 aic3x->disable_nb[i].nb.notifier_call = aic3x_regulator_event; in aic3x_component_probe()
1608 aic3x->disable_nb[i].aic3x = aic3x; in aic3x_component_probe()
1611 &aic3x->disable_nb[i].nb); in aic3x_component_probe()
H A Dtlv320aic31xx.c171 struct aic31xx_disable_nb disable_nb[AIC31XX_NUM_SUPPLIES]; member
1201 struct aic31xx_disable_nb *disable_nb = in aic31xx_regulator_event() local
1203 struct aic31xx_priv *aic31xx = disable_nb->aic31xx; in aic31xx_regulator_event()
1373 aic31xx->disable_nb[i].nb.notifier_call = in aic31xx_codec_probe()
1375 aic31xx->disable_nb[i].aic31xx = aic31xx; in aic31xx_codec_probe()
1378 &aic31xx->disable_nb[i].nb); in aic31xx_codec_probe()
H A Dwm8962.c74 struct notifier_block disable_nb[WM8962_NUM_SUPPLIES]; member
96 disable_nb[n]); \
3492 wm8962->disable_nb[0].notifier_call = wm8962_regulator_event_0; in wm8962_probe()
3493 wm8962->disable_nb[1].notifier_call = wm8962_regulator_event_1; in wm8962_probe()
3494 wm8962->disable_nb[2].notifier_call = wm8962_regulator_event_2; in wm8962_probe()
3495 wm8962->disable_nb[3].notifier_call = wm8962_regulator_event_3; in wm8962_probe()
3496 wm8962->disable_nb[4].notifier_call = wm8962_regulator_event_4; in wm8962_probe()
3497 wm8962->disable_nb[5].notifier_call = wm8962_regulator_event_5; in wm8962_probe()
3498 wm8962->disable_nb[6].notifier_call = wm8962_regulator_event_6; in wm8962_probe()
3499 wm8962->disable_nb[7].notifier_call = wm8962_regulator_event_7; in wm8962_probe()
[all …]
H A Dwm8996.c72 struct notifier_block disable_nb[WM8996_NUM_SUPPLIES]; member
106 disable_nb[n]); \
2794 wm8996->disable_nb[0].notifier_call = wm8996_regulator_event_0; in wm8996_i2c_probe()
2795 wm8996->disable_nb[1].notifier_call = wm8996_regulator_event_1; in wm8996_i2c_probe()
2796 wm8996->disable_nb[2].notifier_call = wm8996_regulator_event_2; in wm8996_i2c_probe()
2802 &wm8996->disable_nb[i]); in wm8996_i2c_probe()