Searched refs:io_mgr (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/ |
D | io_sm.h | 56 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);
|
D | dspio.h | 30 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,
|
D | io.h | 26 struct io_mgr; 63 extern int io_create(struct io_mgr **io_man, 80 extern int io_destroy(struct io_mgr *hio_mgr);
|
D | dspdefs.h | 741 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,
|
D | dev.h | 367 struct io_mgr **mgr);
|
D | _chnl_sm.h | 117 struct io_mgr *iomgr; /* IO manager */
|
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/ |
D | io.c | 45 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()
|
D | dev.c | 72 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/ |
D | io_sm.c | 89 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.h | 88 struct io_mgr *iomgr; /* IO manager */
|
D | tiomap3430_pwr.c | 88 struct io_mgr *hio_mgr; in handle_hibernation_from_dsp() 383 struct io_mgr *hio_mgr; in post_scale_dsp()
|
D | msg_sm.c | 55 struct io_mgr *hio_mgr; in bridge_msg_create()
|
D | tiomap3430.c | 390 struct io_mgr *hio_mgr; in bridge_brd_start()
|
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/ |
D | proc.c | 885 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()
|