| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | sort.c | 1774 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local 1779 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width() 1780 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width() 1787 struct hpp_sort_entry *hse; in __sort__hpp_header() local 1790 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header() 1793 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header() 1802 struct hpp_sort_entry *hse; in __sort__hpp_width() local 1805 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width() 1808 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width() 1816 struct hpp_sort_entry *hse; in __sort__hpp_entry() local [all …]
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | sort.c | 2259 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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | st,stm32mp1-rcc.yaml | 90 - const: hse 118 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| D | st,stm32-rcc.txt | 24 - high speed external clock signal (HSE) 79 4 CLK_HSE_RTC (HSE division factor for RTC clock)
|
| D | st,stm32h7-rcc.txt | 21 - high speed external clock signal (HSE)
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | st,stm32-rcc.txt | 24 - high speed external clock signal (HSE) 79 4 CLK_HSE_RTC (HSE division factor for RTC clock)
|
| D | st,stm32h7-rcc.txt | 21 - high speed external clock signal (HSE)
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
| D | stm32mp157a-dk1-scmi.dts | 67 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| D | stm32mp157c-ed1-scmi.dts | 72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| D | stm32mp157c-dk2-scmi.dts | 73 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| D | stm32mp157c-ev1-scmi.dts | 77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| /kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
| D | common.c | 101 u16 mask = DCFM | DRPD | DPRPU | HSE | USBE; in usbhs_sys_host_ctrl() 102 u16 val = DCFM | DRPD | HSE | USBE; in usbhs_sys_host_ctrl() 115 u16 mask = DCFM | DRPD | DPRPU | HSE | USBE; in usbhs_sys_function_ctrl() 116 u16 val = HSE | USBE; in usbhs_sys_function_ctrl()
|
| D | common.h | 109 #define HSE (1 << 7) /* High-Speed Operation Enable */ macro
|
| /kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
| D | common.c | 101 u16 mask = DCFM | DRPD | DPRPU | HSE | USBE; in usbhs_sys_host_ctrl() 102 u16 val = DCFM | DRPD | HSE | USBE; in usbhs_sys_host_ctrl() 115 u16 mask = DCFM | DRPD | DPRPU | HSE | USBE; in usbhs_sys_function_ctrl() 116 u16 val = HSE | USBE; in usbhs_sys_function_ctrl()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
| D | dsi.c | 3584 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 …]
|
| D | dsi.h | 199 u16 hse; member
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | dsi.c | 4325 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 …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | dsi.c | 4327 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 4336 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 4340 TO_DSI_T(t->hse), in print_dsi_vm() 4392 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4395 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 4504 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4554 hse = 1; in dsi_vm_calc_blanking() 4556 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4558 hse = 0; in dsi_vm_calc_blanking() 4565 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
| D | dsi.c | 4225 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 4234 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 4238 TO_DSI_T(t->hse), in print_dsi_vm() 4290 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4293 vm.hsync_len = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 4404 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4455 hse = 1; in dsi_vm_calc_blanking() 4457 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4459 hse = 0; in dsi_vm_calc_blanking() 4466 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() [all …]
|
| /kernel/linux/linux-5.10/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), \
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
| D | mdfld_tmd_vid.c | 70 dev_dbg(dev->dev, "HSE is %d\n", mode->hsync_end); in tmd_vid_get_config_mode()
|
| D | oaktrail_lvds.c | 252 pr_info("HSE is %d\n", mode->hsync_end); in oaktrail_lvds_get_configuration_mode()
|
| /kernel/linux/linux-6.6/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), \
|
| /kernel/linux/linux-5.10/drivers/clk/ |
| D | clk-stm32f4.c | 1116 "no-clock", "lse", "lsi", "hse-rtc" 1847 clks[CLK_HSE_RTC] = clk_hw_register_divider(NULL, "hse-rtc", "clk-hse", in stm32f4_rcc_init() 1852 pr_err("Unable to register hse-rtc clock\n"); in stm32f4_rcc_init()
|
| /kernel/linux/linux-6.6/drivers/clk/ |
| D | clk-stm32f4.c | 1117 "no-clock", "lse", "lsi", "hse-rtc" 1848 clks[CLK_HSE_RTC] = clk_hw_register_divider(NULL, "hse-rtc", "clk-hse", in stm32f4_rcc_init() 1853 pr_err("Unable to register hse-rtc clock\n"); in stm32f4_rcc_init()
|