Home
last modified time | relevance | path

Searched refs:eml_lock (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/sound/soc/sof/intel/
H A Dhda-mlink.c412 mutex_init(&h2link->eml_lock); in hda_ml_alloc_h2link()
527 mutex_lock(&h2link->eml_lock); in hdac_bus_eml_enable_interrupt()
683 bool eml_lock) in hdac_bus_eml_power_up_base() argument
698 if (eml_lock) in hdac_bus_eml_power_up_base()
726 if (eml_lock) in hdac_bus_eml_power_up_base()
745 bool eml_lock) in hdac_bus_eml_power_down_base() argument
760 if (eml_lock) in hdac_bus_eml_power_down_base()
783 if (eml_lock) in hdac_bus_eml_power_down_base()
840 mutex_lock(&h2link->eml_lock); in hdac_bus_eml_sdw_set_lsdiid()
878 mutex_lock(&h2link->eml_lock); in hdac_bus_eml_sdw_map_stream_ch()
[all …]
H A Dhda.c181 res.eml_lock = hdac_bus_eml_get_mutex(sof_to_bus(sdev), true, in hda_sdw_probe()
183 if (!res.eml_lock) in hda_sdw_probe()
/linux-6.15/include/linux/soundwire/
H A Dsdw_intel.h353 struct mutex *eml_lock; member
/linux-6.15/drivers/soundwire/
H A Dintel_init.c79 link->shim_lock = res->eml_lock; in intel_link_dev_register()