Linux Kernel
3.7.1
|
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) |
Definition at line 27 of file nodepriv.h.
void get_node_info | ( | struct node_object * | hnode, |
struct dsp_nodeinfo * | node_info | ||
) |
enum nldr_loadtype node_get_load_type | ( | struct node_object * | hnode | ) |
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 | ) |