Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Functions
ofw-shark.c File Reference
#include <linux/kernel.h>
#include <linux/types.h>
#include <asm/setup.h>
#include <asm/page.h>

Go to the source code of this file.

Typedefs

typedef int(* ofw_handle_t )(void *)
 

Functions

asmlinkage void create_params (unsigned long *buffer)
 
int of_decode_int (const unsigned char *p)
 
int OF_finddevice (ofw_handle_t openfirmware, char *name)
 
int OF_getproplen (ofw_handle_t openfirmware, int handle, char *prop)
 
int OF_getprop (ofw_handle_t openfirmware, int handle, char *prop, void *buf, unsigned int buflen)
 
asmlinkage void ofw_init (ofw_handle_t o, int *nomr, int *pointer)
 

Typedef Documentation

typedef int(* ofw_handle_t)(void *)

Definition at line 86 of file ofw-shark.c.

Function Documentation

asmlinkage void create_params ( unsigned long buffer)

Definition at line 20 of file ofw-shark.c.

int of_decode_int ( const unsigned char p)

Definition at line 95 of file ofw-shark.c.

int OF_finddevice ( ofw_handle_t  openfirmware,
char name 
)

Definition at line 104 of file ofw-shark.c.

int OF_getprop ( ofw_handle_t  openfirmware,
int  handle,
char prop,
void buf,
unsigned int  buflen 
)

Definition at line 161 of file ofw-shark.c.

int OF_getproplen ( ofw_handle_t  openfirmware,
int  handle,
char prop 
)

Definition at line 132 of file ofw-shark.c.

asmlinkage void ofw_init ( ofw_handle_t  o,
int nomr,
int pointer 
)

Definition at line 188 of file ofw-shark.c.