Searched refs:hde (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | sort.c | 2527 if (hde->raw_trace) in update_dynamic_len() 2618 if (hde->raw_trace) in __sort__hde_entry() 2624 field = hde->field; in __sort__hde_entry() 2673 field = hde->field; in __sort__hde_cmp() 2717 free(hde); in hde_free() 2737 hde = malloc(sizeof(*hde)); in __alloc_dynamic_entry() 2738 if (hde == NULL) { in __alloc_dynamic_entry() 2763 hde->hpp.len = 0; in __alloc_dynamic_entry() 2767 return hde; in __alloc_dynamic_entry() 2787 new_hde = memdup(hde, sizeof(*hde)); in perf_hpp_fmt__dup() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/ingenic/ |
A D | ingenic-drm-drv.c | 284 unsigned int vpe, vds, vde, vt, hpe, hds, hde, ht; in ingenic_drm_crtc_update_timings() local 293 hde = hds + mode->crtc_hdisplay; in ingenic_drm_crtc_update_timings() 294 ht = hde + mode->crtc_hsync_start - mode->crtc_hdisplay; in ingenic_drm_crtc_update_timings() 310 hde << JZ_LCD_DAH_HDE_OFFSET); in ingenic_drm_crtc_update_timings() 316 regmap_write(priv->map, JZ_REG_LCD_PS, hde << 16 | (hde + 1)); in ingenic_drm_crtc_update_timings() 317 regmap_write(priv->map, JZ_REG_LCD_CLS, hde << 16 | (hde + 1)); in ingenic_drm_crtc_update_timings()
|
/linux-6.3-rc2/drivers/scsi/be2iscsi/ |
A D | be_main.h | 532 u8 hde[1]; member 887 u8 hde; /* DWORD 4 */ member 925 u8 hde; /* DWORD 4 */ member
|
A D | be_mgmt.c | 1308 AMAP_SET_BITS(struct amap_iscsi_target_context_update_wrb, hde, pwrb, in beiscsi_offload_cxn_v0() 1310 hde) / 32] & OFFLD_PARAMS_HDE) >> 3); in beiscsi_offload_cxn_v0() 1401 AMAP_SET_BITS(struct amap_iscsi_target_context_update_wrb_v2, hde, pwrb, in beiscsi_offload_cxn_v2() 1403 hde) / 32] & OFFLD_PARAMS_HDE) >> 3); in beiscsi_offload_cxn_v2()
|
A D | be_iscsi.c | 872 AMAP_SET_BITS(struct amap_beiscsi_offload_params, hde, params, in beiscsi_set_params_for_offld()
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | atafb.c | 120 short hht, hbb, hbe, hdb, hde, hss; member 143 #define HDE hw.falcon.hde 1474 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off; in falcon_encode_var() 1532 hw->hde = videl.hde; in falcon_get_par() 1594 videl.hde = hw->hde; in falcon_vbl_switcher()
|
/linux-6.3-rc2/drivers/gpu/drm/ast/ |
A D | ast_drv.h | 319 u32 hde; member
|
A D | ast_mode.c | 215 adjusted_mode->crtc_hblank_start = vbios_mode->enh_table->hde + hborder; in ast_get_vbios_mode_info() 217 adjusted_mode->crtc_hsync_start = vbios_mode->enh_table->hde + hborder + in ast_get_vbios_mode_info() 219 adjusted_mode->crtc_hsync_end = (vbios_mode->enh_table->hde + hborder + in ast_get_vbios_mode_info()
|
/linux-6.3-rc2/Documentation/power/ |
A D | swsusp-dmcrypt.rst | 85 if [ -f /proc/ide/hde/media ]
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | atarihw.h | 263 u_short hde; member
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | devices.txt | 713 0 = /dev/hde Master: whole disk (or CD-ROM)
|
Completed in 59 milliseconds