Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
sunhv.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/major.h>
#include <linux/circ_buf.h>
#include <linux/serial.h>
#include <linux/sysrq.h>
#include <linux/console.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/of_device.h>
#include <asm/hypervisor.h>
#include <asm/spitfire.h>
#include <asm/prom.h>
#include <asm/irq.h>
#include <asm/setup.h>
#include <linux/serial_core.h>
#include <linux/sunserialcore.h>

Go to the source code of this file.

Data Structures

struct  sunhv_ops
 

Macros

#define CON_BREAK   ((long)-1)
 
#define CON_HUP   ((long)-2)
 
#define IGNORE_BREAK   0x1
 
#define IGNORE_ALL   0x2
 

Functions

 MODULE_DEVICE_TABLE (of, hv_match)
 
 module_init (sunhv_init)
 
 module_exit (sunhv_exit)
 
 MODULE_AUTHOR ("David S. Miller")
 
 MODULE_DESCRIPTION ("SUN4V Hypervisor console driver")
 
 MODULE_VERSION ("2.0")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define CON_BREAK   ((long)-1)

Definition at line 35 of file sunhv.c.

#define CON_HUP   ((long)-2)

Definition at line 36 of file sunhv.c.

#define IGNORE_ALL   0x2

Definition at line 39 of file sunhv.c.

#define IGNORE_BREAK   0x1

Definition at line 38 of file sunhv.c.

Function Documentation

MODULE_AUTHOR ( "David S. Miller"  )
MODULE_DESCRIPTION ( "SUN4V Hypervisor console driver )
MODULE_DEVICE_TABLE ( of  ,
hv_match   
)
module_exit ( sunhv_exit  )
module_init ( sunhv_init  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( "2.0"  )