Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-acpi.c146 version = SDW_VERSION(adr); in snd_soc_acpi_sdw_link_slaves_found()
/linux-6.15/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c658 sdw_version = SDW_VERSION(adr); in asoc_sdw_find_codec_info_part()
922 sdw1_version = SDW_VERSION(adr); in asoc_sdw_is_unique_device()
943 unsigned int sdw_version = SDW_VERSION(adr); in asoc_sdw_get_codec_name()
/linux-6.15/include/linux/soundwire/
H A Dsdw.h513 #define SDW_VERSION(addr) FIELD_GET(SDW_VERSION_MASK, addr) macro
/linux-6.15/drivers/soundwire/
H A Dbus.c806 id->sdw_version = SDW_VERSION(addr); in sdw_extract_slave_id()