Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-mlink.c401 mutex_init(&h2link->eml_lock); in hda_ml_alloc_h2link()
498 mutex_lock(&h2link->eml_lock); in hdac_bus_eml_enable_interrupt()
654 bool eml_lock) in hdac_bus_eml_power_up_base() argument
669 if (eml_lock) in hdac_bus_eml_power_up_base()
683 if (eml_lock) in hdac_bus_eml_power_up_base()
702 bool eml_lock) in hdac_bus_eml_power_down_base() argument
717 if (eml_lock) in hdac_bus_eml_power_down_base()
730 if (eml_lock) in hdac_bus_eml_power_down_base()
787 mutex_lock(&h2link->eml_lock); in hdac_bus_eml_sdw_set_lsdiid()
825 mutex_lock(&h2link->eml_lock); in hdac_bus_eml_sdw_map_stream_ch()
[all …]
H A Dhda.c216 res.eml_lock = hdac_bus_eml_get_mutex(sof_to_bus(sdev), true, in hda_sdw_probe()
218 if (!res.eml_lock) in hda_sdw_probe()
/openbmc/linux/include/linux/soundwire/
H A Dsdw_intel.h343 struct mutex *eml_lock; member
/openbmc/linux/drivers/soundwire/
H A Dintel_init.c78 link->shim_lock = res->eml_lock; in intel_link_dev_register()