Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8770.c82 struct notifier_block disable_nb[WM8770_NUM_SUPPLIES]; member
102 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 Dtlv320aic3x.c75 struct aic3x_disable_nb disable_nb[AIC3X_NUM_SUPPLIES]; member
1384 struct aic3x_disable_nb *disable_nb = in aic3x_regulator_event() local
1386 struct aic3x_priv *aic3x = disable_nb->aic3x; in aic3x_regulator_event()
1635 aic3x->disable_nb[i].nb.notifier_call = aic3x_regulator_event; in aic3x_component_probe()
1636 aic3x->disable_nb[i].aic3x = aic3x; in aic3x_component_probe()
1639 &aic3x->disable_nb[i].nb); in aic3x_component_probe()
H A Dwm8962.c77 struct notifier_block disable_nb[WM8962_NUM_SUPPLIES];
102 disable_nb[n]); \
3535 wm8962->disable_nb[0].notifier_call = wm8962_regulator_event_0; in wm8962_probe()
3536 wm8962->disable_nb[1].notifier_call = wm8962_regulator_event_1; in wm8962_probe()
3537 wm8962->disable_nb[2].notifier_call = wm8962_regulator_event_2; in wm8962_probe()
3538 wm8962->disable_nb[3].notifier_call = wm8962_regulator_event_3; in wm8962_probe()
3539 wm8962->disable_nb[4].notifier_call = wm8962_regulator_event_4; in wm8962_probe()
3540 wm8962->disable_nb[5].notifier_call = wm8962_regulator_event_5; in wm8962_probe()
3541 wm8962->disable_nb[6].notifier_call = wm8962_regulator_event_6; in wm8962_probe()
3542 wm8962->disable_nb[ in wm8962_probe()
74 struct notifier_block disable_nb[WM8962_NUM_SUPPLIES]; global() member
[all...]