Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.c2710 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local
2715 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
2716 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width()
2723 struct hpp_sort_entry *hse; in __sort__hpp_header() local
2730 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
2733 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header()
2742 struct hpp_sort_entry *hse; in __sort__hpp_width() local
2745 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
2748 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width()
2756 struct hpp_sort_entry *hse; in __sort__hpp_entry() local
[all …]
/linux/include/drm/
H A Ddrm_modes.h134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
/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 {
H A Dstm32mp131.dtsi794 clock-names = "hse", "hsi", "csi", "lse", "lsi";
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4326 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
4335 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
4339 TO_DSI_T(t->hse), in print_dsi_vm()
4391 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
4394 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm()
4503 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
4553 hse = 1; in dsi_vm_calc_blanking()
4555 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4557 hse = 0; in dsi_vm_calc_blanking()
4564 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
[all …]
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h199 u16 hse; member