Home
last modified time | relevance | path

Searched refs:_match (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/regulator/
Dhi6421-regulator.c129 #define HI6421_LDO(_id, _match, v_table, vreg, vmask, ereg, emask, \ argument
134 .of_match = of_match_ptr(#_match), \
168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ argument
173 .of_match = of_match_ptr(#_match), \
208 #define HI6421_LDO_LINEAR_RANGE(_id, _match, n_volt, volt_ranges, vreg, vmask,\ argument
213 .of_match = of_match_ptr(#_match), \
245 #define HI6421_BUCK012(_id, _match, vreg, vmask, ereg, emask, sleepmask,\ argument
250 .of_match = of_match_ptr(#_match), \
282 #define HI6421_BUCK345(_id, _match, v_table, vreg, vmask, ereg, emask, \ argument
287 .of_match = of_match_ptr(#_match), \
Drk808-regulator.c69 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
72 .name = (_match), \
74 .of_match = of_match_ptr(_match), \
93 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
96 .name = (_match), \
98 .of_match = of_match_ptr(_match), \
116 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
118 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
121 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
[all …]
Daxp20x-regulator.c273 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
276 .name = (_match), \
278 .of_match = of_match_ptr(_match), \
295 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
298 .name = (_match), \
300 .of_match = of_match_ptr(_match), \
315 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument
317 .name = (_match), \
319 .of_match = of_match_ptr(_match), \
329 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument
[all …]
/linux-5.19.10/include/linux/mfd/
Dcore.h17 #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-5.19.10/lib/zstd/compress/
Dzstd_fast.c121 goto _match; in ZSTD_compressBlock_fast_generic()
149 _match: /* Requires: ip0, match0, offcode */ in ZSTD_compressBlock_fast_generic()
/linux-5.19.10/drivers/scsi/
Dscsi_transport_fc.c86 static int get_fc_##title##_match(const char *table_key, \