Searched refs:bridge_dev_context (Results 1 – 18 of 18) sorted by relevance
/linux-2.6.39/drivers/staging/tidspbridge/core/ |
D | _tiomap_pwr.h | 32 extern int wake_dsp(struct bridge_dev_context *dev_context, 39 extern int sleep_dsp(struct bridge_dev_context *dev_context, 45 extern void interrupt_dsp(struct bridge_dev_context *dev_context, 52 extern int dsp_peripheral_clk_ctrl(struct bridge_dev_context 58 int handle_hibernation_from_dsp(struct bridge_dev_context *dev_context); 63 int post_scale_dsp(struct bridge_dev_context *dev_context, 69 int pre_scale_dsp(struct bridge_dev_context *dev_context, 75 int handle_constraints_set(struct bridge_dev_context *dev_context,
|
D | tiomap3430.c | 90 static int bridge_brd_monitor(struct bridge_dev_context *dev_ctxt); 91 static int bridge_brd_read(struct bridge_dev_context *dev_ctxt, 95 static int bridge_brd_start(struct bridge_dev_context *dev_ctxt, 97 static int bridge_brd_status(struct bridge_dev_context *dev_ctxt, 99 static int bridge_brd_stop(struct bridge_dev_context *dev_ctxt); 100 static int bridge_brd_write(struct bridge_dev_context *dev_ctxt, 104 static int bridge_brd_set_state(struct bridge_dev_context *dev_ctxt, 106 static int bridge_brd_mem_copy(struct bridge_dev_context *dev_ctxt, 109 static int bridge_brd_mem_write(struct bridge_dev_context *dev_ctxt, 112 static int bridge_brd_mem_map(struct bridge_dev_context *dev_ctxt, [all …]
|
D | tiomap_io.h | 50 extern int read_ext_dsp_data(struct bridge_dev_context *dev_ctxt, 57 extern int write_dsp_data(struct bridge_dev_context *dev_context, 67 extern int write_ext_dsp_data(struct bridge_dev_context *dev_context, 77 struct bridge_dev_context *dev_context, in write_ext32_bit_dsp_data() 91 extern inline u32 read_ext32_bit_dsp_data(const struct bridge_dev_context in read_ext32_bit_dsp_data()
|
D | tiomap3430_pwr.c | 56 int handle_constraints_set(struct bridge_dev_context *dev_context, in handle_constraints_set() 80 int handle_hibernation_from_dsp(struct bridge_dev_context *dev_context) in handle_hibernation_from_dsp() 149 int sleep_dsp(struct bridge_dev_context *dev_context, u32 dw_cmd, in sleep_dsp() 255 int wake_dsp(struct bridge_dev_context *dev_context, void *pargs) in wake_dsp() 281 int dsp_peripheral_clk_ctrl(struct bridge_dev_context *dev_context, in dsp_peripheral_clk_ctrl() 343 int pre_scale_dsp(struct bridge_dev_context *dev_context, void *pargs) in pre_scale_dsp() 376 int post_scale_dsp(struct bridge_dev_context *dev_context, in post_scale_dsp() 421 struct bridge_dev_context *bridge_context = NULL; in dsp_clk_wakeup_event_ctrl()
|
D | tiomap_io.c | 54 int read_ext_dsp_data(struct bridge_dev_context *dev_ctxt, in read_ext_dsp_data() 59 struct bridge_dev_context *dev_context = dev_ctxt; in read_ext_dsp_data() 182 int write_dsp_data(struct bridge_dev_context *dev_context, in write_dsp_data() 228 int write_ext_dsp_data(struct bridge_dev_context *dev_context, in write_ext_dsp_data() 387 int sm_interrupt_dsp(struct bridge_dev_context *dev_context, u16 mb_val) in sm_interrupt_dsp()
|
D | ue_deh.c | 90 struct bridge_dev_context *hbridge_context = NULL; in bridge_deh_create() 170 static void mmu_fault_print_stack(struct bridge_dev_context *dev_context) in mmu_fault_print_stack() 224 struct bridge_dev_context *dev_context; in bridge_deh_notify()
|
D | _deh.h | 28 struct bridge_dev_context *bridge_context; /* Bridge context. */
|
D | _tiomap.h | 321 struct bridge_dev_context { struct 380 int sm_interrupt_dsp(struct bridge_dev_context *dev_context, u16 mb_val);
|
D | io_sm.c | 92 struct bridge_dev_context *bridge_context; 172 struct bridge_dev_context *hbridge_context = NULL; in bridge_io_create() 295 struct bridge_dev_context *pbridge_context; in bridge_io_on_loaded() 1760 int print_dsp_trace_buffer(struct bridge_dev_context *hbridge_context) in print_dsp_trace_buffer() 1776 struct bridge_dev_context *pbridge_context = hbridge_context; in print_dsp_trace_buffer() 1927 int dump_dsp_stack(struct bridge_dev_context *bridge_context) in dump_dsp_stack() 2153 void dump_dl_modules(struct bridge_dev_context *bridge_context) in dump_dl_modules() 2157 struct bridge_dev_context *bridge_ctxt = bridge_context; in dump_dl_modules()
|
D | chnl_sm.c | 96 struct bridge_dev_context *dev_ctxt; in bridge_chnl_add_io_req() 547 struct bridge_dev_context *dev_ctxt; in bridge_chnl_get_ioc()
|
/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/ |
D | dspdefs.h | 41 struct bridge_dev_context; 63 typedef int(*fxn_brd_monitor) (struct bridge_dev_context *dev_ctxt); 82 typedef int(*fxn_brd_setstate) (struct bridge_dev_context 104 typedef int(*fxn_brd_start) (struct bridge_dev_context 127 typedef int(*fxn_brd_memcopy) (struct bridge_dev_context 152 typedef int(*fxn_brd_memwrite) (struct bridge_dev_context 175 typedef int(*fxn_brd_memmap) (struct bridge_dev_context 196 typedef int(*fxn_brd_memunmap) (struct bridge_dev_context 217 typedef int(*fxn_brd_stop) (struct bridge_dev_context *dev_ctxt); 235 typedef int(*fxn_brd_status) (struct bridge_dev_context *dev_ctxt, [all …]
|
D | io_sm.h | 150 extern int print_dsp_trace_buffer(struct bridge_dev_context 153 int dump_dsp_stack(struct bridge_dev_context *bridge_context); 155 void dump_dl_modules(struct bridge_dev_context *bridge_context);
|
D | dev.h | 477 struct bridge_dev_context
|
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/ |
D | pwr.c | 42 struct bridge_dev_context *dw_context; in pwr_sleep_dsp() 53 (struct bridge_dev_context **) in pwr_sleep_dsp() 85 struct bridge_dev_context *dw_context; in pwr_wake_dsp() 95 (struct bridge_dev_context in pwr_wake_dsp() 116 struct bridge_dev_context *dw_context; in pwr_pm_pre_scale() 129 (struct bridge_dev_context in pwr_pm_pre_scale() 150 struct bridge_dev_context *dw_context; in pwr_pm_post_scale() 163 (struct bridge_dev_context in pwr_pm_post_scale()
|
D | node.c | 318 struct bridge_dev_context *pbridge_context; in node_allocate() 2894 struct bridge_dev_context *pbridge_context; in get_proc_props() 3062 struct bridge_dev_context *hbridge_context; in ovly() 3105 struct bridge_dev_context *hbridge_context; in mem_write()
|
D | proc.c | 97 struct bridge_dev_context *bridge_context;
|
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/ |
D | ioobj.h | 32 struct bridge_dev_context *bridge_context; /* Bridge context. */
|
D | dev.c | 64 struct bridge_dev_context *bridge_context; 704 struct bridge_dev_context **phbridge_context) in dev_get_bridge_context()
|