Home
last modified time | relevance | path

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

/linux-6.6.21/include/sound/
Dhda-mlink.h42 int hdac_bus_eml_sdw_power_up_unlocked(struct hdac_bus *bus, int sublink);
144 hdac_bus_eml_sdw_power_up_unlocked(struct hdac_bus *bus, int sublink) { return 0; } in hdac_bus_eml_sdw_power_up_unlocked() function
/linux-6.6.21/sound/soc/sof/intel/
Dhda-mlink.c748 int hdac_bus_eml_sdw_power_up_unlocked(struct hdac_bus *bus, int sublink) in hdac_bus_eml_sdw_power_up_unlocked() function
752 EXPORT_SYMBOL_NS(hdac_bus_eml_sdw_power_up_unlocked, SND_SOC_SOF_HDA_MLINK);
/linux-6.6.21/drivers/soundwire/
Dintel_ace2x.c99 ret = hdac_bus_eml_sdw_power_up_unlocked(sdw->link_res->hbus, link_id); in intel_link_power_up()