Linux Kernel
3.7.1
|
#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) |
int bridge_deh_create | ( | struct deh_mgr ** | ret_deh, |
struct dev_object * | hdev_obj | ||
) |