Symbol: catpt_dev
sound/soc/intel/catpt/core.h
106
int catpt_dmac_probe(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
107
void catpt_dmac_remove(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
108
struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
109
int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struct dma_chan *chan,
sound/soc/intel/catpt/core.h
112
int catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan,
sound/soc/intel/catpt/core.h
116
void lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable);
sound/soc/intel/catpt/core.h
117
void wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable);
sound/soc/intel/catpt/core.h
118
int catpt_dsp_power_up(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
119
int catpt_dsp_power_down(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
120
int catpt_dsp_stall(struct catpt_dev *cdev, bool stall);
sound/soc/intel/catpt/core.h
121
void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram,
sound/soc/intel/catpt/core.h
123
int catpt_dsp_update_lpclock(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
134
int catpt_dsp_send_msg_timeout(struct catpt_dev *cdev,
sound/soc/intel/catpt/core.h
137
int catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request,
sound/soc/intel/catpt/core.h
140
int catpt_first_boot_firmware(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
141
int catpt_boot_firmware(struct catpt_dev *cdev, bool restore);
sound/soc/intel/catpt/core.h
142
int catpt_store_streams_context(struct catpt_dev *cdev, struct dma_chan *chan);
sound/soc/intel/catpt/core.h
143
int catpt_store_module_states(struct catpt_dev *cdev, struct dma_chan *chan);
sound/soc/intel/catpt/core.h
144
int catpt_store_memdumps(struct catpt_dev *cdev, struct dma_chan *chan);
sound/soc/intel/catpt/core.h
145
int catpt_coredump(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
16
struct catpt_dev;
sound/soc/intel/catpt/core.h
167
int catpt_register_plat_component(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
168
void catpt_stream_update_position(struct catpt_dev *cdev,
sound/soc/intel/catpt/core.h
172
catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id);
sound/soc/intel/catpt/core.h
173
int catpt_arm_stream_templates(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
74
void (*pll_shutdown)(struct catpt_dev *cdev, bool enable);
sound/soc/intel/catpt/device.c
140
static int catpt_register_board(struct catpt_dev *cdev)
sound/soc/intel/catpt/device.c
165
static int catpt_probe_components(struct catpt_dev *cdev)
sound/soc/intel/catpt/device.c
219
static void catpt_dev_init(struct catpt_dev *cdev, struct device *dev,
sound/soc/intel/catpt/device.c
244
struct catpt_dev *cdev;
sound/soc/intel/catpt/device.c
30
struct catpt_dev *cdev = dev_get_drvdata(dev);
sound/soc/intel/catpt/device.c
310
struct catpt_dev *cdev = platform_get_drvdata(pdev);
sound/soc/intel/catpt/device.c
81
struct catpt_dev *cdev = dev_get_drvdata(dev);
sound/soc/intel/catpt/dsp.c
107
int catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan,
sound/soc/intel/catpt/dsp.c
115
int catpt_dmac_probe(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
140
void catpt_dmac_remove(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
151
static void catpt_dsp_set_srampge(struct catpt_dev *cdev, struct resource *sram,
sound/soc/intel/catpt/dsp.c
186
void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram,
sound/soc/intel/catpt/dsp.c
214
int catpt_dsp_stall(struct catpt_dev *cdev, bool stall)
sound/soc/intel/catpt/dsp.c
226
static int catpt_dsp_reset(struct catpt_dev *cdev, bool reset)
sound/soc/intel/catpt/dsp.c
238
void lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable)
sound/soc/intel/catpt/dsp.c
246
void wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable)
sound/soc/intel/catpt/dsp.c
254
static int catpt_dsp_select_lpclock(struct catpt_dev *cdev, bool lp, bool waiti)
sound/soc/intel/catpt/dsp.c
30
struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
305
int catpt_dsp_update_lpclock(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
317
static void catpt_dsp_set_regs_defaults(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
349
int catpt_dsp_power_down(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
394
int catpt_dsp_power_up(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
448
int catpt_coredump(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
62
static int catpt_dma_memcpy(struct catpt_dev *cdev, struct dma_chan *chan,
sound/soc/intel/catpt/dsp.c
99
int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struct dma_chan *chan,
sound/soc/intel/catpt/ipc.c
127
int catpt_dsp_send_msg_timeout(struct catpt_dev *cdev,
sound/soc/intel/catpt/ipc.c
136
int catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request,
sound/soc/intel/catpt/ipc.c
144
catpt_dsp_notify_stream(struct catpt_dev *cdev, union catpt_notify_msg msg)
sound/soc/intel/catpt/ipc.c
183
static void catpt_dsp_copy_rx(struct catpt_dev *cdev, u32 header)
sound/soc/intel/catpt/ipc.c
195
static void catpt_dsp_process_response(struct catpt_dev *cdev, u32 header)
sound/soc/intel/catpt/ipc.c
251
struct catpt_dev *cdev = dev_id;
sound/soc/intel/catpt/ipc.c
274
struct catpt_dev *cdev = dev_id;
sound/soc/intel/catpt/ipc.c
56
static void catpt_dsp_send_tx(struct catpt_dev *cdev,
sound/soc/intel/catpt/ipc.c
68
static int catpt_wait_msg_completion(struct catpt_dev *cdev, int timeout)
sound/soc/intel/catpt/ipc.c
86
static int catpt_dsp_do_send_msg(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
111
int catpt_store_module_states(struct catpt_dev *cdev, struct dma_chan *chan)
sound/soc/intel/catpt/loader.c
141
int catpt_store_memdumps(struct catpt_dev *cdev, struct dma_chan *chan)
sound/soc/intel/catpt/loader.c
175
catpt_restore_streams_context(struct catpt_dev *cdev, struct dma_chan *chan)
sound/soc/intel/catpt/loader.c
202
static int catpt_restore_memdumps(struct catpt_dev *cdev, struct dma_chan *chan)
sound/soc/intel/catpt/loader.c
237
static int catpt_restore_fwimage(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
286
static int catpt_load_block(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
325
static int catpt_restore_basefw(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
368
static int catpt_restore_module(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
409
static int catpt_load_module(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
456
static int catpt_restore_firmware(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
502
static int catpt_load_firmware(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
538
static int catpt_load_image(struct catpt_dev *cdev, struct dma_chan *chan,
sound/soc/intel/catpt/loader.c
578
static int catpt_load_images(struct catpt_dev *cdev, bool restore)
sound/soc/intel/catpt/loader.c
602
int catpt_boot_firmware(struct catpt_dev *cdev, bool restore)
sound/soc/intel/catpt/loader.c
634
int catpt_first_boot_firmware(struct catpt_dev *cdev)
sound/soc/intel/catpt/loader.c
84
int catpt_store_streams_context(struct catpt_dev *cdev, struct dma_chan *chan)
sound/soc/intel/catpt/messages.c
109
int catpt_ipc_set_device_format(struct catpt_dev *cdev,
sound/soc/intel/catpt/messages.c
122
int catpt_ipc_enter_dxstate(struct catpt_dev *cdev, enum catpt_dx_state state,
sound/soc/intel/catpt/messages.c
13
int catpt_ipc_get_fw_version(struct catpt_dev *cdev,
sound/soc/intel/catpt/messages.c
137
int catpt_ipc_get_mixer_stream_info(struct catpt_dev *cdev,
sound/soc/intel/catpt/messages.c
150
int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id)
sound/soc/intel/catpt/messages.c
161
int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id)
sound/soc/intel/catpt/messages.c
172
int catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id)
sound/soc/intel/catpt/messages.c
190
int catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id,
sound/soc/intel/catpt/messages.c
218
int catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id,
sound/soc/intel/catpt/messages.c
237
int catpt_ipc_mute_loopback(struct catpt_dev *cdev, u8 stream_hw_id, bool mute)
sound/soc/intel/catpt/messages.c
40
int catpt_ipc_alloc_stream(struct catpt_dev *cdev,
sound/soc/intel/catpt/messages.c
97
int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id)
sound/soc/intel/catpt/messages.h
11
struct catpt_dev;
sound/soc/intel/catpt/messages.h
210
int catpt_ipc_alloc_stream(struct catpt_dev *cdev,
sound/soc/intel/catpt/messages.h
220
int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id);
sound/soc/intel/catpt/messages.h
249
int catpt_ipc_set_device_format(struct catpt_dev *cdev,
sound/soc/intel/catpt/messages.h
274
int catpt_ipc_enter_dxstate(struct catpt_dev *cdev, enum catpt_dx_state state,
sound/soc/intel/catpt/messages.h
283
int catpt_ipc_get_mixer_stream_info(struct catpt_dev *cdev,
sound/soc/intel/catpt/messages.h
327
int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id);
sound/soc/intel/catpt/messages.h
328
int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id);
sound/soc/intel/catpt/messages.h
329
int catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id);
sound/soc/intel/catpt/messages.h
338
int catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id,
sound/soc/intel/catpt/messages.h
343
int catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id,
sound/soc/intel/catpt/messages.h
346
int catpt_ipc_mute_loopback(struct catpt_dev *cdev, u8 stream_hw_id, bool mute);
sound/soc/intel/catpt/messages.h
69
int catpt_ipc_get_fw_version(struct catpt_dev *cdev,
sound/soc/intel/catpt/pcm.c
102
struct catpt_stream_runtime *catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id)
sound/soc/intel/catpt/pcm.c
1034
int catpt_arm_stream_templates(struct catpt_dev *cdev)
sound/soc/intel/catpt/pcm.c
1073
int catpt_register_plat_component(struct catpt_dev *cdev)
sound/soc/intel/catpt/pcm.c
114
static u8 catpt_stream_hw_id(struct catpt_dev *cdev, enum catpt_pin_id pin_id)
sound/soc/intel/catpt/pcm.c
134
static u32 *catpt_stream_volume_regs(struct catpt_dev *cdev, enum catpt_pin_id pin_id)
sound/soc/intel/catpt/pcm.c
153
static void catpt_stream_read_position(struct catpt_dev *cdev,
sound/soc/intel/catpt/pcm.c
270
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
312
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
325
static int catpt_set_dspvol(struct catpt_dev *cdev, u8 stream_id, long *ctlvol);
sound/soc/intel/catpt/pcm.c
332
static int catpt_apply_volume(struct catpt_dev *cdev, struct snd_soc_card *card, const char *name)
sound/soc/intel/catpt/pcm.c
344
static int catpt_apply_mute(struct catpt_dev *cdev, struct snd_soc_card *card)
sound/soc/intel/catpt/pcm.c
358
static int catpt_apply_controls(struct catpt_dev *cdev, struct snd_soc_card *card,
sound/soc/intel/catpt/pcm.c
394
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
448
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
469
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
493
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
542
void catpt_stream_update_position(struct catpt_dev *cdev,
sound/soc/intel/catpt/pcm.c
605
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/pcm.c
632
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/pcm.c
658
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
844
static int catpt_set_dspvol(struct catpt_dev *cdev, u8 stream_id, long *ctlvol)
sound/soc/intel/catpt/pcm.c
887
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/pcm.c
913
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/pcm.c
947
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/sysfs.c
14
struct catpt_dev *cdev = dev_get_drvdata(dev);
sound/soc/intel/catpt/sysfs.c
37
struct catpt_dev *cdev = dev_get_drvdata(dev);