Lines Matching defs:cdev
29 struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev) in catpt_dma_request_config_chan()
62 static int catpt_dma_memcpy(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy()
89 int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy_todsp()
97 int catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy_fromdsp()
105 int catpt_dmac_probe(struct catpt_dev *cdev) in catpt_dmac_probe()
133 void catpt_dmac_remove(struct catpt_dev *cdev) in catpt_dmac_remove()
144 static void catpt_dsp_set_srampge(struct catpt_dev *cdev, struct resource *sram, in catpt_dsp_set_srampge()
179 void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram, in catpt_dsp_update_srampge()
207 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall) in catpt_dsp_stall()
219 static int catpt_dsp_reset(struct catpt_dev *cdev, bool reset) in catpt_dsp_reset()
231 void lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable) in lpt_dsp_pll_shutdown()
239 void wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable) in wpt_dsp_pll_shutdown()
247 static int catpt_dsp_select_lpclock(struct catpt_dev *cdev, bool lp, bool waiti) in catpt_dsp_select_lpclock()
303 int catpt_dsp_update_lpclock(struct catpt_dev *cdev) in catpt_dsp_update_lpclock()
315 static void catpt_dsp_set_regs_defaults(struct catpt_dev *cdev) in catpt_dsp_set_regs_defaults()
347 int lpt_dsp_power_down(struct catpt_dev *cdev) in lpt_dsp_power_down()
369 int lpt_dsp_power_up(struct catpt_dev *cdev) in lpt_dsp_power_up()
393 int wpt_dsp_power_down(struct catpt_dev *cdev) in wpt_dsp_power_down()
438 int wpt_dsp_power_up(struct catpt_dev *cdev) in wpt_dsp_power_up()
492 int catpt_coredump(struct catpt_dev *cdev) in catpt_coredump()