Home
last modified time | relevance | path

Searched refs:io_mgr (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/
Dio_sm.h56 extern void io_cancel_chnl(struct io_mgr *hio_mgr, u32 chnl);
105 extern void io_request_chnl(struct io_mgr *io_manager,
120 extern void iosm_schedule(struct io_mgr *io_manager);
136 extern int io_sh_msetting(struct io_mgr *hio_mgr, u8 desc, void *pargs);
143 extern u32 io_buf_size(struct io_mgr *hio_mgr);
159 void print_dsp_debug_trace(struct io_mgr *hio_mgr);
Ddspio.h30 extern int bridge_io_create(struct io_mgr **io_man,
34 extern int bridge_io_destroy(struct io_mgr *hio_mgr);
36 extern int bridge_io_on_loaded(struct io_mgr *hio_mgr);
38 extern int bridge_io_get_proc_load(struct io_mgr *hio_mgr,
Dio.h26 struct io_mgr;
63 extern int io_create(struct io_mgr **io_man,
80 extern int io_destroy(struct io_mgr *hio_mgr);
Ddspdefs.h741 typedef int(*fxn_io_create) (struct io_mgr **io_man,
759 typedef int(*fxn_io_destroy) (struct io_mgr *hio_mgr);
776 typedef int(*fxn_io_onloaded) (struct io_mgr *hio_mgr);
792 typedef int(*fxn_io_getprocload) (struct io_mgr *hio_mgr,
Ddev.h367 struct io_mgr **mgr);
D_chnl_sm.h117 struct io_mgr *iomgr; /* IO manager */
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/
Dio.c45 int io_create(struct io_mgr **io_man, struct dev_object *hdev_obj, in io_create()
49 struct io_mgr *hio_mgr = NULL; in io_create()
91 int io_destroy(struct io_mgr *hio_mgr) in io_destroy()
Ddev.c72 struct io_mgr *iomgr; /* IO manager (CHNL, msg_ctrl) */
599 struct io_mgr **io_man) in dev_get_io_mgr()
/linux-2.6.39/drivers/staging/tidspbridge/core/
Dio_sm.c89 struct io_mgr { struct
135 static void io_dispatch_pm(struct io_mgr *pio_mgr); argument
138 static void input_chnl(struct io_mgr *pio_mgr, struct chnl_object *pchnl,
140 static void output_chnl(struct io_mgr *pio_mgr, struct chnl_object *pchnl,
142 static void input_msg(struct io_mgr *pio_mgr, struct msg_mgr *hmsg_mgr);
143 static void output_msg(struct io_mgr *pio_mgr, struct msg_mgr *hmsg_mgr);
148 static int register_shm_segs(struct io_mgr *hio_mgr,
167 int bridge_io_create(struct io_mgr **io_man, in bridge_io_create()
171 struct io_mgr *pio_mgr = NULL; in bridge_io_create()
199 pio_mgr = kzalloc(sizeof(struct io_mgr), GFP_KERNEL); in bridge_io_create()
[all …]
D_msg_sm.h88 struct io_mgr *iomgr; /* IO manager */
Dtiomap3430_pwr.c88 struct io_mgr *hio_mgr; in handle_hibernation_from_dsp()
383 struct io_mgr *hio_mgr; in post_scale_dsp()
Dmsg_sm.c55 struct io_mgr *hio_mgr; in bridge_msg_create()
Dtiomap3430.c390 struct io_mgr *hio_mgr; in bridge_brd_start()
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Dproc.c885 struct io_mgr *hio_mgr = NULL; /* IO manager handle */ in proc_get_resource_info()
1088 struct io_mgr *hio_mgr; /* IO manager handle */ in proc_load()