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()
99 int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy_todsp()
107 int catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy_fromdsp()
115 int catpt_dmac_probe(struct catpt_dev *cdev) in catpt_dmac_probe()
143 void catpt_dmac_remove(struct catpt_dev *cdev) in catpt_dmac_remove()
154 static void catpt_dsp_set_srampge(struct catpt_dev *cdev, struct resource *sram, in catpt_dsp_set_srampge()
189 void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram, in catpt_dsp_update_srampge()
217 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall) in catpt_dsp_stall()
229 static int catpt_dsp_reset(struct catpt_dev *cdev, bool reset) in catpt_dsp_reset()
241 void lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable) in lpt_dsp_pll_shutdown()
249 void wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable) in wpt_dsp_pll_shutdown()
257 static int catpt_dsp_select_lpclock(struct catpt_dev *cdev, bool lp, bool waiti) in catpt_dsp_select_lpclock()
313 int catpt_dsp_update_lpclock(struct catpt_dev *cdev) in catpt_dsp_update_lpclock()
325 static void catpt_dsp_set_regs_defaults(struct catpt_dev *cdev) in catpt_dsp_set_regs_defaults()
357 int catpt_dsp_power_down(struct catpt_dev *cdev) in catpt_dsp_power_down()
402 int catpt_dsp_power_up(struct catpt_dev *cdev) in catpt_dsp_power_up()
456 int catpt_coredump(struct catpt_dev *cdev) in catpt_coredump()