HomeSort by relevance Sort by last modified time
    Searched defs:htotal (Results 1 - 9 of 9) sorted by null

  /external/syslinux/com32/lib/sys/vesa/
i915resolution.c 109 uint16_t htotal; member in struct:__anon33606
135 uint16_t htotal; member in struct:__anon33608
610 unsigned int htotal, unsigned int vtotal)
639 htotal = htotal ? htotal : (unsigned int)hblank+1;
643 res->x2 = (((htotal-x) >> 8) & 0x0f) | ((x >> 4) & 0xf0);
648 if (htotal)
649 res->x_total = ((htotal-x) & 0xff);
678 if (htotal)
    [all...]
  /external/libdrm/
xf86drmMode.h 206 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:_drmModeModeInfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 85 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_mode.h 86 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 85 __u16 htotal; member in struct:drm_mode_modeinfo
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 131 __u16 htotal; member in struct:drm_mode_modeinfo
  /external/libdrm/include/drm/
drm_mode.h 123 __u16 htotal; member in struct:drm_mode_modeinfo
nouveau_class.h 427 __u16 htotal; member in struct:nv04_disp_scanoutpos_v0
  /external/valgrind/include/vki/
vki-linux-drm.h 347 __vki_u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:vki_drm_mode_modeinfo

Completed in 1329 milliseconds