Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dsort.c1999 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse()
2010 sort_fn = hse->se->se_sort ?: hse->se->se_cmp; in __sort__hpp_sort()
2059 free(hse); in hse_free()
2067 hse = malloc(sizeof(*hse)); in __sort_dimension__alloc_hpp()
2068 if (hse == NULL) { in __sort_dimension__alloc_hpp()
2073 hse->se = sd->entry; in __sort_dimension__alloc_hpp()
2089 hse->hpp.len = 0; in __sort_dimension__alloc_hpp()
2093 return hse; in __sort_dimension__alloc_hpp()
2153 if (hse == NULL) in __sort_dimension__add_hpp_sort()
2165 if (hse == NULL) in __sort_dimension__add_hpp_output()
[all …]
/linux/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/drivers/gpu/drm/omapdrm/dss/
A Ddsi.c3587 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()
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()
3850 hsa = max(hsa - hse, 1); in dsi_vm_calc_blanking()
3856 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
3863 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()
[all …]
A Ddsi.h199 u16 hse; member
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Ddsi.c4328 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()
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()
4588 hsa = max(hsa - hse, 1); in dsi_vm_calc_blanking()
4594 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking()
4601 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()
[all …]
/linux/arch/arm/boot/dts/
A Dstm32mp131.dtsi37 clk_hse: clk-hse {
A Dstm32f746.dtsi52 clk_hse: clk-hse {
A Dstm32h743.dtsi53 clk_hse: clk-hse {
A Dstm32f429.dtsi57 clk_hse: clk-hse {
A Dstm32mp151.dtsi64 clk_hse: clk-hse {
/linux/include/video/
A Domapfb_dss.h213 u16 hse; member
/linux/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 61 milliseconds