Searched refs:sdw_version (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/soundwire/ |
H A D | slave.c | 157 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 D | bus_type.c | 29 (!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 D | soc_sdw_utils.c | 642 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 D | devicetable-offsets.c | 224 DEVID_FIELD(sdw_device_id, sdw_version); in main()
|
H A D | file2alias.c | 1178 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 D | rt715-sdca.c | 983 rt715->hw_sdw_ver = slave->id.sdw_version; in rt715_sdca_init()
|
/linux/sound/soc/sof/intel/ |
H A D | hda.c | 1156 peripherals->array[i]->id.sdw_version); in hda_sdw_machine_select()
|