Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dhda-mlink.h31 int hdac_bus_eml_sdw_sync_go_unlocked(struct hdac_bus *bus);
111 hdac_bus_eml_sdw_sync_go_unlocked(struct hdac_bus *bus) { return 0; } in hdac_bus_eml_sdw_sync_go_unlocked() function
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-mlink.c618 int hdac_bus_eml_sdw_sync_go_unlocked(struct hdac_bus *bus) in hdac_bus_eml_sdw_sync_go_unlocked() function
622 EXPORT_SYMBOL_NS(hdac_bus_eml_sdw_sync_go_unlocked, SND_SOC_SOF_HDA_MLINK);
/openbmc/linux/drivers/soundwire/
H A Dintel_ace2x.c171 ret = hdac_bus_eml_sdw_sync_go_unlocked(sdw->link_res->hbus); in intel_sync_go_unlocked()