Lines Matching refs:disable_nb
384 struct notifier_block disable_nb[WM8995_NUM_SUPPLIES];
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[7].notifier_call = wm8995_regulator_event_7;
2028 &wm8995->disable_nb[i]);