Lines Matching refs:disable_nb
74 struct notifier_block disable_nb[WM8962_NUM_SUPPLIES];
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[7].notifier_call = wm8962_regulator_event_7;
3505 &wm8962->disable_nb[i]);