Symbol: sof_ops
sound/soc/sof/amd/acp.c
472
sof_ops(sdev)->irq_thread(irq, sdev);
sound/soc/sof/core.c
327
if (!sof_ops(sdev) || !sof_ops(sdev)->probe) {
sound/soc/sof/core.c
334
(!sof_ops(sdev)->run || !sof_ops(sdev)->block_read ||
sound/soc/sof/core.c
335
!sof_ops(sdev)->block_write || !sof_ops(sdev)->send_msg ||
sound/soc/sof/core.c
336
!sof_ops(sdev)->load_firmware || !sof_ops(sdev)->ipc_msg_data)) {
sound/soc/sof/core.c
538
sof_ops(sdev)->drv,
sound/soc/sof/core.c
539
sof_ops(sdev)->num_drv);
sound/soc/sof/core.c
564
if (!sof_ops(sdev)->runtime_suspend || !sof_ops(sdev)->runtime_resume)
sound/soc/sof/debug.c
318
const struct snd_sof_dsp_ops *ops = sof_ops(sdev);
sound/soc/sof/debug.c
428
if (sof_ops(sdev)->dbg_dump && !sdev->dbg_dump_printed) {
sound/soc/sof/debug.c
434
sof_ops(sdev)->dbg_dump(sdev, flags);
sound/soc/sof/debug.c
447
if (sof_ops(sdev)->ipc_dump && !sdev->ipc_dump_printed) {
sound/soc/sof/debug.c
449
sof_ops(sdev)->ipc_dump(sdev);
sound/soc/sof/intel/hda.c
714
sof_ops(sdev)->irq_thread(irq, sdev);
sound/soc/sof/intel/hda.c
815
hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0;
sound/soc/sof/ipc3-loader.c
329
load_module = sof_ops(sdev)->load_module;
sound/soc/sof/ipc4-pcm.c
927
if (!sof_ops(sdev) || !sof_ops(sdev)->get_host_byte_counter)
sound/soc/sof/ops.h
110
if (sof_ops(sdev)->core_get) {
sound/soc/sof/ops.h
120
ret = sof_ops(sdev)->core_get(sdev, core);
sound/soc/sof/ops.h
144
if (sof_ops(sdev)->core_put) {
sound/soc/sof/ops.h
152
ret = sof_ops(sdev)->core_put(sdev, core);
sound/soc/sof/ops.h
168
if (sof_ops(sdev)->pre_fw_run)
sound/soc/sof/ops.h
169
return sof_ops(sdev)->pre_fw_run(sdev);
sound/soc/sof/ops.h
176
if (sof_ops(sdev)->post_fw_run)
sound/soc/sof/ops.h
177
return sof_ops(sdev)->post_fw_run(sdev);
sound/soc/sof/ops.h
186
if (sof_ops(sdev)->parse_platform_ext_manifest)
sound/soc/sof/ops.h
187
return sof_ops(sdev)->parse_platform_ext_manifest(sdev, hdr);
sound/soc/sof/ops.h
205
if (sof_ops(sdev)->get_bar_index)
sound/soc/sof/ops.h
206
return sof_ops(sdev)->get_bar_index(sdev, type);
sound/soc/sof/ops.h
213
if (sof_ops(sdev)->get_mailbox_offset)
sound/soc/sof/ops.h
214
return sof_ops(sdev)->get_mailbox_offset(sdev);
sound/soc/sof/ops.h
223
if (sof_ops(sdev)->get_window_offset)
sound/soc/sof/ops.h
224
return sof_ops(sdev)->get_window_offset(sdev, id);
sound/soc/sof/ops.h
232
if (sof_ops(sdev)->resume)
sound/soc/sof/ops.h
233
return sof_ops(sdev)->resume(sdev);
sound/soc/sof/ops.h
241
if (sof_ops(sdev)->suspend)
sound/soc/sof/ops.h
242
return sof_ops(sdev)->suspend(sdev, target_state);
sound/soc/sof/ops.h
249
if (sof_ops(sdev)->runtime_resume)
sound/soc/sof/ops.h
250
return sof_ops(sdev)->runtime_resume(sdev);
sound/soc/sof/ops.h
257
if (sof_ops(sdev)->runtime_suspend)
sound/soc/sof/ops.h
258
return sof_ops(sdev)->runtime_suspend(sdev);
sound/soc/sof/ops.h
265
if (sof_ops(sdev)->runtime_idle)
sound/soc/sof/ops.h
266
return sof_ops(sdev)->runtime_idle(sdev);
sound/soc/sof/ops.h
273
if (sof_ops(sdev)->set_hw_params_upon_resume)
sound/soc/sof/ops.h
274
return sof_ops(sdev)->set_hw_params_upon_resume(sdev);
sound/soc/sof/ops.h
280
if (sof_ops(sdev)->set_clk)
sound/soc/sof/ops.h
281
return sof_ops(sdev)->set_clk(sdev, freq);
sound/soc/sof/ops.h
292
if (sof_ops(sdev)->set_power_state)
sound/soc/sof/ops.h
293
return sof_ops(sdev)->set_power_state(sdev, target_state);
sound/soc/sof/ops.h
305
if (sof_ops(sdev) && sof_ops(sdev)->debugfs_add_region_item)
sound/soc/sof/ops.h
306
return sof_ops(sdev)->debugfs_add_region_item(sdev, blk_type, offset,
sound/soc/sof/ops.h
316
if (sof_ops(sdev)->write8)
sound/soc/sof/ops.h
317
sof_ops(sdev)->write8(sdev, sdev->bar[bar] + offset, value);
sound/soc/sof/ops.h
325
if (sof_ops(sdev)->write)
sound/soc/sof/ops.h
326
sof_ops(sdev)->write(sdev, sdev->bar[bar] + offset, value);
sound/soc/sof/ops.h
334
if (sof_ops(sdev)->write64)
sound/soc/sof/ops.h
335
sof_ops(sdev)->write64(sdev, sdev->bar[bar] + offset, value);
sound/soc/sof/ops.h
343
if (sof_ops(sdev)->read8)
sound/soc/sof/ops.h
344
return sof_ops(sdev)->read8(sdev, sdev->bar[bar] + offset);
sound/soc/sof/ops.h
352
if (sof_ops(sdev)->read)
sound/soc/sof/ops.h
353
return sof_ops(sdev)->read(sdev, sdev->bar[bar] + offset);
sound/soc/sof/ops.h
361
if (sof_ops(sdev)->read64)
sound/soc/sof/ops.h
362
return sof_ops(sdev)->read64(sdev, sdev->bar[bar] + offset);
sound/soc/sof/ops.h
383
return sof_ops(sdev)->block_read(sdev, blk_type, offset, dest, bytes);
sound/soc/sof/ops.h
390
return sof_ops(sdev)->block_write(sdev, blk_type, offset, src, bytes);
sound/soc/sof/ops.h
397
if (sof_ops(sdev)->mailbox_read)
sound/soc/sof/ops.h
398
sof_ops(sdev)->mailbox_read(sdev, offset, dest, bytes);
sound/soc/sof/ops.h
404
if (sof_ops(sdev)->mailbox_write)
sound/soc/sof/ops.h
405
sof_ops(sdev)->mailbox_write(sdev, offset, src, bytes);
sound/soc/sof/ops.h
412
return sof_ops(sdev)->send_msg(sdev, msg);
sound/soc/sof/ops.h
420
if (sof_ops(sdev) && sof_ops(sdev)->pcm_open)
sound/soc/sof/ops.h
421
return sof_ops(sdev)->pcm_open(sdev, substream);
sound/soc/sof/ops.h
43
if (sof_ops(sdev)->probe_early)
sound/soc/sof/ops.h
431
if (sof_ops(sdev) && sof_ops(sdev)->pcm_close)
sound/soc/sof/ops.h
432
return sof_ops(sdev)->pcm_close(sdev, substream);
sound/soc/sof/ops.h
44
return sof_ops(sdev)->probe_early(sdev);
sound/soc/sof/ops.h
444
if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_params)
sound/soc/sof/ops.h
445
return sof_ops(sdev)->pcm_hw_params(sdev, substream, params,
sound/soc/sof/ops.h
456
if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_free)
sound/soc/sof/ops.h
457
return sof_ops(sdev)->pcm_hw_free(sdev, substream);
sound/soc/sof/ops.h
467
if (sof_ops(sdev) && sof_ops(sdev)->pcm_trigger)
sound/soc/sof/ops.h
468
return sof_ops(sdev)->pcm_trigger(sdev, substream, cmd);
sound/soc/sof/ops.h
478
return sof_ops(sdev)->load_firmware(sdev);
sound/soc/sof/ops.h
486
return sof_ops(sdev)->ipc_msg_data(sdev, sps, p, sz);
sound/soc/sof/ops.h
494
if (sof_ops(sdev) && sof_ops(sdev)->set_stream_data_offset)
sound/soc/sof/ops.h
495
return sof_ops(sdev)->set_stream_data_offset(sdev, sps,
sound/soc/sof/ops.h
506
if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer)
sound/soc/sof/ops.h
507
return sof_ops(sdev)->pcm_pointer(sdev, substream);
sound/soc/sof/ops.h
51
return sof_ops(sdev)->probe(sdev);
sound/soc/sof/ops.h
516
if (sof_ops(sdev) && sof_ops(sdev)->pcm_ack)
sound/soc/sof/ops.h
517
return sof_ops(sdev)->pcm_ack(sdev, substream);
sound/soc/sof/ops.h
527
if (sof_ops(sdev) && sof_ops(sdev)->get_dai_frame_counter)
sound/soc/sof/ops.h
528
return sof_ops(sdev)->get_dai_frame_counter(sdev, component,
sound/soc/sof/ops.h
539
if (sof_ops(sdev) && sof_ops(sdev)->get_host_byte_counter)
sound/soc/sof/ops.h
540
return sof_ops(sdev)->get_host_byte_counter(sdev, component,
sound/soc/sof/ops.h
550
if (sof_ops(sdev) && sof_ops(sdev)->machine_register)
sound/soc/sof/ops.h
551
return sof_ops(sdev)->machine_register(sdev, pdata);
sound/soc/sof/ops.h
559
if (sof_ops(sdev) && sof_ops(sdev)->machine_unregister)
sound/soc/sof/ops.h
56
if (sof_ops(sdev)->remove)
sound/soc/sof/ops.h
560
sof_ops(sdev)->machine_unregister(sdev, pdata);
sound/soc/sof/ops.h
566
if (sof_ops(sdev) && sof_ops(sdev)->machine_select)
sound/soc/sof/ops.h
567
return sof_ops(sdev)->machine_select(sdev);
sound/soc/sof/ops.h
57
sof_ops(sdev)->remove(sdev);
sound/soc/sof/ops.h
576
if (sof_ops(sdev) && sof_ops(sdev)->set_mach_params)
sound/soc/sof/ops.h
577
sof_ops(sdev)->set_mach_params(mach, sdev);
sound/soc/sof/ops.h
583
if (sof_ops(sdev) && sof_ops(sdev)->is_chain_dma_supported)
sound/soc/sof/ops.h
584
return sof_ops(sdev)->is_chain_dma_supported(sdev, dai_type);
sound/soc/sof/ops.h
62
if (sof_ops(sdev)->remove_late)
sound/soc/sof/ops.h
63
sof_ops(sdev)->remove_late(sdev);
sound/soc/sof/ops.h
68
if (sof_ops(sdev)->shutdown)
sound/soc/sof/ops.h
69
return sof_ops(sdev)->shutdown(sdev);
sound/soc/sof/ops.h
82
return sof_ops(sdev)->run(sdev);
sound/soc/sof/ops.h
87
if (sof_ops(sdev)->stall)
sound/soc/sof/ops.h
88
return sof_ops(sdev)->stall(sdev, core_mask);
sound/soc/sof/ops.h
95
if (sof_ops(sdev)->reset)
sound/soc/sof/ops.h
96
return sof_ops(sdev)->reset(sdev);
sound/soc/sof/pcm.c
518
if (sof_ops(sdev)->pcm_pointer)
sound/soc/sof/pcm.c
519
return sof_ops(sdev)->pcm_pointer(sdev, substream);
sound/soc/sof/pcm.c
542
const struct snd_sof_dsp_ops *ops = sof_ops(sdev);
sound/soc/sof/pm.c
171
if (!runtime_resume && !sof_ops(sdev)->resume)
sound/soc/sof/pm.c
174
if (runtime_resume && !sof_ops(sdev)->runtime_resume)
sound/soc/sof/pm.c
205
if (!runtime_resume && sof_ops(sdev)->set_power_state &&
sound/soc/sof/pm.c
240
if (!runtime_suspend && !sof_ops(sdev)->suspend)
sound/soc/sof/pm.c
243
if (runtime_suspend && !sof_ops(sdev)->runtime_suspend)
sound/soc/sof/pm.c
337
if (sdev->fw_state == SOF_FW_BOOT_COMPLETE && sof_ops(sdev)->remove &&
sound/soc/sof/sof-client.c
198
if (sof_ops(sdev) && sof_ops(sdev)->register_ipc_clients)
sound/soc/sof/sof-client.c
199
ret = sof_ops(sdev)->register_ipc_clients(sdev);
sound/soc/sof/sof-client.c
217
if (sof_ops(sdev) && sof_ops(sdev)->unregister_ipc_clients)
sound/soc/sof/sof-client.c
218
sof_ops(sdev)->unregister_ipc_clients(sdev);