sof_ops           413 sound/soc/sof/core.c 					      sof_ops(sdev)->drv,
sof_ops           414 sound/soc/sof/core.c 					      sof_ops(sdev)->num_drv);
sof_ops           491 sound/soc/sof/core.c 	if (!sof_ops(sdev) || !sof_ops(sdev)->probe || !sof_ops(sdev)->run ||
sof_ops           492 sound/soc/sof/core.c 	    !sof_ops(sdev)->block_read || !sof_ops(sdev)->block_write ||
sof_ops           493 sound/soc/sof/core.c 	    !sof_ops(sdev)->send_msg || !sof_ops(sdev)->load_firmware ||
sof_ops           494 sound/soc/sof/core.c 	    !sof_ops(sdev)->ipc_msg_data || !sof_ops(sdev)->ipc_pcm_params)
sof_ops           416 sound/soc/sof/debug.c 	const struct snd_sof_dsp_ops *ops = sof_ops(sdev);
sof_ops           549 sound/soc/sof/intel/hda.c 	hdev->no_ipc_position = sof_ops(sdev)->pcm_pointer ? 1 : 0;
sof_ops           629 sound/soc/sof/intel/hda.c 				   sof_ops(sdev)->irq_thread, IRQF_SHARED,
sof_ops           352 sound/soc/sof/ipc.c 			err = sof_ops(sdev)->fw_ready(sdev, cmd);
sof_ops           793 sound/soc/sof/ipc.c 	if (!sof_ops(sdev)->fw_ready) {
sof_ops           382 sound/soc/sof/loader.c 	load_module = sof_ops(sdev)->load_module;
sof_ops           502 sound/soc/sof/loader.c 	if (sof_ops(sdev)->load_firmware)
sof_ops           503 sound/soc/sof/loader.c 		return sof_ops(sdev)->load_firmware(sdev);
sof_ops            29 sound/soc/sof/ops.h 	return sof_ops(sdev)->probe(sdev);
sof_ops            34 sound/soc/sof/ops.h 	if (sof_ops(sdev)->remove)
sof_ops            35 sound/soc/sof/ops.h 		return sof_ops(sdev)->remove(sdev);
sof_ops            48 sound/soc/sof/ops.h 	return sof_ops(sdev)->run(sdev);
sof_ops            53 sound/soc/sof/ops.h 	if (sof_ops(sdev)->stall)
sof_ops            54 sound/soc/sof/ops.h 		return sof_ops(sdev)->stall(sdev);
sof_ops            61 sound/soc/sof/ops.h 	if (sof_ops(sdev)->reset)
sof_ops            62 sound/soc/sof/ops.h 		return sof_ops(sdev)->reset(sdev);
sof_ops            71 sound/soc/sof/ops.h 	if (sof_ops(sdev)->core_power_up)
sof_ops            72 sound/soc/sof/ops.h 		return sof_ops(sdev)->core_power_up(sdev, core_mask);
sof_ops            80 sound/soc/sof/ops.h 	if (sof_ops(sdev)->core_power_down)
sof_ops            81 sound/soc/sof/ops.h 		return sof_ops(sdev)->core_power_down(sdev, core_mask);
sof_ops            89 sound/soc/sof/ops.h 	if (sof_ops(sdev)->pre_fw_run)
sof_ops            90 sound/soc/sof/ops.h 		return sof_ops(sdev)->pre_fw_run(sdev);
sof_ops            97 sound/soc/sof/ops.h 	if (sof_ops(sdev)->post_fw_run)
sof_ops            98 sound/soc/sof/ops.h 		return sof_ops(sdev)->post_fw_run(sdev);
sof_ops           116 sound/soc/sof/ops.h 	if (sof_ops(sdev)->get_bar_index)
sof_ops           117 sound/soc/sof/ops.h 		return sof_ops(sdev)->get_bar_index(sdev, type);
sof_ops           124 sound/soc/sof/ops.h 	if (sof_ops(sdev)->get_mailbox_offset)
sof_ops           125 sound/soc/sof/ops.h 		return sof_ops(sdev)->get_mailbox_offset(sdev);
sof_ops           134 sound/soc/sof/ops.h 	if (sof_ops(sdev)->get_window_offset)
sof_ops           135 sound/soc/sof/ops.h 		return sof_ops(sdev)->get_window_offset(sdev, id);
sof_ops           143 sound/soc/sof/ops.h 	if (sof_ops(sdev)->resume)
sof_ops           144 sound/soc/sof/ops.h 		return sof_ops(sdev)->resume(sdev);
sof_ops           151 sound/soc/sof/ops.h 	if (sof_ops(sdev)->suspend)
sof_ops           152 sound/soc/sof/ops.h 		return sof_ops(sdev)->suspend(sdev);
sof_ops           159 sound/soc/sof/ops.h 	if (sof_ops(sdev)->runtime_resume)
sof_ops           160 sound/soc/sof/ops.h 		return sof_ops(sdev)->runtime_resume(sdev);
sof_ops           167 sound/soc/sof/ops.h 	if (sof_ops(sdev)->runtime_suspend)
sof_ops           168 sound/soc/sof/ops.h 		return sof_ops(sdev)->runtime_suspend(sdev);
sof_ops           175 sound/soc/sof/ops.h 	if (sof_ops(sdev)->runtime_idle)
sof_ops           176 sound/soc/sof/ops.h 		return sof_ops(sdev)->runtime_idle(sdev);
sof_ops           183 sound/soc/sof/ops.h 	if (sof_ops(sdev)->set_hw_params_upon_resume)
sof_ops           184 sound/soc/sof/ops.h 		return sof_ops(sdev)->set_hw_params_upon_resume(sdev);
sof_ops           190 sound/soc/sof/ops.h 	if (sof_ops(sdev)->set_clk)
sof_ops           191 sound/soc/sof/ops.h 		return sof_ops(sdev)->set_clk(sdev, freq);
sof_ops           199 sound/soc/sof/ops.h 	if (sof_ops(sdev)->dbg_dump)
sof_ops           200 sound/soc/sof/ops.h 		return sof_ops(sdev)->dbg_dump(sdev, flags);
sof_ops           205 sound/soc/sof/ops.h 	if (sof_ops(sdev)->ipc_dump)
sof_ops           206 sound/soc/sof/ops.h 		return sof_ops(sdev)->ipc_dump(sdev);
sof_ops           213 sound/soc/sof/ops.h 	if (sof_ops(sdev)->write) {
sof_ops           214 sound/soc/sof/ops.h 		sof_ops(sdev)->write(sdev, sdev->bar[bar] + offset, value);
sof_ops           224 sound/soc/sof/ops.h 	if (sof_ops(sdev)->write64) {
sof_ops           225 sound/soc/sof/ops.h 		sof_ops(sdev)->write64(sdev, sdev->bar[bar] + offset, value);
sof_ops           235 sound/soc/sof/ops.h 	if (sof_ops(sdev)->read)
sof_ops           236 sound/soc/sof/ops.h 		return sof_ops(sdev)->read(sdev, sdev->bar[bar] + offset);
sof_ops           245 sound/soc/sof/ops.h 	if (sof_ops(sdev)->read64)
sof_ops           246 sound/soc/sof/ops.h 		return sof_ops(sdev)->read64(sdev, sdev->bar[bar] + offset);
sof_ops           256 sound/soc/sof/ops.h 	sof_ops(sdev)->block_read(sdev, bar, offset, dest, bytes);
sof_ops           262 sound/soc/sof/ops.h 	sof_ops(sdev)->block_write(sdev, bar, offset, src, bytes);
sof_ops           269 sound/soc/sof/ops.h 	return sof_ops(sdev)->send_msg(sdev, msg);
sof_ops           276 sound/soc/sof/ops.h 	if (sof_ops(sdev)->trace_init)
sof_ops           277 sound/soc/sof/ops.h 		return sof_ops(sdev)->trace_init(sdev, stream_tag);
sof_ops           284 sound/soc/sof/ops.h 	if (sof_ops(sdev)->trace_release)
sof_ops           285 sound/soc/sof/ops.h 		return sof_ops(sdev)->trace_release(sdev);
sof_ops           292 sound/soc/sof/ops.h 	if (sof_ops(sdev)->trace_trigger)
sof_ops           293 sound/soc/sof/ops.h 		return sof_ops(sdev)->trace_trigger(sdev, cmd);
sof_ops           303 sound/soc/sof/ops.h 	if (sof_ops(sdev) && sof_ops(sdev)->pcm_open)
sof_ops           304 sound/soc/sof/ops.h 		return sof_ops(sdev)->pcm_open(sdev, substream);
sof_ops           314 sound/soc/sof/ops.h 	if (sof_ops(sdev) && sof_ops(sdev)->pcm_close)
sof_ops           315 sound/soc/sof/ops.h 		return sof_ops(sdev)->pcm_close(sdev, substream);
sof_ops           327 sound/soc/sof/ops.h 	if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_params)
sof_ops           328 sound/soc/sof/ops.h 		return sof_ops(sdev)->pcm_hw_params(sdev, substream,
sof_ops           339 sound/soc/sof/ops.h 	if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_free)
sof_ops           340 sound/soc/sof/ops.h 		return sof_ops(sdev)->pcm_hw_free(sdev, substream);
sof_ops           350 sound/soc/sof/ops.h 	if (sof_ops(sdev) && sof_ops(sdev)->pcm_trigger)
sof_ops           351 sound/soc/sof/ops.h 		return sof_ops(sdev)->pcm_trigger(sdev, substream, cmd);
sof_ops           361 sound/soc/sof/ops.h 	sof_ops(sdev)->ipc_msg_data(sdev, substream, p, sz);
sof_ops           370 sound/soc/sof/ops.h 	return sof_ops(sdev)->ipc_pcm_params(sdev, substream, reply);
sof_ops           378 sound/soc/sof/ops.h 	if (sof_ops(sdev) && sof_ops(sdev)->pcm_pointer)
sof_ops           379 sound/soc/sof/ops.h 		return sof_ops(sdev)->pcm_pointer(sdev, substream);
sof_ops           412 sound/soc/sof/pcm.c 	if (sof_ops(sdev)->pcm_pointer)
sof_ops           413 sound/soc/sof/pcm.c 		return sof_ops(sdev)->pcm_pointer(sdev, substream);
sof_ops           732 sound/soc/sof/pcm.c 	if (!sof_ops(sdev)->runtime_suspend || !sof_ops(sdev)->runtime_resume)
sof_ops           269 sound/soc/sof/pm.c 	if (!sof_ops(sdev)->resume || !sof_ops(sdev)->runtime_resume)
sof_ops           349 sound/soc/sof/pm.c 	if (!sof_ops(sdev)->suspend)