Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.c2533 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse()
2544 sort_fn = hse->se->se_sort ?: hse->se->se_cmp; in __sort__hpp_sort()
2600 free(hse); in hse_free()
2621 hse = malloc(sizeof(*hse)); in __sort_dimension__alloc_hpp()
2622 if (hse == NULL) { in __sort_dimension__alloc_hpp()
2627 hse->se = sd->entry; in __sort_dimension__alloc_hpp()
2644 hse->hpp.len = 0; in __sort_dimension__alloc_hpp()
2648 return hse; in __sort_dimension__alloc_hpp()
2708 if (hse == NULL) in __sort_dimension__add_hpp_sort()
2720 if (hse == NULL) in __sort_dimension__add_hpp_output()
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32mp1-rcc.yaml90 - const: hse
118 clock-names = "hse", "hsi", "csi", "lse", "lsi";
/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.dts67 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-dk2-scmi.dts73 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-ed1-scmi.dts72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-ev1-scmi.dts77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32h743.dtsi53 clk_hse: clk-hse {
H A Dstm32f746.dtsi52 clk_hse: clk-hse {
H A Dstm32f429.dtsi57 clk_hse: clk-hse {
H A Dstm32mp131.dtsi753 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp151.dtsi56 clk_hse: clk-hse {
/linux/drivers/gpu/drm/omapdrm/dss/
H 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 …]
H A Ddsi.h199 u16 hse; member
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4335 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()
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()
4595 hsa = max(hsa - hse, 1); in dsi_vm_calc_blanking()
4601 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
4608 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
4614 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
[all …]
/linux/include/video/
H A Domapfb_dss.h213 u16 hse; member
/linux/drivers/gpu/drm/tegra/
H A Dsor.c1290 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1351 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_mode_set()
1353 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set()
1358 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set()