_of 34 drivers/regulator/bd9571mwv-regulator.c #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ _of 37 drivers/regulator/bd9571mwv-regulator.c .of_match = of_match_ptr(_of), \ _of 22 drivers/regulator/lp873x-regulator.c #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ _of 27 drivers/regulator/lp873x-regulator.c .supply_name = _of "-in", \ _of 29 drivers/regulator/lp873x-regulator.c .of_match = of_match_ptr(_of), \ _of 14 drivers/regulator/lp87565-regulator.c #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ _of 19 drivers/regulator/lp87565-regulator.c .supply_name = _of "-in", \ _of 21 drivers/regulator/lp87565-regulator.c .of_match = of_match_ptr(_of), \ _of 28 drivers/regulator/tps65086-regulator.c #define TPS65086_REGULATOR(_name, _of, _id, _nv, _vr, _vm, _er, _em, _lr, _dr, _dm) \ _of 32 drivers/regulator/tps65086-regulator.c .of_match = of_match_ptr(_of), \ _of 52 drivers/regulator/tps65086-regulator.c #define TPS65086_SWITCH(_name, _of, _id, _er, _em) \ _of 56 drivers/regulator/tps65086-regulator.c .of_match = of_match_ptr(_of), \ _of 31 drivers/regulator/tps65218-regulator.c #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ _of 36 drivers/regulator/tps65218-regulator.c .of_match = _of, \ _of 220 lib/test_overflow.c bool _of; \ _of 222 lib/test_overflow.c _of = check_ ## op ## _overflow(a, b, &_r); \ _of 223 lib/test_overflow.c if (_of != of) { \