Searched refs:hse (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | sort.c | 1255 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local 1260 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width() 1261 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width() 1267 struct hpp_sort_entry *hse; in __sort__hpp_header() local 1270 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header() 1273 len = hists__col_len(evsel__hists(evsel), hse->se->se_width_idx); in __sort__hpp_header() 1282 struct hpp_sort_entry *hse; in __sort__hpp_width() local 1285 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width() 1288 len = hists__col_len(evsel__hists(evsel), hse->se->se_width_idx); in __sort__hpp_width() 1296 struct hpp_sort_entry *hse; in __sort__hpp_entry() local [all …]
|
/linux-4.1.27/include/drm/ |
D | drm_modes.h | 83 #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.1.27/include/video/ |
D | exynos_mipi_dsim.h | 139 unsigned char hse; member
|
D | omapdss.h | 272 u16 hse; member
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dsi.c | 4344 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 4353 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 4357 TO_DSI_T(t->hse), in print_dsi_vm() 4409 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4412 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 4521 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4571 hse = 1; in dsi_vm_calc_blanking() 4573 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4575 hse = 0; in dsi_vm_calc_blanking() 4582 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() [all …]
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | sor.c | 947 unsigned int vbe, vse, hbe, hse, vbs, hbs, i; in tegra_sor_encoder_mode_set() local 1309 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_encoder_mode_set() 1311 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_encoder_mode_set() 1315 hbe = hse + (mode->hsync_start - mode->hdisplay); in tegra_sor_encoder_mode_set()
|
/linux-4.1.27/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi_lowlevel.c | 220 (DSIM_HSE_MODE_SHIFT(dsim_config->hse)) | in exynos_mipi_dsi_init_config()
|