/linux-6.12.1/sound/soc/sof/intel/ |
D | hda.h | 545 static inline struct hdac_bus *sof_to_bus(struct snd_sof_dev *s) in sof_to_bus() 552 static inline struct hda_bus *sof_to_hbus(struct snd_sof_dev *s) in sof_to_hbus() 560 struct snd_sof_dev *sdev; 583 bool hda_is_chain_dma_supported(struct snd_sof_dev *sdev, u32 dai_type); 588 int hda_dsp_probe_early(struct snd_sof_dev *sdev); 589 int hda_dsp_probe(struct snd_sof_dev *sdev); 590 void hda_dsp_remove(struct snd_sof_dev *sdev); 591 void hda_dsp_remove_late(struct snd_sof_dev *sdev); 592 int hda_dsp_core_power_up(struct snd_sof_dev *sdev, unsigned int core_mask); 593 int hda_dsp_core_run(struct snd_sof_dev *sdev, unsigned int core_mask); [all …]
|
D | mtl.h | 124 bool mtl_dsp_check_ipc_irq(struct snd_sof_dev *sdev); 125 int mtl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg); 127 void mtl_enable_ipc_interrupts(struct snd_sof_dev *sdev); 128 void mtl_disable_ipc_interrupts(struct snd_sof_dev *sdev); 130 int mtl_enable_interrupts(struct snd_sof_dev *sdev, bool enable); 132 int mtl_dsp_pre_fw_run(struct snd_sof_dev *sdev); 133 int mtl_dsp_post_fw_run(struct snd_sof_dev *sdev); 134 void mtl_dsp_dump(struct snd_sof_dev *sdev, u32 flags); 136 int mtl_power_down_dsp(struct snd_sof_dev *sdev); 137 int mtl_dsp_cl_init(struct snd_sof_dev *sdev, int stream_tag, bool imr_boot); [all …]
|
D | atom.h | 60 int atom_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg); 61 int atom_get_mailbox_offset(struct snd_sof_dev *sdev); 62 int atom_get_window_offset(struct snd_sof_dev *sdev, u32 id); 64 int atom_run(struct snd_sof_dev *sdev); 65 int atom_reset(struct snd_sof_dev *sdev); 66 void atom_dump(struct snd_sof_dev *sdev, u32 flags); 68 struct snd_soc_acpi_mach *atom_machine_select(struct snd_sof_dev *sdev); 70 struct snd_sof_dev *sdev);
|
D | atom.c | 28 static void atom_host_done(struct snd_sof_dev *sdev); 29 static void atom_dsp_done(struct snd_sof_dev *sdev); 35 static void atom_get_registers(struct snd_sof_dev *sdev, in atom_get_registers() 61 void atom_dump(struct snd_sof_dev *sdev, u32 flags) in atom_dump() 105 struct snd_sof_dev *sdev = context; in atom_irq_handler() 138 struct snd_sof_dev *sdev = context; in atom_irq_thread() 181 int atom_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in atom_send_msg() 196 int atom_get_mailbox_offset(struct snd_sof_dev *sdev) in atom_get_mailbox_offset() 202 int atom_get_window_offset(struct snd_sof_dev *sdev, u32 id) in atom_get_window_offset() 208 static void atom_host_done(struct snd_sof_dev *sdev) in atom_host_done() [all …]
|
D | hda-dsp.c | 45 static void hda_get_interfaces(struct snd_sof_dev *sdev, u32 *interface_mask) in hda_get_interfaces() 85 u32 hda_get_interface_mask(struct snd_sof_dev *sdev) in hda_get_interface_mask() 95 bool hda_is_chain_dma_supported(struct snd_sof_dev *sdev, u32 dai_type) in hda_is_chain_dma_supported() 129 static int hda_dsp_core_reset_enter(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_reset_enter() 168 static int hda_dsp_core_reset_leave(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_reset_leave() 208 int hda_dsp_core_stall_reset(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_stall_reset() 221 bool hda_dsp_core_is_enabled(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_is_enabled() 247 int hda_dsp_core_run(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_run() 279 int hda_dsp_core_power_up(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_power_up() 327 static int hda_dsp_core_power_down(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_power_down() [all …]
|
D | hda-codec.c | 76 void hda_codec_jack_wake_enable(struct snd_sof_dev *sdev, bool enable) in hda_codec_jack_wake_enable() 107 void hda_codec_jack_check(struct snd_sof_dev *sdev) in hda_codec_jack_check() 149 static int hda_codec_probe(struct snd_sof_dev *sdev, int address) in hda_codec_probe() 217 void hda_codec_probe_bus(struct snd_sof_dev *sdev) in hda_codec_probe_bus() 242 void hda_codec_check_for_state_change(struct snd_sof_dev *sdev) in hda_codec_check_for_state_change() 255 void hda_codec_detect_mask(struct snd_sof_dev *sdev) in hda_codec_detect_mask() 280 void hda_codec_init_cmd_io(struct snd_sof_dev *sdev) in hda_codec_init_cmd_io() 293 void hda_codec_resume_cmd_io(struct snd_sof_dev *sdev) in hda_codec_resume_cmd_io() 307 void hda_codec_stop_cmd_io(struct snd_sof_dev *sdev) in hda_codec_stop_cmd_io() 320 void hda_codec_suspend_cmd_io(struct snd_sof_dev *sdev) in hda_codec_suspend_cmd_io() [all …]
|
D | hda-dai-ops.c | 50 struct snd_sof_dev *sdev; in hda_link_stream_assign() 118 static struct hdac_ext_stream *hda_get_hext_stream(struct snd_sof_dev *sdev, in hda_get_hext_stream() 125 static struct hdac_ext_stream *hda_ipc4_get_hext_stream(struct snd_sof_dev *sdev, in hda_ipc4_get_hext_stream() 145 static struct hdac_ext_stream *hda_assign_hext_stream(struct snd_sof_dev *sdev, in hda_assign_hext_stream() 160 static void hda_release_hext_stream(struct snd_sof_dev *sdev, struct snd_soc_dai *cpu_dai, in hda_release_hext_stream() 169 static void hda_setup_hext_stream(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream, in hda_setup_hext_stream() 175 static void hda_reset_hext_stream(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream) in hda_reset_hext_stream() 180 static void hda_codec_dai_set_stream(struct snd_sof_dev *sdev, in hda_codec_dai_set_stream() 191 static unsigned int hda_calc_stream_format(struct snd_sof_dev *sdev, in hda_calc_stream_format() 216 static struct hdac_ext_link *hda_get_hlink(struct snd_sof_dev *sdev, in hda_get_hlink() [all …]
|
D | lnl.c | 52 static int lnl_hda_dsp_probe(struct snd_sof_dev *sdev) in lnl_hda_dsp_probe() 63 static void lnl_hda_dsp_remove(struct snd_sof_dev *sdev) in lnl_hda_dsp_remove() 75 static int lnl_hda_dsp_resume(struct snd_sof_dev *sdev) in lnl_hda_dsp_resume() 86 static int lnl_hda_dsp_runtime_resume(struct snd_sof_dev *sdev) in lnl_hda_dsp_runtime_resume() 97 static int lnl_dsp_post_fw_run(struct snd_sof_dev *sdev) in lnl_dsp_post_fw_run() 114 int sof_lnl_ops_init(struct snd_sof_dev *sdev) in sof_lnl_ops_init() 188 static bool lnl_dsp_check_sdw_irq(struct snd_sof_dev *sdev) in lnl_dsp_check_sdw_irq() 195 static void lnl_enable_sdw_irq(struct snd_sof_dev *sdev, bool enable) in lnl_enable_sdw_irq() 202 static int lnl_dsp_disable_interrupts(struct snd_sof_dev *sdev) in lnl_dsp_disable_interrupts() 209 static bool lnl_sdw_check_wakeen_irq(struct snd_sof_dev *sdev) in lnl_sdw_check_wakeen_irq()
|
D | shim.h | 190 int (*read_sdw_lcount)(struct snd_sof_dev *sdev); 191 void (*enable_sdw_irq)(struct snd_sof_dev *sdev, bool enable); 192 bool (*check_sdw_irq)(struct snd_sof_dev *sdev); 193 bool (*check_sdw_wakeen_irq)(struct snd_sof_dev *sdev); 194 void (*sdw_process_wakeen)(struct snd_sof_dev *sdev); 195 bool (*check_ipc_irq)(struct snd_sof_dev *sdev); 196 int (*power_down_dsp)(struct snd_sof_dev *sdev); 197 int (*disable_interrupts)(struct snd_sof_dev *sdev); 198 int (*cl_init)(struct snd_sof_dev *sdev, int stream_tag, bool imr_boot);
|
D | mtl.c | 31 static void mtl_ipc_host_done(struct snd_sof_dev *sdev) in mtl_ipc_host_done() 46 static void mtl_ipc_dsp_done(struct snd_sof_dev *sdev) in mtl_ipc_dsp_done() 61 bool mtl_dsp_check_ipc_irq(struct snd_sof_dev *sdev) in mtl_dsp_check_ipc_irq() 83 static bool mtl_dsp_check_sdw_irq(struct snd_sof_dev *sdev) in mtl_dsp_check_sdw_irq() 98 int mtl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in mtl_ipc_send_msg() 126 void mtl_enable_ipc_interrupts(struct snd_sof_dev *sdev) in mtl_enable_ipc_interrupts() 140 void mtl_disable_ipc_interrupts(struct snd_sof_dev *sdev) in mtl_disable_ipc_interrupts() 154 static void mtl_enable_sdw_irq(struct snd_sof_dev *sdev, bool enable) in mtl_enable_sdw_irq() 182 int mtl_enable_interrupts(struct snd_sof_dev *sdev, bool enable) in mtl_enable_interrupts() 240 int mtl_dsp_pre_fw_run(struct snd_sof_dev *sdev) in mtl_dsp_pre_fw_run() [all …]
|
D | hda-ipc.c | 29 static void hda_dsp_ipc_host_done(struct snd_sof_dev *sdev) in hda_dsp_ipc_host_done() 47 static void hda_dsp_ipc_dsp_done(struct snd_sof_dev *sdev) in hda_dsp_ipc_dsp_done() 65 int hda_dsp_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc_send_msg() 104 int hda_dsp_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc4_send_msg() 131 void hda_dsp_ipc_get_reply(struct snd_sof_dev *sdev) in hda_dsp_ipc_get_reply() 170 struct snd_sof_dev *sdev = context; in hda_dsp_ipc4_irq_thread() 253 struct snd_sof_dev *sdev = context; in hda_dsp_ipc_irq_thread() 364 bool hda_dsp_check_ipc_irq(struct snd_sof_dev *sdev) in hda_dsp_check_ipc_irq() 397 int hda_dsp_ipc_get_mailbox_offset(struct snd_sof_dev *sdev) in hda_dsp_ipc_get_mailbox_offset() 403 int hda_dsp_ipc_get_window_offset(struct snd_sof_dev *sdev, u32 id) in hda_dsp_ipc_get_window_offset() [all …]
|
D | hda.c | 77 struct snd_sof_dev *sdev = widget_to_sdev(w); in sdw_params_free() 130 static int hda_sdw_acpi_scan(struct snd_sof_dev *sdev) in hda_sdw_acpi_scan() 152 static int hda_sdw_probe(struct snd_sof_dev *sdev) in hda_sdw_probe() 221 int hda_sdw_startup(struct snd_sof_dev *sdev) in hda_sdw_startup() 243 static int hda_sdw_exit(struct snd_sof_dev *sdev) in hda_sdw_exit() 258 bool hda_common_check_sdw_irq(struct snd_sof_dev *sdev) in hda_common_check_sdw_irq() 285 static bool hda_dsp_check_sdw_irq(struct snd_sof_dev *sdev) in hda_dsp_check_sdw_irq() 305 bool hda_sdw_check_wakeen_irq_common(struct snd_sof_dev *sdev) in hda_sdw_check_wakeen_irq_common() 319 static bool hda_sdw_check_wakeen_irq(struct snd_sof_dev *sdev) in hda_sdw_check_wakeen_irq() 334 void hda_sdw_process_wakeen_common(struct snd_sof_dev *sdev) in hda_sdw_process_wakeen_common() [all …]
|
/linux-6.12.1/sound/soc/sof/ |
D | sof-priv.h | 125 struct snd_sof_dev; 176 int (*probe_early)(struct snd_sof_dev *sof_dev); /* optional */ 177 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */ 178 void (*remove)(struct snd_sof_dev *sof_dev); /* optional */ 179 void (*remove_late)(struct snd_sof_dev *sof_dev); /* optional */ 180 int (*shutdown)(struct snd_sof_dev *sof_dev); /* optional */ 183 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */ 184 int (*stall)(struct snd_sof_dev *sof_dev, unsigned int core_mask); /* optional */ 185 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */ 186 int (*core_get)(struct snd_sof_dev *sof_dev, int core); /* optional */ [all …]
|
D | ops.h | 24 static inline int sof_ops_init(struct snd_sof_dev *sdev) in sof_ops_init() 32 static inline void sof_ops_free(struct snd_sof_dev *sdev) in sof_ops_free() 41 static inline int snd_sof_probe_early(struct snd_sof_dev *sdev) in snd_sof_probe_early() 49 static inline int snd_sof_probe(struct snd_sof_dev *sdev) in snd_sof_probe() 54 static inline void snd_sof_remove(struct snd_sof_dev *sdev) in snd_sof_remove() 60 static inline void snd_sof_remove_late(struct snd_sof_dev *sdev) in snd_sof_remove_late() 66 static inline int snd_sof_shutdown(struct snd_sof_dev *sdev) in snd_sof_shutdown() 80 static inline int snd_sof_dsp_run(struct snd_sof_dev *sdev) in snd_sof_dsp_run() 85 static inline int snd_sof_dsp_stall(struct snd_sof_dev *sdev, unsigned int core_mask) in snd_sof_dsp_stall() 93 static inline int snd_sof_dsp_reset(struct snd_sof_dev *sdev) in snd_sof_dsp_reset() [all …]
|
D | sof-audio.h | 131 int (*pcm_setup)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm); 132 void (*pcm_free)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm); 163 void (*update)(struct snd_sof_dev *sdev, void *ipc_control_message); 165 int (*widget_kcontrol_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget); 223 int (*route_setup)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute); 224 int (*route_free)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute); 226 int (*control_setup)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol); 227 int (*control_free)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol); 228 int (*pipeline_complete)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget); 229 int (*widget_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget); [all …]
|
D | sof-client.c | 73 static int sof_register_ipc_flood_test(struct snd_sof_dev *sdev) in sof_register_ipc_flood_test() 95 static void sof_unregister_ipc_flood_test(struct snd_sof_dev *sdev) in sof_unregister_ipc_flood_test() 103 static inline int sof_register_ipc_flood_test(struct snd_sof_dev *sdev) in sof_register_ipc_flood_test() 108 static inline void sof_unregister_ipc_flood_test(struct snd_sof_dev *sdev) {} in sof_unregister_ipc_flood_test() 112 static int sof_register_ipc_msg_injector(struct snd_sof_dev *sdev) in sof_register_ipc_msg_injector() 117 static void sof_unregister_ipc_msg_injector(struct snd_sof_dev *sdev) in sof_unregister_ipc_msg_injector() 122 static inline int sof_register_ipc_msg_injector(struct snd_sof_dev *sdev) in sof_register_ipc_msg_injector() 127 static inline void sof_unregister_ipc_msg_injector(struct snd_sof_dev *sdev) {} in sof_unregister_ipc_msg_injector() 131 static int sof_register_ipc_kernel_injector(struct snd_sof_dev *sdev) in sof_register_ipc_kernel_injector() 140 static void sof_unregister_ipc_kernel_injector(struct snd_sof_dev *sdev) in sof_unregister_ipc_kernel_injector() [all …]
|
D | ipc4-priv.h | 90 int (*load_library)(struct snd_sof_dev *sdev, 101 int sof_ipc4_set_pipeline_state(struct snd_sof_dev *sdev, u32 instance_id, u32 state); 102 int sof_ipc4_mtrace_update_pos(struct snd_sof_dev *sdev, int core); 104 int sof_ipc4_query_fw_configuration(struct snd_sof_dev *sdev); 105 int sof_ipc4_reload_fw_libraries(struct snd_sof_dev *sdev); 106 struct sof_ipc4_fw_module *sof_ipc4_find_module_by_uuid(struct snd_sof_dev *sdev, 109 struct snd_sof_widget *sof_ipc4_find_swidget_by_ids(struct snd_sof_dev *sdev, 113 void sof_ipc4_update_cpc_from_manifest(struct snd_sof_dev *sdev, 117 size_t sof_ipc4_find_debug_slot_offset_by_type(struct snd_sof_dev *sdev,
|
D | ipc3-priv.h | 22 int sof_ipc3_get_ext_windows(struct snd_sof_dev *sdev, 24 int sof_ipc3_get_cc_info(struct snd_sof_dev *sdev, 26 int sof_ipc3_validate_fw_version(struct snd_sof_dev *sdev); 29 int ipc3_dtrace_posn_update(struct snd_sof_dev *sdev, 32 void sof_ipc3_do_rx_work(struct snd_sof_dev *sdev, struct sof_ipc_cmd_hdr *hdr, void *msg_buf); 35 static inline int sof_dtrace_host_init(struct snd_sof_dev *sdev, in sof_dtrace_host_init() 47 static inline int sof_dtrace_host_release(struct snd_sof_dev *sdev) in sof_dtrace_host_release() 57 static inline int sof_dtrace_host_trigger(struct snd_sof_dev *sdev, int cmd) in sof_dtrace_host_trigger()
|
D | iomem-utils.c | 26 void sof_io_write(struct snd_sof_dev *sdev, void __iomem *addr, u32 value) in sof_io_write() 32 u32 sof_io_read(struct snd_sof_dev *sdev, void __iomem *addr) in sof_io_read() 38 void sof_io_write64(struct snd_sof_dev *sdev, void __iomem *addr, u64 value) in sof_io_write64() 44 u64 sof_io_read64(struct snd_sof_dev *sdev, void __iomem *addr) in sof_io_read64() 54 void sof_mailbox_write(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_write() 63 void sof_mailbox_read(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_read() 76 int sof_block_write(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, in sof_block_write() 115 int sof_block_read(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, in sof_block_read()
|
D | ops.c | 15 bool snd_sof_pci_update_bits_unlocked(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits_unlocked() 38 bool snd_sof_pci_update_bits(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits() 51 bool snd_sof_dsp_update_bits_unlocked(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits_unlocked() 71 bool snd_sof_dsp_update_bits64_unlocked(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits64_unlocked() 90 bool snd_sof_dsp_update_bits(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits() 104 bool snd_sof_dsp_update_bits64(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits64() 119 void snd_sof_dsp_update_bits_forced_unlocked(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits_forced_unlocked() 134 void snd_sof_dsp_update_bits_forced(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits_forced() 151 void snd_sof_dsp_panic(struct snd_sof_dev *sdev, u32 offset, bool non_recoverable) in snd_sof_dsp_panic()
|
D | trace.c | 7 int sof_fw_trace_init(struct snd_sof_dev *sdev) in sof_fw_trace_init() 21 void sof_fw_trace_free(struct snd_sof_dev *sdev) in sof_fw_trace_free() 30 void sof_fw_trace_fw_crashed(struct snd_sof_dev *sdev) in sof_fw_trace_fw_crashed() 39 void sof_fw_trace_suspend(struct snd_sof_dev *sdev, pm_message_t pm_state) in sof_fw_trace_suspend() 47 int sof_fw_trace_resume(struct snd_sof_dev *sdev) in sof_fw_trace_resume()
|
/linux-6.12.1/sound/soc/sof/amd/ |
D | acp.h | 186 struct snd_sof_dev *sdev; 227 struct snd_sof_dev *dev; 267 void memcpy_to_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *src, size_t bytes); 268 void memcpy_from_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *dst, size_t bytes); 278 int amd_sof_acp_probe(struct snd_sof_dev *sdev); 279 void amd_sof_acp_remove(struct snd_sof_dev *sdev); 282 int acp_sof_dsp_run(struct snd_sof_dev *sdev); 283 int acp_dsp_pre_fw_run(struct snd_sof_dev *sdev); 284 int acp_sof_load_signed_firmware(struct snd_sof_dev *sdev); 285 int acp_get_bar_index(struct snd_sof_dev *sdev, u32 type); [all …]
|
D | acp-ipc.c | 18 void acp_mailbox_write(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_write() 24 void acp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_read() 32 struct snd_sof_dev *sdev = adata->dev; in acpbus_trigger_host_to_dsp_swintr() 43 static void acp_ipc_host_msg_set(struct snd_sof_dev *sdev) in acp_ipc_host_msg_set() 51 static void acp_dsp_ipc_host_done(struct snd_sof_dev *sdev) in acp_dsp_ipc_host_done() 59 static void acp_dsp_ipc_dsp_done(struct snd_sof_dev *sdev) in acp_dsp_ipc_dsp_done() 67 int acp_sof_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in acp_sof_ipc_send_msg() 96 static void acp_dsp_ipc_get_reply(struct snd_sof_dev *sdev) in acp_dsp_ipc_get_reply() 157 struct snd_sof_dev *sdev = context; in acp_sof_ipc_irq_thread() 240 int acp_sof_ipc_msg_data(struct snd_sof_dev *sdev, struct snd_sof_pcm_stream *sps, in acp_sof_ipc_msg_data() [all …]
|
/linux-6.12.1/sound/soc/sof/imx/ |
D | imx8m.c | 45 struct snd_sof_dev *sdev; 58 static int imx8m_get_mailbox_offset(struct snd_sof_dev *sdev) in imx8m_get_mailbox_offset() 63 static int imx8m_get_window_offset(struct snd_sof_dev *sdev, u32 id) in imx8m_get_window_offset() 98 static int imx8m_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in imx8m_send_msg() 112 static int imx8m_run(struct snd_sof_dev *sdev) in imx8m_run() 121 static int imx8m_reset(struct snd_sof_dev *sdev) in imx8m_reset() 145 static int imx8m_probe(struct snd_sof_dev *sdev) in imx8m_probe() 264 static void imx8m_remove(struct snd_sof_dev *sdev) in imx8m_remove() 273 static int imx8m_get_bar_index(struct snd_sof_dev *sdev, u32 type) in imx8m_get_bar_index() 317 static int imx8m_dsp_set_power_state(struct snd_sof_dev *sdev, in imx8m_dsp_set_power_state() [all …]
|
D | imx8ulp.c | 45 struct snd_sof_dev *sdev; 68 static int imx8ulp_get_mailbox_offset(struct snd_sof_dev *sdev) in imx8ulp_get_mailbox_offset() 73 static int imx8ulp_get_window_offset(struct snd_sof_dev *sdev, u32 id) in imx8ulp_get_window_offset() 110 static int imx8ulp_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in imx8ulp_send_msg() 121 static int imx8ulp_run(struct snd_sof_dev *sdev) in imx8ulp_run() 130 static int imx8ulp_reset(struct snd_sof_dev *sdev) in imx8ulp_reset() 156 static int imx8ulp_probe(struct snd_sof_dev *sdev) in imx8ulp_probe() 273 static void imx8ulp_remove(struct snd_sof_dev *sdev) in imx8ulp_remove() 282 static int imx8ulp_get_bar_index(struct snd_sof_dev *sdev, u32 type) in imx8ulp_get_bar_index() 287 static int imx8ulp_suspend(struct snd_sof_dev *sdev) in imx8ulp_suspend() [all …]
|