Home
last modified time | relevance | path

Searched defs:vc_data (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dconsole_struct.h23 struct vc_data { struct
24 struct tty_port port; /* Upper level data */
26 unsigned short vc_num; /* Console number */
27 unsigned int vc_cols; /* [#] Console size */
28 unsigned int vc_rows;
29 unsigned int vc_size_row; /* Bytes per row */
30 unsigned int vc_scan_lines; /* # of scan lines */
31 unsigned long vc_origin; /* [!] Start of real screen */
32 unsigned long vc_scr_end; /* [!] End of real screen */
33 unsigned long vc_visible_origin; /* [!] Top of visible window */
[all …]
/linux-2.6.39/arch/arm/mach-omap2/
Dvoltage.h130 struct omap_vc_instance_data *vc_data; member