Home
last modified time | relevance | path

Searched refs:multi_regs (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/regulator/
H A Dtps6594-regulator.c577 const struct regulator_desc *multi_regs; in tps6594_regulator_probe() local
585 multi_regs = tps65224_multi_regs; in tps6594_regulator_probe()
592 multi_regs = tps6594_multi_regs; in tps6594_regulator_probe()
618 np = of_find_node_by_name(tps->dev->of_node, multi_regs[multi].supply_name); in tps6594_regulator_probe()
623 if (strcmp(npname, multi_regs[multi].supply_name) == 0) { in tps6594_regulator_probe()
677 rdev = devm_regulator_register(&pdev->dev, &multi_regs[i], &config); in tps6594_regulator_probe()
/linux/tools/perf/util/
H A Ddisasm.h68 bool multi_regs;
76 bool multi_regs;
64 bool multi_regs; global() member
72 bool multi_regs; global() member
H A Dannotate.c2305 if (op_loc->multi_regs) { in extract_reg_offset()
2330 * when multi_regs flag is set.
2363 bool multi_regs = ops->source.multi_regs; in annotate_get_insn_location()
2368 multi_regs = ops->target.multi_regs; in annotate_get_insn_location()
2388 op_loc->multi_regs = multi_regs; in annotate_get_insn_location()
2392 op_loc->multi_regs = multi_regs; in annotate_get_insn_location()
2357 bool multi_regs = ops->source.multi_regs; annotate_get_insn_location() local
[all...]
H A Ddisasm.c638 ops->source.multi_regs = check_multi_regs(arch, ops->source.raw); in mov__parse()
660 ops->target.multi_regs = check_multi_regs(arch, ops->target.raw); in mov__parse()
703 * Sets the fields: multi_regs and "mem_ref".
725 ops->source.multi_regs = true; in arithmetic__parse()
729 ops->target.multi_regs = false; in arithmetic__parse()
747 * Sets the fields: multi_regs and "mem_ref".
757 ops->source.multi_regs = false; in load_store__parse()
760 ops->source.multi_regs = true; in load_store__parse()
763 ops->target.multi_regs = false; in load_store__parse()
H A Dannotate-data.c1109 if (dloc->op->multi_regs) { in check_matching_type()
1367 if (dloc->op->multi_regs) in find_data_type_block()
1409 if (dloc->op->multi_regs) in find_data_type_die()
1539 if (!found && loc->multi_regs && reg == loc->reg1 && loc->reg1 != loc->reg2) { in find_data_type_die()
H A Dannotate.h492 * @multi_regs: Whether the second register is used
501 bool multi_regs;
495 bool multi_regs; global() member
/linux/tools/perf/arch/powerpc/util/
H A Ddwarf-regs.c
/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c484 if (src->multi_regs) { in update_insn_state_x86()
504 if (src->multi_regs) { in update_insn_state_x86()
531 else if (src->multi_regs && sreg == src->reg1 && in update_insn_state_x86()