Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
hvc_beat.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/string.h>
#include <linux/console.h>
#include <asm/prom.h>
#include <asm/hvconsole.h>
#include <asm/firmware.h>
#include "hvc_console.h"

Go to the source code of this file.

Functions

int64_t beat_get_term_char (uint64_t, uint64_t *, uint64_t *, uint64_t *)
 
int64_t beat_put_term_char (uint64_t, uint64_t, uint64_t, uint64_t)
 
 module_init (hvc_beat_init)
 
 module_exit (hvc_beat_exit)
 
 __setup ("hvc_beat=", hvc_beat_config)
 
 console_initcall (hvc_beat_console_init)
 

Variables

struct hvc_structhvc_beat_dev = NULL
 

Function Documentation

__setup ( )
int64_t beat_get_term_char ( uint64_t  ,
uint64_t ,
uint64_t ,
uint64_t  
)

Definition at line 146 of file beat.c.

int64_t beat_put_term_char ( uint64_t  ,
uint64_t  ,
uint64_t  ,
uint64_t   
)

Definition at line 160 of file beat.c.

console_initcall ( hvc_beat_console_init  )
module_exit ( hvc_beat_exit  )
module_init ( hvc_beat_init  )

Variable Documentation

struct hvc_struct* hvc_beat_dev = NULL

Definition at line 39 of file hvc_beat.c.