| /linux/sound/soc/sof/ |
| A D | ops.h | 21 #define sof_ops(sdev) \ argument 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() 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() 287 snd_sof_dsp_set_power_state(struct snd_sof_dev *sdev, in snd_sof_dsp_set_power_state() 421 snd_sof_pcm_platform_open(struct snd_sof_dev *sdev, in snd_sof_pcm_platform_open() 432 snd_sof_pcm_platform_close(struct snd_sof_dev *sdev, in snd_sof_pcm_platform_close() 457 snd_sof_pcm_platform_hw_free(struct snd_sof_dev *sdev, in snd_sof_pcm_platform_hw_free() 568 snd_sof_machine_select(struct snd_sof_dev *sdev) in snd_sof_machine_select() [all …]
|
| A D | sof-client.c | 73 static int sof_register_ipc_flood_test(struct snd_sof_dev *sdev) in sof_register_ipc_flood_test() 153 int sof_register_clients(struct snd_sof_dev *sdev) in sof_register_clients() 198 void sof_unregister_clients(struct snd_sof_dev *sdev) in sof_unregister_clients() 347 struct snd_sof_dev *sdev = c->sdev; in sof_client_ipc4_find_module() local 381 int sof_resume_clients(struct snd_sof_dev *sdev) in sof_resume_clients() 419 struct snd_sof_dev *sdev = sof_client_dev_to_sof_dev(cdev); in sof_client_get_fw_version() local 427 struct snd_sof_dev *sdev = sof_client_dev_to_sof_dev(cdev); in sof_client_get_ipc_max_payload_size() local 435 struct snd_sof_dev *sdev = sof_client_dev_to_sof_dev(cdev); in sof_client_get_ipc_type() local 444 struct snd_sof_dev *sdev = sof_client_dev_to_sof_dev(cdev); in sof_client_core_module_get() local 455 struct snd_sof_dev *sdev = sof_client_dev_to_sof_dev(cdev); in sof_client_core_module_put() local [all …]
|
| A D | ipc3.c | 226 static void sof_ipc3_dump_payload(struct snd_sof_dev *sdev, in sof_ipc3_dump_payload() 234 static int sof_ipc3_get_reply(struct snd_sof_dev *sdev) in sof_ipc3_get_reply() 293 struct snd_sof_dev *sdev = ipc->sdev; in ipc3_wait_tx_done() local 337 struct snd_sof_dev *sdev = ipc->sdev; in ipc3_tx_msg_unlocked() local 521 int sof_ipc3_get_ext_windows(struct snd_sof_dev *sdev, in sof_ipc3_get_ext_windows() 546 int sof_ipc3_get_cc_info(struct snd_sof_dev *sdev, in sof_ipc3_get_cc_info() 651 static void ipc3_get_windows(struct snd_sof_dev *sdev) in ipc3_get_windows() 778 int sof_ipc3_validate_fw_version(struct snd_sof_dev *sdev) in sof_ipc3_validate_fw_version() 1057 static void sof_ipc3_rx_msg(struct snd_sof_dev *sdev) in sof_ipc3_rx_msg() 1118 static int sof_ipc3_ctx_save(struct snd_sof_dev *sdev) in sof_ipc3_ctx_save() [all …]
|
| A D | core.c | 170 static int sof_machine_check(struct snd_sof_dev *sdev) in sof_machine_check() 229 static int sof_select_ipc_and_paths(struct snd_sof_dev *sdev) in sof_select_ipc_and_paths() 281 static int validate_sof_ops(struct snd_sof_dev *sdev) in validate_sof_ops() 309 static int sof_init_sof_ops(struct snd_sof_dev *sdev) in sof_init_sof_ops() 332 static int sof_init_environment(struct snd_sof_dev *sdev) in sof_init_environment() 418 static int sof_probe_continue(struct snd_sof_dev *sdev) in sof_probe_continue() 562 struct snd_sof_dev *sdev = in sof_probe_work() local 575 struct snd_sof_dev *sdev; in snd_sof_device_probe() local 657 struct snd_sof_dev *sdev = dev_get_drvdata(dev); in snd_sof_device_probe_completed() local 665 struct snd_sof_dev *sdev = dev_get_drvdata(dev); in snd_sof_device_remove() local [all …]
|
| A D | sof-audio.c | 44 static int sof_widget_free_unlocked(struct snd_sof_dev *sdev, in sof_widget_free_unlocked() 122 int sof_widget_free(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget) in sof_widget_free() 134 static int sof_widget_setup_unlocked(struct snd_sof_dev *sdev, in sof_widget_setup_unlocked() 295 static int sof_setup_pipeline_connections(struct snd_sof_dev *sdev, in sof_setup_pipeline_connections() 819 bool snd_sof_stream_suspend_ignored(struct snd_sof_dev *sdev) in snd_sof_stream_suspend_ignored() 888 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(scomp); in snd_sof_find_spcm_name() local 914 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(scomp); in snd_sof_find_spcm_comp() local 933 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(scomp); in snd_sof_find_swidget() local 949 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(scomp); in snd_sof_find_swidget_sname() local 970 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(scomp); in snd_sof_find_dai() local [all …]
|
| A D | debug.c | 26 struct snd_sof_dev *sdev = dfse->sdev; in sof_dfsentry_read() local 114 static int snd_sof_debugfs_io_item(struct snd_sof_dev *sdev, in snd_sof_debugfs_io_item() 155 int snd_sof_debugfs_add_region_item_iomem(struct snd_sof_dev *sdev, in snd_sof_debugfs_add_region_item_iomem() 171 int snd_sof_debugfs_buf_item(struct snd_sof_dev *sdev, in snd_sof_debugfs_buf_item() 253 struct snd_sof_dev *sdev = dfse->sdev; in memory_info_read() local 271 struct snd_sof_dev *sdev = dfse->sdev; in memory_info_open() local 292 int snd_sof_dbg_memory_info_init(struct snd_sof_dev *sdev) in snd_sof_dbg_memory_info_init() 312 int snd_sof_dbg_init(struct snd_sof_dev *sdev) in snd_sof_dbg_init() 380 void snd_sof_free_debug(struct snd_sof_dev *sdev) in snd_sof_free_debug() 441 static void snd_sof_ipc_dump(struct snd_sof_dev *sdev) in snd_sof_ipc_dump() [all …]
|
| A D | ipc4.c | 259 static void sof_ipc4_dump_payload(struct snd_sof_dev *sdev, in sof_ipc4_dump_payload() 266 static int sof_ipc4_get_reply(struct snd_sof_dev *sdev) in sof_ipc4_get_reply() 298 struct snd_sof_dev *sdev = ipc->sdev; in ipc4_wait_tx_done() local 348 struct snd_sof_dev *sdev = ipc->sdev; in ipc4_tx_msg_unlocked() local 534 static int sof_ipc4_init_msg_memory(struct snd_sof_dev *sdev) in sof_ipc4_init_msg_memory() 633 static void sof_ipc4_rx_msg(struct snd_sof_dev *sdev) in sof_ipc4_rx_msg() 745 static int sof_ipc4_ctx_save(struct snd_sof_dev *sdev) in sof_ipc4_ctx_save() 750 static int sof_ipc4_set_pm_gate(struct snd_sof_dev *sdev, u32 flags) in sof_ipc4_set_pm_gate() 768 static int sof_ipc4_init(struct snd_sof_dev *sdev) in sof_ipc4_init() 806 static void sof_ipc4_exit(struct snd_sof_dev *sdev) in sof_ipc4_exit() [all …]
|
| /linux/sound/soc/sof/intel/ |
| A D | hda-dsp.c | 85 u32 hda_get_interface_mask(struct snd_sof_dev *sdev) in hda_get_interface_mask() 416 void hda_dsp_ipc_int_enable(struct snd_sof_dev *sdev) in hda_dsp_ipc_int_enable() 435 void hda_dsp_ipc_int_disable(struct snd_sof_dev *sdev) in hda_dsp_ipc_int_disable() 905 int hda_dsp_resume(struct snd_sof_dev *sdev) in hda_dsp_resume() 958 int hda_dsp_runtime_resume(struct snd_sof_dev *sdev) in hda_dsp_runtime_resume() 974 int hda_dsp_runtime_idle(struct snd_sof_dev *sdev) in hda_dsp_runtime_idle() 988 int hda_dsp_runtime_suspend(struct snd_sof_dev *sdev) in hda_dsp_runtime_suspend() 1090 static int hda_dsp_s5_quirk(struct snd_sof_dev *sdev) in hda_dsp_s5_quirk() 1144 int hda_dsp_shutdown(struct snd_sof_dev *sdev) in hda_dsp_shutdown() 1312 int hda_sdw_check_lcount(struct snd_sof_dev *sdev) in hda_sdw_check_lcount() [all …]
|
| A D | hda.c | 77 struct snd_sof_dev *sdev = widget_to_sdev(w); in sdw_params_free() local 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() 384 int hda_dsp_pre_fw_run(struct snd_sof_dev *sdev) in hda_dsp_pre_fw_run() 451 static int hda_init(struct snd_sof_dev *sdev) in hda_init() 637 struct snd_sof_dev *sdev = context; in hda_dsp_interrupt_handler() local 660 struct snd_sof_dev *sdev = context; in hda_dsp_interrupt_thread() local 744 int hda_dsp_probe(struct snd_sof_dev *sdev) in hda_dsp_probe() 901 void hda_dsp_remove(struct snd_sof_dev *sdev) in hda_dsp_remove() [all …]
|
| A 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() 126 void mtl_enable_ipc_interrupts(struct snd_sof_dev *sdev) in mtl_enable_ipc_interrupts() 240 int mtl_dsp_pre_fw_run(struct snd_sof_dev *sdev) in mtl_dsp_pre_fw_run() 302 int mtl_dsp_post_fw_run(struct snd_sof_dev *sdev) in mtl_dsp_post_fw_run() 329 void mtl_dsp_dump(struct snd_sof_dev *sdev, u32 flags) in mtl_dsp_dump() 430 int mtl_power_down_dsp(struct snd_sof_dev *sdev) in mtl_power_down_dsp() 564 struct snd_sof_dev *sdev = context; in mtl_ipc_irq_thread() local 657 void mtl_ipc_dump(struct snd_sof_dev *sdev) in mtl_ipc_dump() [all …]
|
| A D | hda-codec.c | 107 void hda_codec_jack_check(struct snd_sof_dev *sdev) in hda_codec_jack_check() 217 void hda_codec_probe_bus(struct snd_sof_dev *sdev) in hda_codec_probe_bus() 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() 335 void hda_codec_rirb_status_clear(struct snd_sof_dev *sdev) in hda_codec_rirb_status_clear() 386 void hda_codec_device_remove(struct snd_sof_dev *sdev) in hda_codec_device_remove() 418 int hda_codec_i915_init(struct snd_sof_dev *sdev) in hda_codec_i915_init() [all …]
|
| A D | atom.c | 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() local 138 struct snd_sof_dev *sdev = context; in atom_irq_thread() local 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() 221 static void atom_dsp_done(struct snd_sof_dev *sdev) in atom_dsp_done() 232 int atom_run(struct snd_sof_dev *sdev) in atom_run() 253 int atom_reset(struct snd_sof_dev *sdev) in atom_reset() [all …]
|
| A D | hda-ipc.c | 29 static void hda_dsp_ipc_host_done(struct snd_sof_dev *sdev) in hda_dsp_ipc_host_done() 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() local 253 struct snd_sof_dev *sdev = context; in hda_dsp_ipc_irq_thread() local 364 bool hda_dsp_check_ipc_irq(struct snd_sof_dev *sdev) in hda_dsp_check_ipc_irq() 409 int hda_ipc_msg_data(struct snd_sof_dev *sdev, in hda_ipc_msg_data() 474 bool hda_check_ipc_irq(struct snd_sof_dev *sdev) in hda_check_ipc_irq() 486 void hda_ipc_irq_dump(struct snd_sof_dev *sdev) in hda_ipc_irq_dump() 507 void hda_ipc_dump(struct snd_sof_dev *sdev) in hda_ipc_dump() 527 void hda_ipc4_dump(struct snd_sof_dev *sdev) in hda_ipc4_dump() [all …]
|
| A D | hda-dai-ops.c | 50 struct snd_sof_dev *sdev; in hda_link_stream_assign() local 118 static struct hdac_ext_stream *hda_get_hext_stream(struct snd_sof_dev *sdev, in hda_get_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() 226 static unsigned int generic_calc_stream_format(struct snd_sof_dev *sdev, in generic_calc_stream_format() 243 static unsigned int dmic_calc_stream_format(struct snd_sof_dev *sdev, in dmic_calc_stream_format() 272 static struct hdac_ext_link *ssp_get_hlink(struct snd_sof_dev *sdev, in ssp_get_hlink() 280 static struct hdac_ext_link *dmic_get_hlink(struct snd_sof_dev *sdev, in dmic_get_hlink() 288 static struct hdac_ext_link *sdw_get_hlink(struct snd_sof_dev *sdev, in sdw_get_hlink() [all …]
|
| A 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()
|
| A D | bdw.c | 83 static int bdw_run(struct snd_sof_dev *sdev) in bdw_run() 98 static int bdw_reset(struct snd_sof_dev *sdev) in bdw_reset() 116 static int bdw_set_dsp_D0(struct snd_sof_dev *sdev) in bdw_set_dsp_D0() 223 static void bdw_get_registers(struct snd_sof_dev *sdev, in bdw_get_registers() 249 static void bdw_dump(struct snd_sof_dev *sdev, u32 flags) in bdw_dump() 291 struct snd_sof_dev *sdev = context; in bdw_irq_handler() local 305 struct snd_sof_dev *sdev = context; in bdw_irq_thread() local 383 static void bdw_host_done(struct snd_sof_dev *sdev) in bdw_host_done() 395 static void bdw_dsp_done(struct snd_sof_dev *sdev) in bdw_dsp_done() 409 static int bdw_probe(struct snd_sof_dev *sdev) in bdw_probe() [all …]
|
| /linux/drivers/net/ethernet/alacritech/ |
| A D | slicoss.c | 309 struct slic_device *sdev = netdev_priv(dev); in slic_set_rx_mode() local 735 struct slic_device *sdev = dev_id; in slic_irq() local 1351 struct slic_device *sdev = netdev_priv(dev); in slic_open() local 1369 struct slic_device *sdev = netdev_priv(dev); in slic_close() local 1409 struct slic_device *sdev = netdev_priv(dev); in slic_xmit() local 1463 struct slic_device *sdev = netdev_priv(dev); in slic_get_stats() local 1493 struct slic_device *sdev = netdev_priv(dev); in slic_get_ethtool_stats() local 1530 struct slic_device *sdev = netdev_priv(dev); in slic_get_drvinfo() local 1668 static int slic_init(struct slic_device *sdev) in slic_init() 1737 struct slic_device *sdev; in slic_probe() local [all …]
|
| /linux/sound/soc/sof/amd/ |
| A D | acp.c | 65 struct snd_sof_dev *sdev = adata->dev; in init_dma_descriptor() local 90 struct snd_sof_dev *sdev = adata->dev; in configure_dma_descriptor() local 105 struct snd_sof_dev *sdev = adata->dev; in config_dma_channel() local 158 struct snd_sof_dev *sdev = adata->dev; in acpbus_dma_start() local 178 struct snd_sof_dev *sdev = adata->dev; in configure_and_run_dma() local 210 struct snd_sof_dev *sdev = adata->dev; in psp_mbox_ready() local 235 struct snd_sof_dev *sdev = adata->dev; in psp_send_cmd() local 271 struct snd_sof_dev *sdev = adata->dev; in configure_and_run_sha_dma() local 343 struct snd_sof_dev *sdev = adata->dev; in acp_dma_status() local 399 struct snd_sof_dev *sdev = context; in acp_irq_thread() local [all …]
|
| A 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() 32 struct snd_sof_dev *sdev = adata->dev; in acpbus_trigger_host_to_dsp_swintr() local 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() local 266 int acp_set_stream_data_offset(struct snd_sof_dev *sdev, in acp_set_stream_data_offset() 287 int acp_sof_ipc_get_mailbox_offset(struct snd_sof_dev *sdev) in acp_sof_ipc_get_mailbox_offset() [all …]
|
| /linux/sound/soc/sof/mediatek/mt8186/ |
| A D | mt8186.c | 31 static int mt8186_get_mailbox_offset(struct snd_sof_dev *sdev) in mt8186_get_mailbox_offset() 41 static int mt8186_send_msg(struct snd_sof_dev *sdev, in mt8186_send_msg() 193 static void adsp_sram_power_on(struct snd_sof_dev *sdev) in adsp_sram_power_on() 199 static void adsp_sram_power_off(struct snd_sof_dev *sdev) in adsp_sram_power_off() 228 static int mt8186_run(struct snd_sof_dev *sdev) in mt8186_run() 239 static int mt8186_dsp_probe(struct snd_sof_dev *sdev) in mt8186_dsp_probe() 345 static void mt8186_dsp_remove(struct snd_sof_dev *sdev) in mt8186_dsp_remove() 355 static int mt8186_dsp_shutdown(struct snd_sof_dev *sdev) in mt8186_dsp_shutdown() 369 static int mt8186_dsp_resume(struct snd_sof_dev *sdev) in mt8186_dsp_resume() 390 static int mt8186_pcm_hw_params(struct snd_sof_dev *sdev, in mt8186_pcm_hw_params() [all …]
|
| /linux/drivers/scsi/ |
| A D | scsi.c | 160 struct scsi_device *sdev = cmd->device; in scsi_finish_command() local 499 void scsi_attach_vpd(struct scsi_device *sdev) in scsi_attach_vpd() 638 void scsi_cdl_check(struct scsi_device *sdev) in scsi_cdl_check() 763 int scsi_device_get(struct scsi_device *sdev) in scsi_device_get() 788 void scsi_device_put(struct scsi_device *sdev) in scsi_device_put() 836 struct scsi_device *sdev; in starget_for_each_device() local 864 struct scsi_device *sdev; in __starget_for_each_device() local 892 struct scsi_device *sdev; in __scsi_device_lookup_by_target() local 917 struct scsi_device *sdev; in scsi_device_lookup_by_target() local 950 struct scsi_device *sdev; in __scsi_device_lookup() local [all …]
|
| A D | scsi_lib.c | 474 struct scsi_device *sdev; in scsi_starved_list_run() local 551 struct scsi_device *sdev; in scsi_requeue_run_queue() local 561 struct scsi_device *sdev; in scsi_run_host_queues() local 628 struct scsi_device *sdev = cmd->device; in scsi_end_request() local 1335 struct scsi_device *sdev) in scsi_dev_queue_ready() 1367 struct scsi_device *sdev) in scsi_target_queue_ready() 1423 struct scsi_device *sdev, in scsi_host_queue_ready() 2098 struct scsi_device *sdev = NULL; in scsi_device_from_queue() local 2590 struct scsi_device *sdev; in scsi_evt_thread() local 3052 struct scsi_device *sdev; in scsi_host_block() local [all …]
|
| /linux/sound/soc/sof/imx/ |
| A D | imx8m.c | 45 struct snd_sof_dev *sdev; member 58 static int imx8m_get_mailbox_offset(struct snd_sof_dev *sdev) in imx8m_get_mailbox_offset() 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() 317 static int imx8m_dsp_set_power_state(struct snd_sof_dev *sdev, in imx8m_dsp_set_power_state() 325 static int imx8m_resume(struct snd_sof_dev *sdev) in imx8m_resume() 343 static void imx8m_suspend(struct snd_sof_dev *sdev) in imx8m_suspend() 354 static int imx8m_dsp_runtime_resume(struct snd_sof_dev *sdev) in imx8m_dsp_runtime_resume() [all …]
|
| A D | imx8ulp.c | 45 struct snd_sof_dev *sdev; member 68 static int imx8ulp_get_mailbox_offset(struct snd_sof_dev *sdev) in imx8ulp_get_mailbox_offset() 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() 287 static int imx8ulp_suspend(struct snd_sof_dev *sdev) in imx8ulp_suspend() 303 static int imx8ulp_resume(struct snd_sof_dev *sdev) in imx8ulp_resume() 320 static int imx8ulp_dsp_runtime_resume(struct snd_sof_dev *sdev) in imx8ulp_dsp_runtime_resume() 332 static int imx8ulp_dsp_runtime_suspend(struct snd_sof_dev *sdev) in imx8ulp_dsp_runtime_suspend() [all …]
|
| A D | imx8.c | 46 struct snd_sof_dev *sdev; member 64 static int imx8_get_mailbox_offset(struct snd_sof_dev *sdev) in imx8_get_mailbox_offset() 118 static int imx8x_run(struct snd_sof_dev *sdev) in imx8x_run() 158 static int imx8_run(struct snd_sof_dev *sdev) in imx8_run() 176 static int imx8_probe(struct snd_sof_dev *sdev) in imx8_probe() 332 static void imx8_remove(struct snd_sof_dev *sdev) in imx8_remove() 359 static void imx8_suspend(struct snd_sof_dev *sdev) in imx8_suspend() 370 static int imx8_resume(struct snd_sof_dev *sdev) in imx8_resume() 388 static int imx8_dsp_runtime_resume(struct snd_sof_dev *sdev) in imx8_dsp_runtime_resume() 402 static int imx8_dsp_runtime_suspend(struct snd_sof_dev *sdev) in imx8_dsp_runtime_suspend() [all …]
|