Lines Matching refs:disable_nb
74 struct notifier_block disable_nb[WM8962_NUM_SUPPLIES];
96 disable_nb[n]); \
3469 wm8962->disable_nb[0].notifier_call = wm8962_regulator_event_0;
3470 wm8962->disable_nb[1].notifier_call = wm8962_regulator_event_1;
3471 wm8962->disable_nb[2].notifier_call = wm8962_regulator_event_2;
3472 wm8962->disable_nb[3].notifier_call = wm8962_regulator_event_3;
3473 wm8962->disable_nb[4].notifier_call = wm8962_regulator_event_4;
3474 wm8962->disable_nb[5].notifier_call = wm8962_regulator_event_5;
3475 wm8962->disable_nb[6].notifier_call = wm8962_regulator_event_6;
3476 wm8962->disable_nb[7].notifier_call = wm8962_regulator_event_7;
3482 &wm8962->disable_nb[i]);