Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
opal.c File Reference
#include <linux/types.h>
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/interrupt.h>
#include <asm/opal.h>
#include <asm/firmware.h>
#include "powernv.h"

Go to the source code of this file.

Data Structures

struct  opal
 

Functions

int __init early_init_dt_scan_opal (unsigned long node, const char *uname, int depth, void *data)
 
int opal_get_chars (uint32_t vtermno, char *buf, int count)
 
int opal_put_chars (uint32_t vtermno, const char *data, int total_len)
 
int opal_machine_check (struct pt_regs *regs)
 
 subsys_initcall (opal_init)
 

Variables

struct opal opal
 
u64 opal_mc_secondary_handler []
 

Function Documentation

int __init early_init_dt_scan_opal ( unsigned long  node,
const char uname,
int  depth,
void data 
)

Definition at line 32 of file opal.c.

int opal_get_chars ( uint32_t  vtermno,
char buf,
int  count 
)

Definition at line 80 of file opal.c.

int opal_machine_check ( struct pt_regs regs)

Definition at line 154 of file opal.c.

int opal_put_chars ( uint32_t  vtermno,
const char data,
int  total_len 
)

Definition at line 97 of file opal.c.

subsys_initcall ( opal_init  )

Variable Documentation

u64 opal_mc_secondary_handler[]