Searched refs:_of (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/drivers/regulator/ |
D | tps65086-regulator.c | 28 #define TPS65086_REGULATOR(_name, _of, _id, _nv, _vr, _vm, _er, _em, _lr, _dr, _dm) \ argument 32 .of_match = of_match_ptr(_of), \ 52 #define TPS65086_SWITCH(_name, _of, _id, _er, _em) \ argument 56 .of_match = of_match_ptr(_of), \
|
D | lp873x-regulator.c | 22 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument 27 .supply_name = _of "-in", \ 29 .of_match = of_match_ptr(_of), \
|
D | lp87565-regulator.c | 17 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument 22 .supply_name = _of "-in", \ 24 .of_match = of_match_ptr(_of), \
|
D | bd9571mwv-regulator.c | 42 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument 45 .of_match = of_match_ptr(_of), \
|
D | tps65218-regulator.c | 31 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument 35 .of_match = _of, \
|
/linux-4.19.296/lib/ |
D | test_overflow.c | 220 bool _of; \ 222 _of = check_ ## op ## _overflow(a, b, &_r); \ 223 if (_of != of) { \
|