Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ue_deh.c File Reference
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <plat/dmtimer.h>
#include <dspbridge/dbdefs.h>
#include <dspbridge/dspdeh.h>
#include <dspbridge/dev.h>
#include "_tiomap.h"
#include "_deh.h"
#include <dspbridge/io_sm.h>
#include <dspbridge/drv.h>
#include <dspbridge/wdt.h>

Go to the source code of this file.

Functions

int bridge_deh_create (struct deh_mgr **ret_deh, struct dev_object *hdev_obj)
 
int bridge_deh_destroy (struct deh_mgr *deh)
 
int bridge_deh_register_notify (struct deh_mgr *deh, u32 event_mask, u32 notify_type, struct dsp_notification *hnotification)
 
void bridge_deh_notify (struct deh_mgr *deh, int event, int info)
 

Function Documentation

int bridge_deh_create ( struct deh_mgr **  ret_deh,
struct dev_object hdev_obj 
)

Definition at line 85 of file ue_deh.c.

int bridge_deh_destroy ( struct deh_mgr deh)

Definition at line 133 of file ue_deh.c.

void bridge_deh_notify ( struct deh_mgr deh,
int  event,
int  info 
)

Definition at line 222 of file ue_deh.c.

int bridge_deh_register_notify ( struct deh_mgr deh,
u32  event_mask,
u32  notify_type,
struct dsp_notification hnotification 
)

Definition at line 155 of file ue_deh.c.