Home
last modified time | relevance | path

Searched refs:link_locked (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/sound/hda/ext/
H A Dhdac_ext_stream.c272 if (hstream->decoupled && !hstream->link_locked) { in hdac_ext_link_stream_assign()
277 if (!hstream->link_locked) { in hdac_ext_link_stream_assign()
284 res->link_locked = 1; in hdac_ext_link_stream_assign()
390 if (stream->decoupled && !stream->link_locked) in snd_hdac_ext_stream_release()
400 stream->link_locked = 0; in snd_hdac_ext_stream_release()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dmaxim-max96745.c129 u8 cxtp, tx_rate, link_locked; in max96745_bridge_post_disable() local
133 link_locked = FIELD_GET(LINK_LOCKED, reg); in max96745_bridge_post_disable()
147 if (link_locked) { in max96745_bridge_post_disable()
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-dai.c81 if (!hstream->link_locked) { in hda_link_stream_assign()
113 res->link_locked = 1; in hda_link_stream_assign()
H A Dhda-stream.c614 if (!link_dev->link_locked) in hda_dsp_stream_hw_free()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhdaudio_ext.h70 bool link_locked:1; member