Lines Matching refs:catpt_dev

16 struct catpt_dev;
74 void (*pll_shutdown)(struct catpt_dev *cdev, bool enable);
77 struct catpt_dev {
106 int catpt_dmac_probe(struct catpt_dev *cdev);
107 void catpt_dmac_remove(struct catpt_dev *cdev);
108 struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev);
109 int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struct dma_chan *chan,
112 int catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan,
116 void lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable);
117 void wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable);
118 int catpt_dsp_power_up(struct catpt_dev *cdev);
119 int catpt_dsp_power_down(struct catpt_dev *cdev);
120 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall);
121 void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram,
123 int catpt_dsp_update_lpclock(struct catpt_dev *cdev);
134 int catpt_dsp_send_msg_timeout(struct catpt_dev *cdev,
137 int catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request,
140 int catpt_first_boot_firmware(struct catpt_dev *cdev);
141 int catpt_boot_firmware(struct catpt_dev *cdev, bool restore);
142 int catpt_store_streams_context(struct catpt_dev *cdev, struct dma_chan *chan);
143 int catpt_store_module_states(struct catpt_dev *cdev, struct dma_chan *chan);
144 int catpt_store_memdumps(struct catpt_dev *cdev, struct dma_chan *chan);
145 int catpt_coredump(struct catpt_dev *cdev);
167 int catpt_register_plat_component(struct catpt_dev *cdev);
168 void catpt_stream_update_position(struct catpt_dev *cdev,
172 catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id);
173 int catpt_arm_stream_templates(struct catpt_dev *cdev);