Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
nodepriv.h File Reference
#include <dspbridge/strmdefs.h>
#include <dspbridge/nodedefs.h>
#include <dspbridge/nldrdefs.h>

Go to the source code of this file.

Data Structures

struct  node_msgargs
 
struct  node_strmdef
 
struct  node_taskargs
 
struct  node_createargs
 

Typedefs

typedef u32 nodeenv
 

Functions

int node_get_channel_id (struct node_object *hnode, u32 dir, u32 index, u32 *chan_id)
 
int node_get_strm_mgr (struct node_object *hnode, struct strm_mgr **strm_man)
 
u32 node_get_timeout (struct node_object *hnode)
 
enum node_type node_get_type (struct node_object *hnode)
 
void get_node_info (struct node_object *hnode, struct dsp_nodeinfo *node_info)
 
enum nldr_loadtype node_get_load_type (struct node_object *hnode)
 

Typedef Documentation

typedef u32 nodeenv

Definition at line 27 of file nodepriv.h.

Function Documentation

void get_node_info ( struct node_object hnode,
struct dsp_nodeinfo node_info 
)

Definition at line 2680 of file node.c.

int node_get_channel_id ( struct node_object hnode,
u32  dir,
u32  index,
u32 chan_id 
)

Definition at line 1656 of file node.c.

enum nldr_loadtype node_get_load_type ( struct node_object hnode)

Definition at line 1802 of file node.c.

int node_get_strm_mgr ( struct node_object hnode,
struct strm_mgr **  strm_man 
)

Definition at line 1786 of file node.c.

u32 node_get_timeout ( struct node_object hnode)

Definition at line 1817 of file node.c.

enum node_type node_get_type ( struct node_object hnode)

Definition at line 1832 of file node.c.