Linux Kernel
3.7.1
|
#include <dspbridge/_chnl_sm.h>
#include <dspbridge/host_os.h>
#include <dspbridge/io.h>
#include <dspbridge/mbx_sh.h>
Go to the source code of this file.
Macros | |
#define | DEH_BASE MBX_DEH_BASE |
#define | DEH_LIMIT MBX_DEH_LIMIT |
#define | IO_INPUT 0 |
#define | IO_OUTPUT 1 |
#define | IO_SERVICE 2 |
Functions | |
void | io_cancel_chnl (struct io_mgr *hio_mgr, u32 chnl) |
void | io_dpc (unsigned long ref_data) |
int | io_mbox_msg (struct notifier_block *self, unsigned long len, void *msg) |
void | io_request_chnl (struct io_mgr *io_manager, struct chnl_object *pchnl, u8 io_mode, u16 *mbx_val) |
void | iosm_schedule (struct io_mgr *io_manager) |
int | io_sh_msetting (struct io_mgr *hio_mgr, u8 desc, void *pargs) |
u32 | io_buf_size (struct io_mgr *hio_mgr) |
#define DEH_BASE MBX_DEH_BASE |
#define DEH_LIMIT MBX_DEH_LIMIT |
int io_mbox_msg | ( | struct notifier_block * | self, |
unsigned long | len, | ||
void * | msg | ||
) |