| /linux-6.15/tools/perf/util/ |
| H A D | sort.c | 2703 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse() 2714 sort_fn = hse->se->se_sort ?: hse->se->se_cmp; in __sort__hpp_sort() 2771 free(hse); in hse_free() 2792 hse = malloc(sizeof(*hse)); in __sort_dimension__alloc_hpp() 2793 if (hse == NULL) { in __sort_dimension__alloc_hpp() 2798 hse->se = sd->entry; in __sort_dimension__alloc_hpp() 2815 hse->hpp.len = 0; in __sort_dimension__alloc_hpp() 2819 return hse; in __sort_dimension__alloc_hpp() 2879 if (hse == NULL) in __sort_dimension__add_hpp_sort() 2891 if (hse == NULL) in __sort_dimension__add_hpp_output() [all …]
|
| /linux-6.15/drivers/net/ethernet/intel/ice/devlink/ |
| H A D | health.c | 120 struct ice_aqc_health_status_elem *hse) in ice_describe_status_code() argument 127 status_code = le16_to_cpu(hse->health_status_code); in ice_describe_status_code() 131 internal_data[0] = le32_to_cpu(hse->internal_data1); in ice_describe_status_code() 132 internal_data[1] = le32_to_cpu(hse->internal_data2); in ice_describe_status_code()
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | st,stm32mp1-rcc.yaml | 96 - const: hse 124 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| /linux-6.15/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) \ argument 136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
|
| /linux-6.15/arch/arm/boot/dts/st/ |
| H A D | stm32mp157a-dk1-scmi.dts | 72 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-ed1-scmi.dts | 77 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 | stm32mp151c-plyaqm.dts | 267 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32f746.dtsi | 52 clk_hse: clk-hse {
|
| H A D | stm32h743.dtsi | 53 clk_hse: clk-hse {
|
| H A D | stm32f429.dtsi | 57 clk_hse: clk-hse {
|
| H A D | stm32mp131.dtsi | 788 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32mp151.dtsi | 57 clk_hse: clk-hse {
|
| /linux-6.15/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dsi.c | 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() 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() 3856 hsa = max(hsa - hse, 1); in dsi_vm_calc_blanking() 3862 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() 3869 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() 3875 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() [all …]
|
| H A D | dsi.h | 199 u16 hse; member
|
| /linux-6.15/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dsi.c | 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() 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() 4595 hsa = max(hsa - hse, 1); in dsi_vm_calc_blanking() 4601 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() 4608 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() 4614 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() [all …]
|
| /linux-6.15/include/video/ |
| H A D | omapfb_dss.h | 213 u16 hse; member
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | sor.c | 1290 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local 1351 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_mode_set() 1353 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set() 1358 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set()
|