Home
last modified time | relevance | path

Searched refs:skl_dev (Results 1 – 18 of 18) sorted by relevance

/linux/sound/soc/intel/skylake/
A Dskl.h59 struct skl_dev { struct
160 struct skl_dev **skl_sst);
173 int skl_init_dsp(struct skl_dev *skl);
174 int skl_free_dsp(struct skl_dev *skl);
175 int skl_suspend_late_dsp(struct skl_dev *skl);
176 int skl_suspend_dsp(struct skl_dev *skl);
177 int skl_resume_dsp(struct skl_dev *skl);
178 void skl_cleanup_resources(struct skl_dev *skl);
181 int skl_nhlt_create_sysfs(struct skl_dev *skl);
182 void skl_nhlt_remove_sysfs(struct skl_dev *skl);
[all …]
A Dskl-sst-dsp.h20 struct skl_dev;
227 struct skl_dev **dsp);
230 struct skl_dev **dsp);
231 int skl_sst_init_fw(struct device *dev, struct skl_dev *skl);
232 int bxt_sst_init_fw(struct device *dev, struct skl_dev *skl);
233 void skl_sst_dsp_cleanup(struct device *dev, struct skl_dev *skl);
234 void bxt_sst_dsp_cleanup(struct device *dev, struct skl_dev *skl);
240 int skl_get_pvt_instance_id_map(struct skl_dev *skl,
242 void skl_freeup_uuid_list(struct skl_dev *skl);
249 struct skl_dsp_loader_ops dsp_ops, struct skl_dev **dsp,
[all …]
A Dskl-topology.h458 static inline struct skl_dev *get_skl_ctx(struct device *dev) in get_skl_ctx()
467 int skl_dsp_set_dma_control(struct skl_dev *skl, u32 *caps,
483 int skl_create_pipeline(struct skl_dev *skl, struct skl_pipe *pipe);
485 int skl_run_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
487 int skl_pause_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
489 int skl_delete_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
491 int skl_stop_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
493 int skl_reset_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
497 int skl_bind_modules(struct skl_dev *skl, struct skl_module_cfg
500 int skl_unbind_modules(struct skl_dev *skl, struct skl_module_cfg
[all …]
A Dskl.c260 struct skl_dev *skl = bus_to_skl(bus); in skl_acquire_irq()
284 struct skl_dev *skl = bus_to_skl(bus); in skl_suspend_late()
292 struct skl_dev *skl = bus_to_skl(bus); in _skl_suspend()
315 struct skl_dev *skl = bus_to_skl(bus); in _skl_resume()
333 struct skl_dev *skl = bus_to_skl(bus); in skl_suspend()
363 struct skl_dev *skl = bus_to_skl(bus); in skl_resume()
795 struct skl_dev *skl = container_of(work, struct skl_dev, probe_work); in skl_probe_work()
860 struct skl_dev **rskl) in skl_create()
863 struct skl_dev *skl; in skl_create()
973 struct skl_dev *skl; in skl_probe()
[all …]
A Dskl-messages.c251 int skl_init_dsp(struct skl_dev *skl) in skl_init_dsp()
316 int skl_free_dsp(struct skl_dev *skl) in skl_free_dsp()
341 int skl_suspend_late_dsp(struct skl_dev *skl) in skl_suspend_late_dsp()
360 int skl_suspend_dsp(struct skl_dev *skl) in skl_suspend_dsp()
380 int skl_resume_dsp(struct skl_dev *skl) in skl_resume_dsp()
567 static u32 skl_get_node_id(struct skl_dev *skl, in skl_get_node_id()
729 static void skl_setup_out_format(struct skl_dev *skl, in skl_setup_out_format()
756 static void skl_set_src_format(struct skl_dev *skl, in skl_set_src_format()
1026 int skl_init_module(struct skl_dev *skl, in skl_init_module()
1085 int skl_unbind_modules(struct skl_dev *skl, in skl_unbind_modules()
[all …]
A Dskl-sst-utils.c101 int skl_get_pvt_instance_id_map(struct skl_dev *skl, in skl_get_pvt_instance_id_map()
172 int skl_get_pvt_id(struct skl_dev *skl, guid_t *uuid_mod, int instance_id) in skl_get_pvt_id()
202 int skl_put_pvt_id(struct skl_dev *skl, guid_t *uuid_mod, int *pvt_id) in skl_put_pvt_id()
236 struct skl_dev *skl = ctx->thread_context; in snd_skl_parse_uuids()
319 void skl_freeup_uuid_list(struct skl_dev *skl) in skl_freeup_uuid_list()
357 struct skl_dsp_loader_ops dsp_ops, struct skl_dev **dsp, in skl_sst_ctx_init()
358 struct sst_dsp_device *skl_dev) in skl_sst_ctx_init() argument
360 struct skl_dev *skl = *dsp; in skl_sst_ctx_init()
364 skl_dev->thread_context = skl; in skl_sst_ctx_init()
366 skl->dsp = skl_dsp_ctx_init(dev, skl_dev, irq); in skl_sst_ctx_init()
[all …]
A Dbxt-sst.c49 struct skl_dev *skl = ctx->thread_context; in bxt_load_library()
184 struct skl_dev *skl = ctx->thread_context; in bxt_load_base_firmware()
268 struct skl_dev *skl = ctx->thread_context; in bxt_d0i3_target_state()
288 struct skl_dev *skl = container_of(work, in bxt_set_dsp_D0i3()
289 struct skl_dev, d0i3.work.work); in bxt_set_dsp_D0i3()
331 struct skl_dev *skl = ctx->thread_context; in bxt_schedule_dsp_D0i3()
350 struct skl_dev *skl = ctx->thread_context; in bxt_set_dsp_D0i0()
389 struct skl_dev *skl = ctx->thread_context; in bxt_set_dsp_D0()
539 static struct sst_dsp_device skl_dev = { variable
546 struct skl_dev **dsp) in bxt_sst_dsp_init()
[all …]
A Dskl-sst.c69 struct skl_dev *skl = ctx->thread_context; in skl_load_base_firmware()
164 struct skl_dev *skl = ctx->thread_context; in skl_set_dsp_D0()
218 struct skl_dev *skl = ctx->thread_context; in skl_set_dsp_D3()
335 struct skl_dev *skl = ctx->thread_context; in skl_transfer_module()
387 struct skl_dev *skl = ctx->thread_context; in skl_load_library()
445 struct skl_dev *skl = ctx->thread_context; in skl_unload_module()
512 static struct sst_dsp_device skl_dev = { variable
519 struct skl_dev **dsp) in skl_sst_dsp_init()
521 struct skl_dev *skl; in skl_sst_dsp_init()
555 int skl_sst_init_fw(struct device *dev, struct skl_dev *skl) in skl_sst_init_fw()
[all …]
A Dskl-topology.c284 struct skl_dev *skl) in skl_tplg_update_be_blob()
345 struct skl_dev *skl) in skl_tplg_update_module_params()
380 struct skl_dev *skl) in skl_tplg_set_module_params()
688 struct skl_dev *skl) in skl_tplg_mixer_dapm_pre_pmu_event()
960 struct skl_dev *skl, in skl_tplg_bind_sinks()
1060 struct skl_dev *skl) in skl_tplg_pga_dapm_pre_pmu_event()
1124 struct skl_dev *skl) in skl_tplg_mixer_dapm_post_pmu_event()
1176 struct skl_dev *skl) in skl_tplg_mixer_dapm_pre_pmd_event()
3184 struct skl_dev *skl) in skl_tplg_fill_str_mfest_tkn()
3213 struct skl_dev *skl) in skl_tplg_get_str_tkn()
[all …]
A Dskl-nhlt.c82 *skl_get_ep_blob(struct skl_dev *skl, u32 instance, u8 link_type, in skl_get_ep_blob()
133 int skl_nhlt_update_topology_bin(struct skl_dev *skl) in skl_nhlt_update_topology_bin()
157 struct skl_dev *skl = bus_to_skl(bus); in platform_id_show()
171 int skl_nhlt_create_sysfs(struct skl_dev *skl) in skl_nhlt_create_sysfs()
181 void skl_nhlt_remove_sysfs(struct skl_dev *skl) in skl_nhlt_remove_sysfs()
194 static void skl_get_ssp_clks(struct skl_dev *skl, struct skl_ssp_clk *ssp_clks, in skl_get_ssp_clks()
292 static void skl_get_mclk(struct skl_dev *skl, struct skl_ssp_clk *mclk, in skl_get_mclk()
336 void skl_get_clks(struct skl_dev *skl, struct skl_ssp_clk *ssp_clks) in skl_get_clks()
A Dcnl-sst.c127 struct skl_dev *cnl = ctx->thread_context; in cnl_load_base_firmware()
190 struct skl_dev *cnl = ctx->thread_context; in cnl_set_dsp_D0()
253 struct skl_dev *cnl = ctx->thread_context; in cnl_set_dsp_D3()
315 struct skl_dev *cnl = dsp->thread_context; in cnl_dsp_irq_thread_handler()
408 static int cnl_ipc_init(struct device *dev, struct skl_dev *cnl) in cnl_ipc_init()
437 struct skl_dev **dsp) in cnl_sst_dsp_init()
439 struct skl_dev *cnl; in cnl_sst_dsp_init()
476 int cnl_sst_init_fw(struct device *dev, struct skl_dev *skl) in cnl_sst_init_fw()
495 void cnl_sst_dsp_cleanup(struct device *dev, struct skl_dev *skl) in cnl_sst_dsp_cleanup()
A Dcnl-sst-dsp.h99 struct skl_dev **dsp);
100 int cnl_sst_init_fw(struct device *dev, struct skl_dev *skl);
101 void cnl_sst_dsp_cleanup(struct device *dev, struct skl_dev *skl);
A Dskl-pcm.c113 struct skl_dev *skl = bus_to_skl(bus); in skl_set_suspend_active()
126 struct skl_dev *skl = bus_to_skl(bus); in skl_pcm_host_dma_prepare()
218 struct skl_dev *skl = get_skl_ctx(dai->dev); in skl_pcm_open()
265 struct skl_dev *skl = get_skl_ctx(dai->dev); in skl_pcm_prepare()
344 struct skl_dev *skl = bus_to_skl(bus); in skl_pcm_close()
380 struct skl_dev *skl = get_skl_ctx(dai->dev); in skl_pcm_hw_free()
1280 struct skl_dev *skl = bus_to_skl(bus); in skl_platform_soc_new()
1380 struct skl_dev *skl = bus_to_skl(bus); in skl_platform_soc_probe()
1434 struct skl_dev *skl = bus_to_skl(bus); in skl_platform_soc_remove()
1459 struct skl_dev *skl = bus_to_skl(bus); in skl_platform_register()
[all …]
A Dskl-sst-dsp.c36 struct skl_dev *skl = ctx->thread_context; in skl_dsp_init_core_state()
51 struct skl_dev *skl = ctx->thread_context; in skl_dsp_get_enabled_cores()
338 struct skl_dev *skl = ctx->thread_context; in skl_dsp_get_core()
367 struct skl_dev *skl = ctx->thread_context; in skl_dsp_put_core()
A Dskl-debug.c23 struct skl_dev *skl;
218 struct skl_debug *skl_debugfs_init(struct skl_dev *skl) in skl_debugfs_init()
241 void skl_debugfs_exit(struct skl_dev *skl) in skl_debugfs_exit()
A Dskl-sst-ipc.c348 struct skl_dev *skl = container_of(ipc, struct skl_dev, ipc); in skl_ipc_process_notification()
439 struct skl_dev *skl = container_of(ipc, struct skl_dev, ipc); in skl_ipc_process_reply()
492 struct skl_dev *skl = dsp->thread_context; in skl_dsp_irq_thread_handler()
599 int skl_ipc_init(struct device *dev, struct skl_dev *skl) in skl_ipc_init()
A Dskl-sst-ipc.h160 int skl_ipc_init(struct device *dev, struct skl_dev *skl);
A Dskl-ssp-clk.c105 static int skl_send_clk_dma_control(struct skl_dev *skl, in skl_send_clk_dma_control()

Completed in 43 milliseconds