Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
vc_screen.c File Reference
#include <linux/kernel.h>
#include <linux/major.h>
#include <linux/errno.h>
#include <linux/export.h>
#include <linux/tty.h>
#include <linux/interrupt.h>
#include <linux/mm.h>
#include <linux/init.h>
#include <linux/vt_kern.h>
#include <linux/selection.h>
#include <linux/kbd_kern.h>
#include <linux/console.h>
#include <linux/device.h>
#include <linux/sched.h>
#include <linux/fs.h>
#include <linux/poll.h>
#include <linux/signal.h>
#include <linux/slab.h>
#include <linux/notifier.h>
#include <asm/uaccess.h>
#include <asm/byteorder.h>
#include <asm/unaligned.h>

Go to the source code of this file.

Data Structures

struct  vcs_poll_data
 

Macros

#define HEADER_SIZE   4
 
#define CON_BUF_SIZE   (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE)
 

Functions

void vcs_make_sysfs (int index)
 
void vcs_remove_sysfs (int index)
 
int __init vcs_init (void)
 

Macro Definition Documentation

#define CON_BUF_SIZE   (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE)

Definition at line 51 of file vc_screen.c.

#define HEADER_SIZE   4

Definition at line 49 of file vc_screen.c.

Function Documentation

int __init vcs_init ( void  )

Definition at line 653 of file vc_screen.c.

void vcs_make_sysfs ( int  index)

Definition at line 639 of file vc_screen.c.

void vcs_remove_sysfs ( int  index)

Definition at line 647 of file vc_screen.c.