Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsort.c2070 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local
2075 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
2076 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width()
2083 struct hpp_sort_entry *hse; in __sort__hpp_header() local
2086 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
2089 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header()
2098 struct hpp_sort_entry *hse; in __sort__hpp_width() local
2101 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
2104 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width()
2112 struct hpp_sort_entry *hse; in __sort__hpp_entry() local
[all …]
/linux-5.19.10/Documentation/devicetree/bindings/clock/
Dst,stm32mp1-rcc.yaml89 - const: hse
117 clock-names = "hse", "hsi", "csi", "lse", "lsi";
/linux-5.19.10/include/drm/
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-5.19.10/arch/arm/boot/dts/
Dstm32mp157a-dk1-scmi.dts64 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-dk2-scmi.dts70 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-ed1-scmi.dts69 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-ev1-scmi.dts75 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp131.dtsi37 clk_hse: clk-hse {
Dstm32f746.dtsi52 clk_hse: clk-hse {
Dstm32f429.dtsi57 clk_hse: clk-hse {
Dstm32h743.dtsi53 clk_hse: clk-hse {
Dstm32mp151.dtsi56 clk_hse: clk-hse {
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Ddsi.c3578 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
3587 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
3591 TO_DSI_T(t->hse), in print_dsi_vm()
3643 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
3646 vm.hsync_len = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm()
3757 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
3808 hse = 1; in dsi_vm_calc_blanking()
3810 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
3812 hse = 0; in dsi_vm_calc_blanking()
3819 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
[all …]
Ddsi.h199 u16 hse; member
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c4319 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
4328 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
4332 TO_DSI_T(t->hse), in print_dsi_vm()
4384 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
4387 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm()
4496 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
4546 hse = 1; in dsi_vm_calc_blanking()
4548 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4550 hse = 0; in dsi_vm_calc_blanking()
4557 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
[all …]
/linux-5.19.10/include/video/
Domapfb_dss.h213 u16 hse; member
/linux-5.19.10/drivers/gpu/drm/tegra/
Dsor.c1287 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1348 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_mode_set()
1350 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set()
1355 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set()