Home
last modified time | relevance | path

Searched refs:dev_ctxt (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Ddspdefs.h63 typedef int(*fxn_brd_monitor) (struct bridge_dev_context *dev_ctxt);
83 * dev_ctxt, u32 brd_state);
105 * dev_ctxt, u32 dsp_addr);
128 * dev_ctxt,
153 * dev_ctxt,
176 * dev_ctxt, u32 ul_mpu_addr,
197 * dev_ctxt,
217 typedef int(*fxn_brd_stop) (struct bridge_dev_context *dev_ctxt);
235 typedef int(*fxn_brd_status) (struct bridge_dev_context *dev_ctxt,
259 typedef int(*fxn_brd_read) (struct bridge_dev_context *dev_ctxt,
[all …]
/linux-3.4.99/drivers/staging/tidspbridge/core/
Dtiomap3430.c83 static int bridge_brd_monitor(struct bridge_dev_context *dev_ctxt);
84 static int bridge_brd_read(struct bridge_dev_context *dev_ctxt,
88 static int bridge_brd_start(struct bridge_dev_context *dev_ctxt,
90 static int bridge_brd_status(struct bridge_dev_context *dev_ctxt,
92 static int bridge_brd_stop(struct bridge_dev_context *dev_ctxt);
93 static int bridge_brd_write(struct bridge_dev_context *dev_ctxt,
97 static int bridge_brd_set_state(struct bridge_dev_context *dev_ctxt,
99 static int bridge_brd_mem_copy(struct bridge_dev_context *dev_ctxt,
102 static int bridge_brd_mem_write(struct bridge_dev_context *dev_ctxt,
105 static int bridge_brd_mem_map(struct bridge_dev_context *dev_ctxt,
[all …]
Dchnl_sm.c93 struct bridge_dev_context *dev_ctxt; in bridge_chnl_add_io_req() local
126 dev_get_bridge_context(dev_obj, &dev_ctxt); in bridge_chnl_add_io_req()
127 if (!dev_ctxt) in bridge_chnl_add_io_req()
157 omap_mbox_disable_irq(dev_ctxt->mbox, IRQ_RX); in bridge_chnl_add_io_req()
212 omap_mbox_enable_irq(dev_ctxt->mbox, IRQ_RX); in bridge_chnl_add_io_req()
215 sm_interrupt_dsp(dev_ctxt, mb_val); in bridge_chnl_add_io_req()
527 struct bridge_dev_context *dev_ctxt; in bridge_chnl_get_ioc() local
540 dev_get_bridge_context(dev_obj, &dev_ctxt); in bridge_chnl_get_ioc()
541 if (!dev_ctxt) in bridge_chnl_get_ioc()
572 omap_mbox_disable_irq(dev_ctxt->mbox, IRQ_RX); in bridge_chnl_get_ioc()
[all …]
Dtiomap_io.h50 extern int read_ext_dsp_data(struct bridge_dev_context *dev_ctxt,
Dtiomap_io.c51 int read_ext_dsp_data(struct bridge_dev_context *dev_ctxt, in read_ext_dsp_data() argument
56 struct bridge_dev_context *dev_context = dev_ctxt; in read_ext_dsp_data()