Home
last modified time | relevance | path

Searched refs:hdac_bus_eml_sdw_power_down_unlocked (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/sound/
H A Dhda-mlink.h43 int hdac_bus_eml_sdw_power_down_unlocked(struct hdac_bus *bus, int sublink);
147 hdac_bus_eml_sdw_power_down_unlocked(struct hdac_bus *bus, int sublink) { return 0; } in hdac_bus_eml_sdw_power_down_unlocked() function
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-mlink.c754 int hdac_bus_eml_sdw_power_down_unlocked(struct hdac_bus *bus, int sublink) in hdac_bus_eml_sdw_power_down_unlocked() function
758 EXPORT_SYMBOL_NS(hdac_bus_eml_sdw_power_down_unlocked, SND_SOC_SOF_HDA_MLINK);
/openbmc/linux/drivers/soundwire/
H A Dintel_ace2x.c140 ret = hdac_bus_eml_sdw_power_down_unlocked(sdw->link_res->hbus, link_id); in intel_link_power_down()