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()
139 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_switch_put() local
157 if (pm_runtime_active(scomp->dev)) in snd_sof_switch_put()
189 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_enum_put() local
204 if (pm_runtime_active(scomp->dev)) in snd_sof_enum_put()
220 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_get() local
226 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_get()
234 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_get()
254 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_put() local
260 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_put()
268 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_put()
280 if (pm_runtime_active(scomp->dev)) in snd_sof_bytes_put()
297 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_ext_put() local
317 dev_err_ratelimited(scomp->dev, "error: inconsistent TLV, data %d + header %zu > %d\n", in snd_sof_bytes_ext_put()
324 dev_err_ratelimited(scomp->dev, "error: Bytes data size %d exceeds max %d.\n", in snd_sof_bytes_ext_put()
331 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_ext_put()
341 dev_err_ratelimited(scomp->dev, in snd_sof_bytes_ext_put()
348 dev_err_ratelimited(scomp->dev, "error: Incompatible ABI version 0x%08x.\n", in snd_sof_bytes_ext_put()
355 dev_err_ratelimited(scomp->dev, "error: Mismatch in ABI data size (truncated?).\n"); in snd_sof_bytes_ext_put()
360 if (pm_runtime_active(scomp->dev)) in snd_sof_bytes_ext_put()
375 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_ext_volatile_get() local
391 ret = pm_runtime_get_sync(scomp->dev); in snd_sof_bytes_ext_volatile_get()
393 dev_err_ratelimited(scomp->dev, "error: bytes_ext get failed to resume %d\n", ret); in snd_sof_bytes_ext_volatile_get()
394 pm_runtime_put_noidle(scomp->dev); in snd_sof_bytes_ext_volatile_get()
409 dev_err_ratelimited(scomp->dev, "error: user data size %d exceeds max size %zu.\n", in snd_sof_bytes_ext_volatile_get()
434 pm_runtime_mark_last_busy(scomp->dev); in snd_sof_bytes_ext_volatile_get()
435 err = pm_runtime_put_autosuspend(scomp->dev); in snd_sof_bytes_ext_volatile_get()
437 dev_err_ratelimited(scomp->dev, "error: bytes_ext get failed to idle %d\n", err); in snd_sof_bytes_ext_volatile_get()
449 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_ext_get() local
470 dev_err_ratelimited(scomp->dev, "error: user data size %d exceeds max size %zu.\n", in snd_sof_bytes_ext_get()