hse              4220 drivers/gpu/drm/omapdrm/dss/dsi.c 	bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp;
hse              4229 drivers/gpu/drm/omapdrm/dss/dsi.c 			t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp,
hse              4233 drivers/gpu/drm/omapdrm/dss/dsi.c 			TO_DSI_T(t->hse),
hse              4285 drivers/gpu/drm/omapdrm/dss/dsi.c 	dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp;
hse              4288 drivers/gpu/drm/omapdrm/dss/dsi.c 	vm.hsync_len = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk);
hse              4399 drivers/gpu/drm/omapdrm/dss/dsi.c 	int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */
hse              4450 drivers/gpu/drm/omapdrm/dss/dsi.c 			hse = 1;
hse              4452 drivers/gpu/drm/omapdrm/dss/dsi.c 			hse = DIV_ROUND_UP(4, ndl);
hse              4454 drivers/gpu/drm/omapdrm/dss/dsi.c 		hse = 0;
hse              4461 drivers/gpu/drm/omapdrm/dss/dsi.c 	if (dsi_htot < hss + hse + dsi_hact)
hse              4492 drivers/gpu/drm/omapdrm/dss/dsi.c 		hsa = max(hsa - hse, 1);
hse              4498 drivers/gpu/drm/omapdrm/dss/dsi.c 	hfp = dsi_hbl - (hss + hsa + hse + hbp);
hse              4505 drivers/gpu/drm/omapdrm/dss/dsi.c 		hfp = dsi_hbl - (hss + hsa + hse + hbp);
hse              4511 drivers/gpu/drm/omapdrm/dss/dsi.c 			hfp = dsi_hbl - (hss + hsa + hse + hbp);
hse              4520 drivers/gpu/drm/omapdrm/dss/dsi.c 	dsi_vm->hse = hse;
hse               191 drivers/gpu/drm/omapdrm/dss/omapdss.h 	u16 hse;
hse              1040 drivers/gpu/drm/tegra/sor.c 	unsigned int vbe, vse, hbe, hse, vbs, hbs;
hse              1101 drivers/gpu/drm/tegra/sor.c 	hse = mode->hsync_end - mode->hsync_start - 1;
hse              1103 drivers/gpu/drm/tegra/sor.c 	value = ((vse & 0x7fff) << 16) | (hse & 0x7fff);
hse              1108 drivers/gpu/drm/tegra/sor.c 	hbe = hse + (mode->htotal - mode->hsync_end);
hse              4324 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp;
hse              4333 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp,
hse              4337 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			TO_DSI_T(t->hse),
hse              4389 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp;
hse              4392 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk);
hse              4501 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */
hse              4551 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			hse = 1;
hse              4553 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			hse = DIV_ROUND_UP(4, ndl);
hse              4555 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		hse = 0;
hse              4562 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	if (dsi_htot < hss + hse + dsi_hact)
hse              4593 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		hsa = max(hsa - hse, 1);
hse              4599 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	hfp = dsi_hbl - (hss + hsa + hse + hbp);
hse              4606 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		hfp = dsi_hbl - (hss + hsa + hse + hbp);
hse              4612 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			hfp = dsi_hbl - (hss + hsa + hse + hbp);
hse              4621 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	dsi_vm->hse = hse;
hse               134 include/drm/drm_modes.h #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \
hse               136 include/drm/drm_modes.h 	.hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
hse               213 include/video/omapfb_dss.h 	u16 hse;
hse              1746 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              1751 tools/perf/util/sort.c 	hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              1752 tools/perf/util/sort.c 	hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name));
hse              1759 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              1762 tools/perf/util/sort.c 	hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              1765 tools/perf/util/sort.c 		len = hists__col_len(hists, hse->se->se_width_idx);
hse              1774 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              1777 tools/perf/util/sort.c 	hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              1780 tools/perf/util/sort.c 		len = hists__col_len(hists, hse->se->se_width_idx);
hse              1788 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              1791 tools/perf/util/sort.c 	hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              1794 tools/perf/util/sort.c 		len = hists__col_len(he->hists, hse->se->se_width_idx);
hse              1796 tools/perf/util/sort.c 	return hse->se->se_snprintf(he, hpp->buf, hpp->size, len);
hse              1802 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              1804 tools/perf/util/sort.c 	hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              1805 tools/perf/util/sort.c 	return hse->se->se_cmp(a, b);
hse              1811 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              1814 tools/perf/util/sort.c 	hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              1815 tools/perf/util/sort.c 	collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp;
hse              1822 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              1825 tools/perf/util/sort.c 	hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              1826 tools/perf/util/sort.c 	sort_fn = hse->se->se_sort ?: hse->se->se_cmp;
hse              1838 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;				\
hse              1843 tools/perf/util/sort.c 	hse = container_of(fmt, struct hpp_sort_entry, hpp);	\
hse              1844 tools/perf/util/sort.c 	return hse->se == &sort_ ## key ;			\
hse              1872 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              1874 tools/perf/util/sort.c 	hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              1875 tools/perf/util/sort.c 	free(hse);
hse              1881 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              1883 tools/perf/util/sort.c 	hse = malloc(sizeof(*hse));
hse              1884 tools/perf/util/sort.c 	if (hse == NULL) {
hse              1889 tools/perf/util/sort.c 	hse->se = sd->entry;
hse              1890 tools/perf/util/sort.c 	hse->hpp.name = sd->entry->se_header;
hse              1891 tools/perf/util/sort.c 	hse->hpp.header = __sort__hpp_header;
hse              1892 tools/perf/util/sort.c 	hse->hpp.width = __sort__hpp_width;
hse              1893 tools/perf/util/sort.c 	hse->hpp.entry = __sort__hpp_entry;
hse              1894 tools/perf/util/sort.c 	hse->hpp.color = NULL;
hse              1896 tools/perf/util/sort.c 	hse->hpp.cmp = __sort__hpp_cmp;
hse              1897 tools/perf/util/sort.c 	hse->hpp.collapse = __sort__hpp_collapse;
hse              1898 tools/perf/util/sort.c 	hse->hpp.sort = __sort__hpp_sort;
hse              1899 tools/perf/util/sort.c 	hse->hpp.equal = __sort__hpp_equal;
hse              1900 tools/perf/util/sort.c 	hse->hpp.free = hse_free;
hse              1902 tools/perf/util/sort.c 	INIT_LIST_HEAD(&hse->hpp.list);
hse              1903 tools/perf/util/sort.c 	INIT_LIST_HEAD(&hse->hpp.sort_list);
hse              1904 tools/perf/util/sort.c 	hse->hpp.elide = false;
hse              1905 tools/perf/util/sort.c 	hse->hpp.len = 0;
hse              1906 tools/perf/util/sort.c 	hse->hpp.user_len = 0;
hse              1907 tools/perf/util/sort.c 	hse->hpp.level = level;
hse              1909 tools/perf/util/sort.c 	return hse;
hse              1936 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              1944 tools/perf/util/sort.c 		hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              1945 tools/perf/util/sort.c 		if (hse->se->se_filter == NULL)
hse              1952 tools/perf/util/sort.c 		r = hse->se->se_filter(he, type, arg);
hse              1967 tools/perf/util/sort.c 	struct hpp_sort_entry *hse = __sort_dimension__alloc_hpp(sd, level);
hse              1969 tools/perf/util/sort.c 	if (hse == NULL)
hse              1972 tools/perf/util/sort.c 	perf_hpp_list__register_sort_field(list, &hse->hpp);
hse              1979 tools/perf/util/sort.c 	struct hpp_sort_entry *hse = __sort_dimension__alloc_hpp(sd, 0);
hse              1981 tools/perf/util/sort.c 	if (hse == NULL)
hse              1984 tools/perf/util/sort.c 	perf_hpp_list__column_register(list, &hse->hpp);
hse              2266 tools/perf/util/sort.c 		struct hpp_sort_entry *hse, *new_hse;
hse              2268 tools/perf/util/sort.c 		hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              2269 tools/perf/util/sort.c 		new_hse = memdup(hse, sizeof(*hse));
hse              2859 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              2865 tools/perf/util/sort.c 		hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              2866 tools/perf/util/sort.c 		if (hse->se->se_width_idx == idx) {
hse              2919 tools/perf/util/sort.c 	struct hpp_sort_entry *hse;
hse              2925 tools/perf/util/sort.c 		hse = container_of(fmt, struct hpp_sort_entry, hpp);
hse              2926 tools/perf/util/sort.c 		fmt->elide = get_elide(hse->se->se_width_idx, output);