Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.c2858 struct hpp_sort_entry *hse; in hse_free()
2863 hse = container_of(fmt, struct hpp_sort_entry, hpp); in hse_init() local
2864 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in hse_init()
2871 struct hpp_sort_entry *hse; in hse_init()
2878 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort_dimension__alloc_hpp()
2881 len = hists__col_len(hists, hse->se->se_width_idx); in __sort_dimension__alloc_hpp()
2890 struct hpp_sort_entry *hse; in __sort_dimension__alloc_hpp()
2893 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort_dimension__alloc_hpp()
2896 len = hists__col_len(hists, hse->se->se_width_idx); in __sort_dimension__alloc_hpp()
2904 struct hpp_sort_entry *hse; in __sort_dimension__alloc_hpp()
2717 struct hpp_sort_entry *hse; perf_hpp__reset_sort_width() local
2730 struct hpp_sort_entry *hse; __sort__hpp_header() local
2749 struct hpp_sort_entry *hse; __sort__hpp_width() local
2763 struct hpp_sort_entry *hse; __sort__hpp_entry() local
2777 struct hpp_sort_entry *hse; __sort__hpp_cmp() local
2786 struct hpp_sort_entry *hse; __sort__hpp_collapse() local
2797 struct hpp_sort_entry *hse; __sort__hpp_sort() local
2855 struct hpp_sort_entry *hse; hse_free() local
2877 struct hpp_sort_entry *hse; __sort_dimension__alloc_hpp() local
2933 struct hpp_sort_entry *hse; hist_entry__filter() local
2964 struct hpp_sort_entry *hse = __sort_dimension__alloc_hpp(sd, level); __sort_dimension__add_hpp_sort() local
2977 struct hpp_sort_entry *hse = __sort_dimension__alloc_hpp(sd, level); __sort_dimension__add_hpp_output() local
3284 struct hpp_sort_entry *hse, *new_hse; perf_hpp_fmt__dup() local
4010 struct hpp_sort_entry *hse; perf_hpp__set_elide() local
4074 struct hpp_sort_entry *hse; sort__setup_elide() local
[all...]
/linux/arch/arm/boot/dts/st/
H A Dstm32mp157a-dk1-scmi.dts72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-ed1-scmi.dts77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-dk2-scmi.dts78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-ev1-scmi.dts82 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157f-dk2-scmi.dtsi100 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32f746.dtsi53 clk_hse: clk-hse {
H A Dstm32h743.dtsi53 clk_hse: clk-hse {
H A Dstm32f429.dtsi57 clk_hse: clk-hse {
/linux/drivers/gpu/drm/tegra/
H A Dsor.c1294 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1355 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_mode_set()
1357 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set()
1362 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set()