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

/sound/soc/codecs/
H A Dwm8770.c52 struct notifier_block disable_nb[WM8770_NUM_SUPPLIES]; member in struct:wm8770_priv
72 disable_nb[n]); \
601 wm8770->disable_nb[0].notifier_call = wm8770_regulator_event_0;
602 wm8770->disable_nb[1].notifier_call = wm8770_regulator_event_1;
603 wm8770->disable_nb[2].notifier_call = wm8770_regulator_event_2;
608 &wm8770->disable_nb[i]);
671 &wm8770->disable_nb[i]);
H A Dwm8804.c74 struct notifier_block disable_nb[WM8804_NUM_SUPPLIES]; member in struct:wm8804_priv
94 disable_nb[n]); \
570 &wm8804->disable_nb[i]);
601 wm8804->disable_nb[0].notifier_call = wm8804_regulator_event_0;
602 wm8804->disable_nb[1].notifier_call = wm8804_regulator_event_1;
607 &wm8804->disable_nb[i]);
H A Dwm8995.c143 struct notifier_block disable_nb[WM8995_NUM_SUPPLIES]; member in struct:wm8995_priv
157 disable_nb[n]); \
1610 wm8995->disable_nb[0].notifier_call = wm8995_regulator_event_0;
1611 wm8995->disable_nb[1].notifier_call = wm8995_regulator_event_1;
1612 wm8995->disable_nb[2].notifier_call = wm8995_regulator_event_2;
1613 wm8995->disable_nb[3].notifier_call = wm8995_regulator_event_3;
1614 wm8995->disable_nb[4].notifier_call = wm8995_regulator_event_4;
1615 wm8995->disable_nb[5].notifier_call = wm8995_regulator_event_5;
1616 wm8995->disable_nb[6].notifier_call = wm8995_regulator_event_6;
1617 wm8995->disable_nb[
[all...]
H A Dtlv320aic3x.c76 struct aic3x_disable_nb disable_nb[AIC3X_NUM_SUPPLIES]; member in struct:aic3x_priv
1074 struct aic3x_disable_nb *disable_nb = local
1076 struct aic3x_priv *aic3x = disable_nb->aic3x;
1406 aic3x->disable_nb[i].nb.notifier_call = aic3x_regulator_event;
1407 aic3x->disable_nb[i].aic3x = aic3x;
1409 &aic3x->disable_nb[i].nb);
1442 &aic3x->disable_nb[i].nb);
1466 &aic3x->disable_nb[i].nb);
H A Dwm8915.c74 struct notifier_block disable_nb[WM8915_NUM_SUPPLIES]; member in struct:wm8915_priv
105 disable_nb[n]); \
2481 wm8915->disable_nb[0].notifier_call = wm8915_regulator_event_0;
2482 wm8915->disable_nb[1].notifier_call = wm8915_regulator_event_1;
2483 wm8915->disable_nb[2].notifier_call = wm8915_regulator_event_2;
2484 wm8915->disable_nb[3].notifier_call = wm8915_regulator_event_3;
2485 wm8915->disable_nb[4].notifier_call = wm8915_regulator_event_4;
2486 wm8915->disable_nb[5].notifier_call = wm8915_regulator_event_5;
2491 &wm8915->disable_nb[i]);
2762 &wm8915->disable_nb[
[all...]
H A Dwm8962.c70 struct notifier_block disable_nb[WM8962_NUM_SUPPLIES]; member in struct:wm8962_priv
92 disable_nb[n]); \
3770 wm8962->disable_nb[0].notifier_call = wm8962_regulator_event_0;
3771 wm8962->disable_nb[1].notifier_call = wm8962_regulator_event_1;
3772 wm8962->disable_nb[2].notifier_call = wm8962_regulator_event_2;
3773 wm8962->disable_nb[3].notifier_call = wm8962_regulator_event_3;
3774 wm8962->disable_nb[4].notifier_call = wm8962_regulator_event_4;
3775 wm8962->disable_nb[5].notifier_call = wm8962_regulator_event_5;
3776 wm8962->disable_nb[6].notifier_call = wm8962_regulator_event_6;
3777 wm8962->disable_nb[
[all...]

Completed in 3158 milliseconds