Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dsort.c2284 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse()
2295 sort_fn = hse->se->se_sort ?: hse->se->se_cmp; in __sort__hpp_sort()
2351 free(hse); in hse_free()
2372 hse = malloc(sizeof(*hse)); in __sort_dimension__alloc_hpp()
2373 if (hse == NULL) { in __sort_dimension__alloc_hpp()
2378 hse->se = sd->entry; in __sort_dimension__alloc_hpp()
2395 hse->hpp.len = 0; in __sort_dimension__alloc_hpp()
2399 return hse; in __sort_dimension__alloc_hpp()
2459 if (hse == NULL) in __sort_dimension__add_hpp_sort()
2471 if (hse == NULL) in __sort_dimension__add_hpp_output()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dst,stm32mp1-rcc.yaml90 - const: hse
118 clock-names = "hse", "hsi", "csi", "lse", "lsi";
/linux-6.3-rc2/include/drm/
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-6.3-rc2/arch/arm/boot/dts/
A Dstm32mp157a-dk1-scmi.dts64 clock-names = "hse", "hsi", "csi", "lse", "lsi";
A Dstm32mp157c-dk2-scmi.dts70 clock-names = "hse", "hsi", "csi", "lse", "lsi";
A Dstm32mp157c-ed1-scmi.dts69 clock-names = "hse", "hsi", "csi", "lse", "lsi";
A Dstm32mp157c-ev1-scmi.dts75 clock-names = "hse", "hsi", "csi", "lse", "lsi";
A Dstm32f746.dtsi52 clk_hse: clk-hse {
A Dstm32h743.dtsi53 clk_hse: clk-hse {
A Dstm32f429.dtsi57 clk_hse: clk-hse {
A Dstm32mp131.dtsi1004 clock-names = "hse", "hsi", "csi", "lse", "lsi";
A Dstm32mp151.dtsi56 clk_hse: clk-hse {
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Ddsi.c3593 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
3597 TO_DSI_T(t->hse), in print_dsi_vm()
3814 hse = 1; in dsi_vm_calc_blanking()
3816 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
3818 hse = 0; in dsi_vm_calc_blanking()
3825 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
3856 hsa = max(hsa - hse, 1); in dsi_vm_calc_blanking()
3862 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
3869 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
3875 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
[all …]
A Ddsi.h199 u16 hse; member
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Ddsi.c4334 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
4338 TO_DSI_T(t->hse), in print_dsi_vm()
4552 hse = 1; in dsi_vm_calc_blanking()
4554 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4556 hse = 0; in dsi_vm_calc_blanking()
4563 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
4594 hsa = max(hsa - hse, 1); in dsi_vm_calc_blanking()
4600 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
4607 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
4613 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
[all …]
/linux-6.3-rc2/include/video/
A Domapfb_dss.h213 u16 hse; member
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A 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()

Completed in 67 milliseconds