Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
chnl.c File Reference
#include <linux/types.h>
#include <dspbridge/host_os.h>
#include <dspbridge/dbdefs.h>
#include <dspbridge/sync.h>
#include <dspbridge/proc.h>
#include <dspbridge/dev.h>
#include <dspbridge/chnlpriv.h>
#include <chnlobj.h>
#include <dspbridge/chnl.h>

Go to the source code of this file.

Functions

int chnl_create (struct chnl_mgr **channel_mgr, struct dev_object *hdev_obj, const struct chnl_mgrattrs *mgr_attrts)
 
int chnl_destroy (struct chnl_mgr *hchnl_mgr)
 

Function Documentation

int chnl_create ( struct chnl_mgr **  channel_mgr,
struct dev_object hdev_obj,
const struct chnl_mgrattrs mgr_attrts 
)

Definition at line 47 of file chnl.c.

int chnl_destroy ( struct chnl_mgr hchnl_mgr)

Definition at line 100 of file chnl.c.