Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dhi6421-regulator.c129 #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, \
H A Daxp20x-regulator.c352 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
355 .name = (_match), \
357 .of_match = of_match_ptr(_match), \
374 #define AXP_DESC_DELAY(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
377 .name = (_match), \
379 .of_match = of_match_ptr(_match), \
395 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
397 AXP_DESC_DELAY(_family, _id, _match, _supply, _min, _max, _step, _vreg, \
400 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument
402 .name = (_match), \
[all …]
/linux/lib/zstd/compress/
H A Dzstd_fast.c185 goto _match; in ZSTD_compressBlock_fast_noDict_generic()
280 _match: /* Requires: ip0, match0, offcode */ in ZSTD_compressBlock_fast_noDict_generic()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c86 static int get_fc_##title##_match(const char *table_key, \