Symbol: catpt_dev
sound/soc/intel/catpt/core.h
107
int catpt_dmac_probe(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
108
void catpt_dmac_remove(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
109
struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
110
int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struct dma_chan *chan,
sound/soc/intel/catpt/core.h
113
int catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan,
sound/soc/intel/catpt/core.h
117
void lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable);
sound/soc/intel/catpt/core.h
118
void wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable);
sound/soc/intel/catpt/core.h
119
int catpt_dsp_power_up(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
120
int catpt_dsp_power_down(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
121
int catpt_dsp_stall(struct catpt_dev *cdev, bool stall);
sound/soc/intel/catpt/core.h
122
void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram,
sound/soc/intel/catpt/core.h
124
int catpt_dsp_update_lpclock(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
135
int catpt_dsp_send_msg_timeout(struct catpt_dev *cdev,
sound/soc/intel/catpt/core.h
138
int catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request,
sound/soc/intel/catpt/core.h
141
int catpt_first_boot_firmware(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
142
int catpt_boot_firmware(struct catpt_dev *cdev, bool restore);
sound/soc/intel/catpt/core.h
143
int catpt_store_streams_context(struct catpt_dev *cdev, struct dma_chan *chan);
sound/soc/intel/catpt/core.h
144
int catpt_store_module_states(struct catpt_dev *cdev, struct dma_chan *chan);
sound/soc/intel/catpt/core.h
145
int catpt_store_memdumps(struct catpt_dev *cdev, struct dma_chan *chan);
sound/soc/intel/catpt/core.h
146
int catpt_coredump(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
16
struct catpt_dev;
sound/soc/intel/catpt/core.h
168
int catpt_register_plat_component(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
169
void catpt_stream_update_position(struct catpt_dev *cdev,
sound/soc/intel/catpt/core.h
173
catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id);
sound/soc/intel/catpt/core.h
174
int catpt_arm_stream_templates(struct catpt_dev *cdev);
sound/soc/intel/catpt/core.h
75
void (*pll_shutdown)(struct catpt_dev *cdev, bool enable);
sound/soc/intel/catpt/device.c
143
static int catpt_register_board(struct catpt_dev *cdev)
sound/soc/intel/catpt/device.c
168
static int catpt_probe_components(struct catpt_dev *cdev)
sound/soc/intel/catpt/device.c
222
static void catpt_dev_init(struct catpt_dev *cdev, struct device *dev,
sound/soc/intel/catpt/device.c
250
struct catpt_dev *cdev;
sound/soc/intel/catpt/device.c
316
struct catpt_dev *cdev = platform_get_drvdata(pdev);
sound/soc/intel/catpt/device.c
33
struct catpt_dev *cdev = dev_get_drvdata(dev);
sound/soc/intel/catpt/device.c
84
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
29
struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
310
int catpt_dsp_update_lpclock(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
322
static void catpt_dsp_set_regs_defaults(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
354
int catpt_dsp_power_down(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
399
int catpt_dsp_power_up(struct catpt_dev *cdev)
sound/soc/intel/catpt/dsp.c
453
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
126
int catpt_dsp_send_msg_timeout(struct catpt_dev *cdev,
sound/soc/intel/catpt/ipc.c
140
int catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request,
sound/soc/intel/catpt/ipc.c
148
catpt_dsp_notify_stream(struct catpt_dev *cdev, union catpt_notify_msg msg)
sound/soc/intel/catpt/ipc.c
185
static void catpt_dsp_copy_rx(struct catpt_dev *cdev, u32 header)
sound/soc/intel/catpt/ipc.c
197
static void catpt_dsp_process_response(struct catpt_dev *cdev, u32 header)
sound/soc/intel/catpt/ipc.c
245
struct catpt_dev *cdev = dev_id;
sound/soc/intel/catpt/ipc.c
268
struct catpt_dev *cdev = dev_id;
sound/soc/intel/catpt/ipc.c
55
static void catpt_dsp_send_tx(struct catpt_dev *cdev,
sound/soc/intel/catpt/ipc.c
67
static int catpt_wait_msg_completion(struct catpt_dev *cdev, int timeout)
sound/soc/intel/catpt/ipc.c
85
static int catpt_dsp_do_send_msg(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
115
int catpt_store_module_states(struct catpt_dev *cdev, struct dma_chan *chan)
sound/soc/intel/catpt/loader.c
145
int catpt_store_memdumps(struct catpt_dev *cdev, struct dma_chan *chan)
sound/soc/intel/catpt/loader.c
179
catpt_restore_streams_context(struct catpt_dev *cdev, struct dma_chan *chan)
sound/soc/intel/catpt/loader.c
205
static int catpt_restore_memdumps(struct catpt_dev *cdev, struct dma_chan *chan)
sound/soc/intel/catpt/loader.c
240
static int catpt_restore_fwimage(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
289
static int catpt_load_block(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
328
static int catpt_restore_basefw(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
371
static int catpt_restore_module(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
412
static int catpt_load_module(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
459
static int catpt_restore_firmware(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
505
static int catpt_load_firmware(struct catpt_dev *cdev,
sound/soc/intel/catpt/loader.c
541
static int catpt_load_image(struct catpt_dev *cdev, struct dma_chan *chan,
sound/soc/intel/catpt/loader.c
581
static int catpt_load_images(struct catpt_dev *cdev, bool restore)
sound/soc/intel/catpt/loader.c
605
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
89
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
207
int catpt_ipc_alloc_stream(struct catpt_dev *cdev,
sound/soc/intel/catpt/messages.h
217
int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id);
sound/soc/intel/catpt/messages.h
246
int catpt_ipc_set_device_format(struct catpt_dev *cdev,
sound/soc/intel/catpt/messages.h
271
int catpt_ipc_enter_dxstate(struct catpt_dev *cdev, enum catpt_dx_state state,
sound/soc/intel/catpt/messages.h
280
int catpt_ipc_get_mixer_stream_info(struct catpt_dev *cdev,
sound/soc/intel/catpt/messages.h
324
int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id);
sound/soc/intel/catpt/messages.h
325
int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id);
sound/soc/intel/catpt/messages.h
326
int catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id);
sound/soc/intel/catpt/messages.h
335
int catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id,
sound/soc/intel/catpt/messages.h
340
int catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id,
sound/soc/intel/catpt/messages.h
343
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
101
catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id)
sound/soc/intel/catpt/pcm.c
1016
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/pcm.c
1137
int catpt_arm_stream_templates(struct catpt_dev *cdev)
sound/soc/intel/catpt/pcm.c
117
static void catpt_stream_read_position(struct catpt_dev *cdev,
sound/soc/intel/catpt/pcm.c
1176
int catpt_register_plat_component(struct catpt_dev *cdev)
sound/soc/intel/catpt/pcm.c
123
static u32 catpt_stream_volume(struct catpt_dev *cdev,
sound/soc/intel/catpt/pcm.c
136
static u32 catpt_mixer_volume(struct catpt_dev *cdev,
sound/soc/intel/catpt/pcm.c
260
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
306
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
323
static int catpt_set_dspvol(struct catpt_dev *cdev, u8 stream_id, long *ctlvol);
sound/soc/intel/catpt/pcm.c
330
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
376
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
427
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
444
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
468
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
517
void catpt_stream_update_position(struct catpt_dev *cdev,
sound/soc/intel/catpt/pcm.c
580
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/pcm.c
607
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/pcm.c
633
struct catpt_dev *cdev = dev_get_drvdata(dai->dev);
sound/soc/intel/catpt/pcm.c
819
static int catpt_set_dspvol(struct catpt_dev *cdev, u8 stream_id, long *ctlvol)
sound/soc/intel/catpt/pcm.c
863
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/pcm.c
886
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/pcm.c
907
struct catpt_dev *cdev = dev_get_drvdata(component->dev);
sound/soc/intel/catpt/pcm.c
940
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);