Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-mlink.c61 struct mutex eml_lock; /* prevent concurrent access to e.g. CPA/SPA */ member
412 mutex_init(&h2link->eml_lock); in hda_ml_alloc_h2link()
462 mutex_destroy(&h2link->eml_lock); in hda_bus_ml_free()
527 scoped_guard(mutex, &h2link->eml_lock) in hdac_bus_eml_enable_interrupt()
680 bool eml_lock) in hdac_bus_eml_power_up_base() argument
695 if (eml_lock) in hdac_bus_eml_power_up_base()
696 mutex_lock(&h2link->eml_lock); in hdac_bus_eml_power_up_base()
723 if (eml_lock) in hdac_bus_eml_power_up_base()
724 mutex_unlock(&h2link->eml_lock); in hdac_bus_eml_power_up_base()
742 bool eml_lock) in hdac_bus_eml_power_down_base() argument
[all …]
H A Dhda.c183 res.eml_lock = hdac_bus_eml_get_mutex(sof_to_bus(sdev), true, in hda_sdw_probe()
185 if (!res.eml_lock) in hda_sdw_probe()
/linux/include/linux/soundwire/
H A Dsdw_intel.h358 struct mutex *eml_lock; member
/linux/drivers/soundwire/
H A Dintel_init.c79 link->shim_lock = res->eml_lock; in intel_link_dev_register()