Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
dspio.h File Reference
#include <dspbridge/devdefs.h>
#include <dspbridge/io.h>

Go to the source code of this file.

Functions

int bridge_io_create (struct io_mgr **io_man, struct dev_object *hdev_obj, const struct io_attrs *mgr_attrts)
 
int bridge_io_destroy (struct io_mgr *hio_mgr)
 
int bridge_io_on_loaded (struct io_mgr *hio_mgr)
 
int bridge_io_get_proc_load (struct io_mgr *hio_mgr, struct dsp_procloadstat *proc_lstat)
 

Function Documentation

int bridge_io_create ( struct io_mgr **  io_man,
struct dev_object hdev_obj,
const struct io_attrs mgr_attrts 
)

Definition at line 174 of file io_sm.c.

int bridge_io_destroy ( struct io_mgr hio_mgr)

Definition at line 249 of file io_sm.c.

int bridge_io_get_proc_load ( struct io_mgr hio_mgr,
struct dsp_procloadstat proc_lstat 
)

Definition at line 1628 of file io_sm.c.

int bridge_io_on_loaded ( struct io_mgr hio_mgr)

Definition at line 345 of file io_sm.c.