Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Enumerations | Functions
hvc_opal.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/of.h>
#include <linux/of_platform.h>
#include <linux/export.h>
#include <asm/hvconsole.h>
#include <asm/prom.h>
#include <asm/firmware.h>
#include <asm/hvsi.h>
#include <asm/udbg.h>
#include <asm/opal.h>
#include "hvc_console.h"

Go to the source code of this file.

Data Structures

struct  hvc_opal_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

void hvc_opal_hvsi_hangup (struct hvc_struct *hp, int data)
 
 module_init (hvc_opal_init)
 
 module_exit (hvc_opal_exit)
 
void __init hvc_opal_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 50 of file hvc_opal.c.

Function Documentation

void hvc_opal_hvsi_hangup ( struct hvc_struct hp,
int  data 
)

Definition at line 118 of file hvc_opal.c.

void __init hvc_opal_init_early ( void  )

Definition at line 329 of file hvc_opal.c.

module_exit ( hvc_opal_exit  )
module_init ( hvc_opal_init  )