Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsort.c1391 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local
1396 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
1397 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width()
1403 struct hpp_sort_entry *hse; in __sort__hpp_header() local
1406 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
1409 len = hists__col_len(evsel__hists(evsel), hse->se->se_width_idx); in __sort__hpp_header()
1418 struct hpp_sort_entry *hse; in __sort__hpp_width() local
1421 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
1424 len = hists__col_len(evsel__hists(evsel), hse->se->se_width_idx); in __sort__hpp_width()
1432 struct hpp_sort_entry *hse; in __sort__hpp_entry() local
[all …]
/linux-4.4.14/include/drm/
Ddrm_modes.h83 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
85 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
/linux-4.4.14/include/video/
Dexynos_mipi_dsim.h139 unsigned char hse; member
Domapdss.h272 u16 hse; member
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c4345 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
4354 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
4358 TO_DSI_T(t->hse), in print_dsi_vm()
4410 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
4413 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm()
4522 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
4572 hse = 1; in dsi_vm_calc_blanking()
4574 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4576 hse = 0; in dsi_vm_calc_blanking()
4583 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
[all …]
/linux-4.4.14/drivers/gpu/drm/tegra/
Dsor.c1195 unsigned int vbe, vse, hbe, hse, vbs, hbs, i; in tegra_sor_edp_enable() local
1541 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_edp_enable()
1543 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_edp_enable()
1547 hbe = hse + (mode->hsync_start - mode->hdisplay); in tegra_sor_edp_enable()
1780 unsigned int vbe, vse, hbe, hse, vbs, hbs, div; in tegra_sor_hdmi_enable() local
2097 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_hdmi_enable()
2099 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_hdmi_enable()
2104 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_hdmi_enable()
/linux-4.4.14/arch/arm/boot/dts/
Dstm32f429.dtsi52 clk_hse: clk-hse {
/linux-4.4.14/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_lowlevel.c220 (DSIM_HSE_MODE_SHIFT(dsim_config->hse)) | in exynos_mipi_dsi_init_config()