Home
last modified time | relevance | path

Searched refs:v_active (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/drivers/video/via/
Dchip.h147 int v_active; member
156 int v_active; member
Dhw.c2091 viaparinfo->tmds_setting_info->v_active = vres; in viafb_update_device_setting()
2094 viaparinfo->lvds_setting_info->v_active = vres; in viafb_update_device_setting()
2097 viaparinfo->lvds_setting_info2->v_active = vres; in viafb_update_device_setting()
2103 viaparinfo->tmds_setting_info->v_active = vres; in viafb_update_device_setting()
2108 viaparinfo->lvds_setting_info->v_active = vres; in viafb_update_device_setting()
2113 viaparinfo->lvds_setting_info2->v_active = vres; in viafb_update_device_setting()
2482 v_active), in viafb_setmode()
2489 tmds_setting_info->v_active), in viafb_setmode()
Ddvi.c491 (viaparinfo->tmds_setting_info->v_active == in dvi_patch_skew_dvp0()
Dlcd.c562 int set_vres = plvds_setting_info->v_active; in viafb_lcd_set_mode()
/linux-2.6.39/include/linux/
Dvt.h33 unsigned short v_active; /* active vt */ member
/linux-2.6.39/drivers/staging/gma500/
Dpsb_intel_sdvo_regs.h63 u8 v_active; /**< lower 8 bits (lines) */ member
Dpsb_intel_sdvo.c706 output_dtd.part1.v_active = height & 0xff; in psb_intel_sdvo_mode_set()
/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_sdvo_regs.h71 u8 v_active; /**< lower 8 bits (lines) */ member
Dintel_sdvo.c748 dtd->part1.v_active = height & 0xff; in intel_sdvo_get_dtd_from_mode()
784 mode->vdisplay = dtd->part1.v_active; in intel_sdvo_get_mode_from_dtd()
/linux-2.6.39/drivers/tty/vt/
Dvt_ioctl.c935 if (put_user(fg_console + 1, &vtstat->v_active)) in vt_ioctl()