Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Enumerations | Functions
hvc_vio.c File Reference
#include <linux/types.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/console.h>
#include <linux/module.h>
#include <asm/hvconsole.h>
#include <asm/vio.h>
#include <asm/prom.h>
#include <asm/hvsi.h>
#include <asm/udbg.h>
#include "hvc_console.h"

Go to the source code of this file.

Data Structures

struct  hvterm_priv
 

Typedefs

typedef enum hv_protocol hv_protocol_t
 

Enumerations

enum  hv_protocol { HV_PROTOCOL_RAW, HV_PROTOCOL_HVSI, HV_PROTOCOL_RAW, HV_PROTOCOL_HVSI }
 

Functions

 MODULE_DEVICE_TABLE (vio, hvc_driver_table)
 
void hvterm_hvsi_hangup (struct hvc_struct *hp, int data)
 
 module_init (hvc_vio_init)
 
 module_exit (hvc_vio_exit)
 
void __init hvc_vio_init_early (void)
 

Typedef Documentation

typedef enum hv_protocol hv_protocol_t

Enumeration Type Documentation

Enumerator:
HV_PROTOCOL_RAW 
HV_PROTOCOL_HVSI 
HV_PROTOCOL_RAW 
HV_PROTOCOL_HVSI 

Definition at line 65 of file hvc_vio.c.

Function Documentation

void __init hvc_vio_init_early ( void  )

Definition at line 404 of file hvc_vio.c.

void hvterm_hvsi_hangup ( struct hvc_struct hp,
int  data 
)

Definition at line 187 of file hvc_vio.c.

MODULE_DEVICE_TABLE ( vio  ,
hvc_driver_table   
)
module_exit ( hvc_vio_exit  )
module_init ( hvc_vio_init  )