Lines Matching refs:scomp

92 	struct snd_soc_component *scomp = scontrol->scomp;  in snd_sof_volume_put()  local
108 if (pm_runtime_active(scomp->dev)) in snd_sof_volume_put()
161 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_switch_put() local
179 if (pm_runtime_active(scomp->dev)) in snd_sof_switch_put()
211 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_enum_put() local
226 if (pm_runtime_active(scomp->dev)) in snd_sof_enum_put()
242 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_get() local
248 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_get()
256 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_get()
276 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_put() local
282 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_put()
290 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_put()
302 if (pm_runtime_active(scomp->dev)) in snd_sof_bytes_put()
319 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_ext_put() local
339 dev_err_ratelimited(scomp->dev, "error: inconsistent TLV, data %d + header %zu > %d\n", in snd_sof_bytes_ext_put()
346 dev_err_ratelimited(scomp->dev, "error: Bytes data size %d exceeds max %d.\n", in snd_sof_bytes_ext_put()
353 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_ext_put()
363 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_ext_put()
370 dev_err_ratelimited(scomp->dev, "error: Incompatible ABI version 0x%08x.\n", in snd_sof_bytes_ext_put()
377 dev_err_ratelimited(scomp->dev, "error: Mismatch in ABI data size (truncated?).\n"); in snd_sof_bytes_ext_put()
382 if (pm_runtime_active(scomp->dev)) in snd_sof_bytes_ext_put()
397 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_ext_volatile_get() local
413 ret = pm_runtime_get_sync(scomp->dev); in snd_sof_bytes_ext_volatile_get()
415 dev_err_ratelimited(scomp->dev, "error: bytes_ext get failed to resume %d\n", ret); in snd_sof_bytes_ext_volatile_get()
416 pm_runtime_put_noidle(scomp->dev); in snd_sof_bytes_ext_volatile_get()
431 dev_err_ratelimited(scomp->dev, "error: user data size %d exceeds max size %zu.\n", in snd_sof_bytes_ext_volatile_get()
456 pm_runtime_mark_last_busy(scomp->dev); in snd_sof_bytes_ext_volatile_get()
457 err = pm_runtime_put_autosuspend(scomp->dev); in snd_sof_bytes_ext_volatile_get()
459 dev_err_ratelimited(scomp->dev, "error: bytes_ext get failed to idle %d\n", err); in snd_sof_bytes_ext_volatile_get()
471 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_ext_get() local
492 dev_err_ratelimited(scomp->dev, "error: user data size %d exceeds max size %zu.\n", in snd_sof_bytes_ext_get()