/Linux-v4.19/tools/perf/util/ |
D | sort.c | 1642 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local 1647 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width() 1648 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width() 1655 struct hpp_sort_entry *hse; in __sort__hpp_header() local 1658 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header() 1661 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header() 1670 struct hpp_sort_entry *hse; in __sort__hpp_width() local 1673 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width() 1676 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width() 1684 struct hpp_sort_entry *hse; in __sort__hpp_entry() local [all …]
|
/Linux-v4.19/include/drm/ |
D | drm_modes.h | 134 #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-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 4336 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 4345 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 4349 TO_DSI_T(t->hse), in print_dsi_vm() 4401 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4404 vm.hsync_len = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 4515 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4566 hse = 1; in dsi_vm_calc_blanking() 4568 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4570 hse = 0; in dsi_vm_calc_blanking() 4577 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() [all …]
|
D | omapdss.h | 202 u16 hse; member
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4335 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 4344 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 4348 TO_DSI_T(t->hse), in print_dsi_vm() 4400 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4403 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 4512 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4562 hse = 1; in dsi_vm_calc_blanking() 4564 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4566 hse = 0; in dsi_vm_calc_blanking() 4573 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() [all …]
|
/Linux-v4.19/include/video/ |
D | omapfb_dss.h | 243 u16 hse; member
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | sor.c | 963 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local 1024 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_mode_set() 1026 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set() 1031 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | stm32h743.dtsi | 51 clk_hse: clk-hse {
|
D | stm32f746.dtsi | 50 clk_hse: clk-hse {
|
D | stm32f429.dtsi | 55 clk_hse: clk-hse {
|
D | stm32mp157c.dtsi | 56 clk_hse: clk-hse {
|