Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dsort.c2259 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local
2264 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
2265 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width()
2272 struct hpp_sort_entry *hse; in __sort__hpp_header() local
2275 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
2278 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header()
2287 struct hpp_sort_entry *hse; in __sort__hpp_width() local
2290 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
2293 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width()
2301 struct hpp_sort_entry *hse; in __sort__hpp_entry() local
[all …]
/Linux-v6.6/include/drm/
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-v6.6/arch/arm/boot/dts/st/
Dstm32mp157c-dk2-scmi.dts73 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-ed1-scmi.dts72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157a-dk1-scmi.dts67 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-ev1-scmi.dts78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32f746.dtsi52 clk_hse: clk-hse {
Dstm32h743.dtsi53 clk_hse: clk-hse {
Dstm32f429.dtsi57 clk_hse: clk-hse {
Dstm32mp131.dtsi1087 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp151.dtsi56 clk_hse: clk-hse {
/Linux-v6.6/drivers/gpu/drm/omapdrm/dss/
Ddsi.c3584 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
3593 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
3597 TO_DSI_T(t->hse), in print_dsi_vm()
3649 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
3652 vm.hsync_len = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm()
3763 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
3814 hse = 1; in dsi_vm_calc_blanking()
3816 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
3818 hse = 0; in dsi_vm_calc_blanking()
3825 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
[all …]
Ddsi.h199 u16 hse; member
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c4325 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
4334 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
4338 TO_DSI_T(t->hse), in print_dsi_vm()
4390 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
4393 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm()
4502 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
4552 hse = 1; in dsi_vm_calc_blanking()
4554 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4556 hse = 0; in dsi_vm_calc_blanking()
4563 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
[all …]
/Linux-v6.6/include/video/
Domapfb_dss.h213 u16 hse; member
/Linux-v6.6/drivers/gpu/drm/tegra/
Dsor.c1288 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1349 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_mode_set()
1351 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set()
1356 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set()