Home
last modified time | relevance | path

Searched refs:branch_type (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk.h741 enum rockchip_clk_branch_type branch_type; member
766 .branch_type = branch_composite, \
787 .branch_type = branch_composite, \
809 .branch_type = branch_composite, \
831 .branch_type = branch_composite, \
849 .branch_type = branch_composite, \
868 .branch_type = branch_composite, \
886 .branch_type = branch_composite, \
905 .branch_type = branch_composite, \
924 .branch_type = branch_fraction_divider, \
[all …]
H A Dclk.c250 if (child && child->branch_type != branch_mux) { in rockchip_clk_register_frac_branch()
483 switch (list->branch_type) { in rockchip_clk_register_branches()
619 __func__, list->branch_type); in rockchip_clk_register_branches()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_clk.c28 .branch_type = branch_virtual, \
35 .branch_type = branch_mux, \
44 .branch_type = branch_factor, \
53 .branch_type = branch_divider, \
62 enum vop_clk_branch_type branch_type; member
293 if (branch->branch_type == branch_divider) { in vop2_clk_register()
295 } else if (branch->branch_type == branch_virtual) { in vop2_clk_register()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddb-export.c281 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type() argument
285 return dbe->export_branch_type(dbe, branch_type, name); in db_export__branch_type()
419 u32 branch_type; member
449 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types()
458 u32 type = branch_types[i].branch_type; in db_export__branch_types()
H A Ddb-export.h54 int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
96 int db_export__branch_type(struct db_export *dbe, u32 branch_type,
H A Devlist.c1144 u64 branch_type = 0; in evlist__combined_branch_type() local
1147 branch_type |= evsel->core.attr.branch_sample_type; in evlist__combined_branch_type()
1148 return branch_type; in evlist__combined_branch_type()
H A Dparse-events.l285 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexport-to-postgresql.py1021 def branch_type_table(branch_type, name, *x): argument
1025 value = struct.pack(fmt, 2, 4, branch_type, n, name)
1028 …ymbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_pa… argument
1030 … 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, c…
1032 …ffset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, c…
/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1123 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() argument
1131 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1574 SET_TABLE_HANDLER(branch_type); in set_table_handlers()
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dlbr.c1182 static int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function
1441 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()