| /Linux-v6.6/drivers/regulator/ |
| D | hi6421-regulator.c | 129 #define HI6421_LDO(_id, _match, v_table, vreg, vmask, ereg, emask, \ argument 134 .of_match = #_match, \ 168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ argument 173 .of_match = #_match, \ 208 #define HI6421_LDO_LINEAR_RANGE(_id, _match, n_volt, volt_ranges, vreg, vmask,\ argument 213 .of_match = #_match, \ 245 #define HI6421_BUCK012(_id, _match, vreg, vmask, ereg, emask, sleepmask,\ argument 250 .of_match = #_match, \ 282 #define HI6421_BUCK345(_id, _match, v_table, vreg, vmask, ereg, emask, \ argument 287 .of_match = #_match, \
|
| D | rk808-regulator.c | 78 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument 81 .name = (_match), \ 83 .of_match = of_match_ptr(_match), \ 102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 105 .name = (_match), \ 107 .of_match = of_match_ptr(_match), \ 125 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 127 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 158 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 160 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ [all …]
|
| D | axp20x-regulator.c | 345 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 348 .name = (_match), \ 350 .of_match = of_match_ptr(_match), \ 367 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 370 .name = (_match), \ 372 .of_match = of_match_ptr(_match), \ 387 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument 389 .name = (_match), \ 391 .of_match = of_match_ptr(_match), \ 401 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument [all …]
|
| /Linux-v6.6/include/linux/mfd/ |
| D | core.h | 17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ argument 27 .acpi_match = (_match), \ 37 #define MFD_CELL_ACPI(_name, _res, _pdata, _pdsize, _id, _match) \ argument 38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match)
|
| /Linux-v6.6/lib/zstd/compress/ |
| D | zstd_fast.c | 185 goto _match; in ZSTD_compressBlock_fast_noDict_generic() 280 _match: /* Requires: ip0, match0, offcode */ in ZSTD_compressBlock_fast_noDict_generic()
|
| /Linux-v6.6/drivers/scsi/ |
| D | scsi_transport_fc.c | 86 static int get_fc_##title##_match(const char *table_key, \
|