/openbmc/linux/tools/perf/util/ |
H A D | sort.c | 2541 static int hde_width(struct hpp_dynamic_entry *hde) in hde_width() argument 2543 if (!hde->hpp.len) { in hde_width() 2544 int len = hde->dynamic_len; in hde_width() 2545 int namelen = strlen(hde->field->name); in hde_width() 2546 int fieldlen = hde->field->size; in hde_width() 2551 if (!(hde->field->flags & TEP_FIELD_IS_STRING)) { in hde_width() 2553 fieldlen = hde->field->size * 2 + 2; in hde_width() 2558 hde->hpp.len = len; in hde_width() 2560 return hde->hpp.len; in hde_width() 2563 static void update_dynamic_len(struct hpp_dynamic_entry *hde, in update_dynamic_len() argument [all …]
|
/openbmc/linux/drivers/gpu/drm/ingenic/ |
H 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()
|
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 531 u8 hde[1]; member 886 u8 hde; /* DWORD 4 */ member 924 u8 hde; /* DWORD 4 */ member
|
H 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()
|
H A D | be_iscsi.c | 876 AMAP_SET_BITS(struct amap_beiscsi_offload_params, hde, params, in beiscsi_set_params_for_offld()
|
/openbmc/linux/drivers/video/fbdev/ |
H 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()
|
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_drv.h | 361 u32 hde; member
|
H 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()
|
/openbmc/linux/Documentation/power/ |
H A D | swsusp-dmcrypt.rst | 85 if [ -f /proc/ide/hde/media ]
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | atarihw.h | 263 u_short hde; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 8799 struct linux_dirent *hde = hdirp + hoff; in do_getdents() local 8801 struct linux_dirent64 *hde = hdirp + hoff; in do_getdents() 8807 namelen = strlen(hde->d_name); in do_getdents() 8808 hreclen = hde->d_reclen; in do_getdents() 8831 prev_diroff = hde->d_off; in do_getdents() 8832 tde->d_ino = tswapal(hde->d_ino); in do_getdents() 8833 tde->d_off = tswapal(hde->d_off); in do_getdents() 8835 memcpy(tde->d_name, hde->d_name, namelen + 1); in do_getdents() 8842 type = *((uint8_t *)hde + hreclen - 1); in do_getdents() 8844 type = hde->d_type; in do_getdents() [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 713 0 = /dev/hde Master: whole disk (or CD-ROM)
|