/linux-6.12.1/drivers/regulator/ |
D | lp873x-regulator.c | 15 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument 20 .supply_name = _of "-in", \ 22 .of_match = of_match_ptr(_of), \
|
D | lp87565-regulator.c | 26 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, \ argument 31 .supply_name = _of "-in", \ 33 .of_match = _of, \
|
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 | tps65219-regulator.c | 92 #define TPS65219_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument 97 .of_match = _of, \ 99 .supply_name = _of, \
|
D | bd9571mwv-regulator.c | 35 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument 38 .of_match = of_match_ptr(_of), \
|
D | tps65218-regulator.c | 23 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument 28 .of_match = _of, \
|
D | tps6594-regulator.c | 92 #define TPS6594_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument 97 .of_match = _of, \ 99 .supply_name = _of, \
|
/linux-6.12.1/drivers/tty/serial/8250/ |
D | Makefile | 43 obj-$(CONFIG_SERIAL_OF_PLATFORM) += 8250_of.o
|
/linux-6.12.1/lib/ |
D | overflow_kunit.c | 256 bool _of; \ 259 _of = check_ ## op ## _overflow(a, b, &_r); \ 260 KUNIT_EXPECT_EQ_MSG(test, _of, of, \ 267 _of = check_ ## op ## _overflow(_a_orig++, _b_orig++, &_r); \
|
/linux-6.12.1/Documentation/filesystems/ |
D | dax.rst | 304 `O_DIRECT` reads/writes _of a `DAX` file do work, it is the memory that
|