Home
last modified time | relevance | path

Searched refs:sdw_version (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/soundwire/
H A Dslave.c157 if (cwd->id.sdw_version != id.sdw_version || cwd->id.mfg_id != id.mfg_id || in sdw_acpi_check_duplicate()
237 unsigned int sdw_version; in sdw_of_find_slaves() local
246 ret = sscanf(compat, "sdw%01x%04hx%04hx%02hhx", &sdw_version, in sdw_of_find_slaves()
263 id.sdw_version = sdw_version; in sdw_of_find_slaves()
H A Dbus_type.c29 (!id->sdw_version || in sdw_get_device_id()
30 slave->id.sdw_version == id->sdw_version) && in sdw_get_device_id()
59 slave->id.sdw_version, slave->id.class_id); in sdw_slave_modalias()
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c642 unsigned int part_id, sdw_version; in asoc_sdw_find_codec_info_part() local
646 sdw_version = SDW_VERSION(adr); in asoc_sdw_find_codec_info_part()
654 sdw_version == codec_info_list[i].version_id)) in asoc_sdw_find_codec_info_part()
892 unsigned int sdw_version, in asoc_sdw_is_unique_device() argument
915 if (sdw_version == sdw1_version && in asoc_sdw_is_unique_device()
931 unsigned int sdw_version = SDW_VERSION(adr); in asoc_sdw_get_codec_name() local
940 else if (asoc_sdw_is_unique_device(adr_link, sdw_version, mfg_id, part_id, in asoc_sdw_get_codec_name()
/linux/scripts/mod/
H A Ddevicetable-offsets.c224 DEVID_FIELD(sdw_device_id, sdw_version); in main()
H A Dfile2alias.c1178 DEF_FIELD(symval, sdw_device_id, sdw_version); in do_sdw_entry()
1183 ADD(alias, "v", sdw_version != 0, sdw_version); in do_sdw_entry()
/linux/sound/soc/codecs/
H A Drt715-sdca.c983 rt715->hw_sdw_ver = slave->id.sdw_version; in rt715_sdca_init()
/linux/sound/soc/sof/intel/
H A Dhda.c1156 peripherals->array[i]->id.sdw_version); in hda_sdw_machine_select()