Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
npe.h File Reference
#include <linux/kernel.h>

Go to the source code of this file.

Data Structures

struct  npe_regs
 
struct  npe
 

Functions

int npe_running (struct npe *npe)
 
int npe_send_message (struct npe *npe, const void *msg, const char *what)
 
int npe_recv_message (struct npe *npe, void *msg, const char *what)
 
int npe_send_recv_message (struct npe *npe, void *msg, const char *what)
 
int npe_load_firmware (struct npe *npe, const char *name, struct device *dev)
 
struct npenpe_request (unsigned id)
 
void npe_release (struct npe *npe)
 

Variables

const charnpe_names []
 

Function Documentation

int npe_load_firmware ( struct npe npe,
const char name,
struct device dev 
)

Definition at line 508 of file ixp4xx_npe.c.

int npe_recv_message ( struct npe npe,
void msg,
const char what 
)

Definition at line 451 of file ixp4xx_npe.c.

void npe_release ( struct npe npe)

Definition at line 680 of file ixp4xx_npe.c.

struct npe* npe_request ( unsigned  id)
read

Definition at line 671 of file ixp4xx_npe.c.

int npe_running ( struct npe npe)

Definition at line 169 of file ixp4xx_npe.c.

int npe_send_message ( struct npe npe,
const void msg,
const char what 
)

Definition at line 412 of file ixp4xx_npe.c.

int npe_send_recv_message ( struct npe npe,
void msg,
const char what 
)

Definition at line 489 of file ixp4xx_npe.c.

Variable Documentation

const char* npe_names[]

Definition at line 123 of file ixp4xx_npe.c.