| /linux/tools/perf/util/ | 
| H A D | sort.c | 2710 	struct hpp_sort_entry *hse;  in perf_hpp__reset_sort_width()  local2715 	hse = container_of(fmt, struct hpp_sort_entry, hpp);  in perf_hpp__reset_sort_width()
 2716 	hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name));  in perf_hpp__reset_sort_width()
 2723 	struct hpp_sort_entry *hse;  in __sort__hpp_header()  local
 2730 	hse = container_of(fmt, struct hpp_sort_entry, hpp);  in __sort__hpp_header()
 2733 		len = hists__col_len(hists, hse->se->se_width_idx);  in __sort__hpp_header()
 2742 	struct hpp_sort_entry *hse;  in __sort__hpp_width()  local
 2745 	hse = container_of(fmt, struct hpp_sort_entry, hpp);  in __sort__hpp_width()
 2748 		len = hists__col_len(hists, hse->se->se_width_idx);  in __sort__hpp_width()
 2756 	struct hpp_sort_entry *hse;  in __sort__hpp_entry()  local
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/st/ | 
| H A D | stm32mp157a-dk1-scmi.dts | 72 	clock-names = "hse", "hsi", "csi", "lse", "lsi";
 | 
| H A D | stm32mp157c-ed1-scmi.dts | 77 	clock-names = "hse", "hsi", "csi", "lse", "lsi";
 | 
| H A D | stm32mp157c-dk2-scmi.dts | 78 	clock-names = "hse", "hsi", "csi", "lse", "lsi";
 | 
| H A D | stm32mp157c-ev1-scmi.dts | 82 	clock-names = "hse", "hsi", "csi", "lse", "lsi";
 | 
| H A D | stm32mp157f-dk2-scmi.dtsi | 100 	clock-names = "hse", "hsi", "csi", "lse", "lsi";
 | 
| H A D | stm32f746.dtsi | 53 		clk_hse: clk-hse {
 | 
| H A D | stm32f429.dtsi | 57 		clk_hse: clk-hse {
 | 
| H A D | stm32h743.dtsi | 53 		clk_hse: clk-hse {
 | 
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ | 
| H A D | dsi.c | 4326 	bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp;  in print_dsi_vm()4335 			t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp,  in print_dsi_vm()
 4339 			TO_DSI_T(t->hse),  in print_dsi_vm()
 4391 	dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp;  in print_dsi_dispc_vm()
 4394 	vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk);  in print_dsi_dispc_vm()
 4503 	int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */  in dsi_vm_calc_blanking()  local
 4553 			hse = 1;  in dsi_vm_calc_blanking()
 4555 			hse = DIV_ROUND_UP(4, ndl);  in dsi_vm_calc_blanking()
 4557 		hse = 0;  in dsi_vm_calc_blanking()
 4564 	if (dsi_htot < hss + hse + dsi_hact)  in dsi_vm_calc_blanking()
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/ti/ | 
| H A D | k3-am642-evm-nand.dtso | 3  * DT overlay for HSE NAND expansion card on AM642 EVM
 | 
| /linux/include/drm/ | 
| H A D | drm_modes.h | 134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \  argument136 	.hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
 
 | 
| /linux/drivers/clk/ | 
| H A D | clk-stm32f4.c | 1260 	"no-clock", "lse", "lsi", "hse-rtc"1992 	clks[CLK_HSE_RTC] = clk_hw_register_divider(NULL, "hse-rtc", "clk-hse",  in stm32f4_rcc_init()
 1997 		pr_err("Unable to register hse-rtc clock\n");  in stm32f4_rcc_init()
 
 | 
| /linux/drivers/gpu/drm/omapdrm/dss/ | 
| H A D | dsi.h | 199 	u16 hse;  member
 | 
| /linux/drivers/clk/stm32/ | 
| H A D | clk-stm32mp25.c | 45 	HSE,  enumerator162 	{ .index = HSE },
 167 	{ .index = HSE },
 172 	{ .index = HSE },
 
 | 
| H A D | clk-stm32mp1.c | 171 	"ck_hse", "pll4_r", "clk-hse-div2"1765 	GATE_MP1(CK_HSE, "ck_hse", "clk-hse", 0, RCC_OCENSETR, 8, 0),
 1777 	FIXED_FACTOR(CK_HSE_DIV2, "clk-hse-div2", "ck_hse", 0, 1, 2),
 2307 		"hsi", "hse", "csi", "lsi", "lse",  in get_clock_deps()
 
 | 
| H A D | clk-stm32mp21.c | 47 	HSE,  enumerator142 	{ .index = HSE },
 
 | 
| H A D | clk-stm32mp13.c | 642 	"ck_hse", "pll4_r", "clk-hse-div2"
 | 
| /linux/drivers/gpu/drm/gma500/ | 
| H A D | oaktrail_lvds.c | 252 		pr_info("HSE is %d\n", mode->hsync_end);  in oaktrail_lvds_get_configuration_mode()
 | 
| /linux/drivers/usb/renesas_usbhs/ | 
| H A D | common.h | 109 #define HSE	(1 << 7)	/* High-Speed Operation Enable */  macro
 | 
| /linux/drivers/usb/host/ | 
| H A D | r8a66597-hcd.c | 142 	r8a66597_bset(r8a66597, HSE, get_syscfg_reg(port));  in r8a66597_enable_port()165 	r8a66597_bclr(r8a66597, HSE, get_syscfg_reg(port));  in r8a66597_disable_port()
 1020 			r8a66597_bset(r8a66597, HSE, get_syscfg_reg(port));  in r8a66597_check_syssts()
 1022 			r8a66597_bclr(r8a66597, HSE, get_syscfg_reg(port));  in r8a66597_check_syssts()
 
 | 
| /linux/include/linux/usb/ | 
| H A D | r8a66597.h | 133 #define	HSE		0x0080	/* b7: Hi-speed enable */  macro
 | 
| /linux/drivers/gpu/drm/stm/ | 
| H A D | dw_mipi_dsi-stm.c | 557 			/* HBP must be longer than 4 bytes HSE packets */  in dw_mipi_dsi_stm_mode_valid()
 | 
| /linux/drivers/usb/gadget/udc/ | 
| H A D | r8a66597-udc.c | 812 		r8a66597_bset(r8a66597, HSE, SYSCFG0);  in init_controller()825 		r8a66597_bset(r8a66597, HSE, SYSCFG0);		/* High spd */  in init_controller()
 
 | 
| /linux/drivers/video/fbdev/mmp/hw/ | 
| H A D | mmp_ctrl.h | 1185 /* hse Packet Enable */
 |