/Linux-v6.1/tools/perf/util/ |
D | sort.c | 2108 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local 2113 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width() 2114 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width() 2121 struct hpp_sort_entry *hse; in __sort__hpp_header() local 2124 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header() 2127 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header() 2136 struct hpp_sort_entry *hse; in __sort__hpp_width() local 2139 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width() 2142 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width() 2150 struct hpp_sort_entry *hse; in __sort__hpp_entry() local [all …]
|
/Linux-v6.1/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-v6.1/arch/arm/boot/dts/ |
D | stm32mp157a-dk1-scmi.dts | 64 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
D | stm32mp157c-dk2-scmi.dts | 70 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
D | stm32mp157c-ed1-scmi.dts | 69 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
D | stm32mp157c-ev1-scmi.dts | 75 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
D | stm32mp131.dtsi | 321 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
D | stm32f746.dtsi | 52 clk_hse: clk-hse {
|
D | stm32f429.dtsi | 57 clk_hse: clk-hse {
|
D | stm32h743.dtsi | 53 clk_hse: clk-hse {
|
D | stm32mp151.dtsi | 56 clk_hse: clk-hse {
|
/Linux-v6.1/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3578 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 3587 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() 3643 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 3646 vm.hsync_len = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 3757 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 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() [all …]
|
D | dsi.h | 199 u16 hse; member
|
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4317 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 4326 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 4330 TO_DSI_T(t->hse), in print_dsi_vm() 4382 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4385 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 4494 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4544 hse = 1; in dsi_vm_calc_blanking() 4546 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4548 hse = 0; in dsi_vm_calc_blanking() 4555 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() [all …]
|
/Linux-v6.1/include/video/ |
D | omapfb_dss.h | 213 u16 hse; member
|
/Linux-v6.1/drivers/gpu/drm/tegra/ |
D | sor.c | 1287 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()
|