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

/linux-master/sound/soc/codecs/
H A Dwm8770.c83 struct notifier_block disable_nb[WM8770_NUM_SUPPLIES]; member in struct:wm8770_priv
103 disable_nb[n]); \
660 wm8770->disable_nb[0].notifier_call = wm8770_regulator_event_0;
661 wm8770->disable_nb[1].notifier_call = wm8770_regulator_event_1;
662 wm8770->disable_nb[2].notifier_call = wm8770_regulator_event_2;
668 &wm8770->disable_nb[i]);
H A Dwm8804.c62 struct notifier_block disable_nb[WM8804_NUM_SUPPLIES]; member in struct:wm8804_priv
86 disable_nb[n]); \
596 wm8804->disable_nb[0].notifier_call = wm8804_regulator_event_0;
597 wm8804->disable_nb[1].notifier_call = wm8804_regulator_event_1;
604 &wm8804->disable_nb[i]);
H A Dwm8995.c384 struct notifier_block disable_nb[WM8995_NUM_SUPPLIES]; member in struct:wm8995_priv
398 disable_nb[n]); \
2015 wm8995->disable_nb[0].notifier_call = wm8995_regulator_event_0;
2016 wm8995->disable_nb[1].notifier_call = wm8995_regulator_event_1;
2017 wm8995->disable_nb[2].notifier_call = wm8995_regulator_event_2;
2018 wm8995->disable_nb[3].notifier_call = wm8995_regulator_event_3;
2019 wm8995->disable_nb[4].notifier_call = wm8995_regulator_event_4;
2020 wm8995->disable_nb[5].notifier_call = wm8995_regulator_event_5;
2021 wm8995->disable_nb[6].notifier_call = wm8995_regulator_event_6;
2022 wm8995->disable_nb[
[all...]
H A Dtlv320aic3x.c75 struct aic3x_disable_nb disable_nb[AIC3X_NUM_SUPPLIES]; member in struct:aic3x_priv
1361 struct aic3x_disable_nb *disable_nb = local
1363 struct aic3x_priv *aic3x = disable_nb->aic3x;
1607 aic3x->disable_nb[i].nb.notifier_call = aic3x_regulator_event;
1608 aic3x->disable_nb[i].aic3x = aic3x;
1611 &aic3x->disable_nb[i].nb);
H A Dtlv320aic31xx.c171 struct aic31xx_disable_nb disable_nb[AIC31XX_NUM_SUPPLIES]; member in struct:aic31xx_priv
1201 struct aic31xx_disable_nb *disable_nb = local
1203 struct aic31xx_priv *aic31xx = disable_nb->aic31xx;
1373 aic31xx->disable_nb[i].nb.notifier_call =
1375 aic31xx->disable_nb[i].aic31xx = aic31xx;
1378 &aic31xx->disable_nb[i].nb);
H A Dwm8962.c74 struct notifier_block disable_nb[WM8962_NUM_SUPPLIES]; member in struct:wm8962_priv
96 disable_nb[n]); \
3492 wm8962->disable_nb[0].notifier_call = wm8962_regulator_event_0;
3493 wm8962->disable_nb[1].notifier_call = wm8962_regulator_event_1;
3494 wm8962->disable_nb[2].notifier_call = wm8962_regulator_event_2;
3495 wm8962->disable_nb[3].notifier_call = wm8962_regulator_event_3;
3496 wm8962->disable_nb[4].notifier_call = wm8962_regulator_event_4;
3497 wm8962->disable_nb[5].notifier_call = wm8962_regulator_event_5;
3498 wm8962->disable_nb[6].notifier_call = wm8962_regulator_event_6;
3499 wm8962->disable_nb[
[all...]
H A Dwm8996.c72 struct notifier_block disable_nb[WM8996_NUM_SUPPLIES]; member in struct:wm8996_priv
106 disable_nb[n]); \
2790 wm8996->disable_nb[0].notifier_call = wm8996_regulator_event_0;
2791 wm8996->disable_nb[1].notifier_call = wm8996_regulator_event_1;
2792 wm8996->disable_nb[2].notifier_call = wm8996_regulator_event_2;
2798 &wm8996->disable_nb[i]);

Completed in 155 milliseconds