Linux Kernel
3.7.1
|
#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 npe * | npe_request (unsigned id) |
void | npe_release (struct npe *npe) |
Variables | |
const char * | npe_names [] |
Definition at line 508 of file ixp4xx_npe.c.
Definition at line 451 of file ixp4xx_npe.c.
Definition at line 680 of file ixp4xx_npe.c.
Definition at line 671 of file ixp4xx_npe.c.
Definition at line 169 of file ixp4xx_npe.c.
Definition at line 412 of file ixp4xx_npe.c.
Definition at line 489 of file ixp4xx_npe.c.
Definition at line 123 of file ixp4xx_npe.c.