Searched refs:sdw_version (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/soundwire/ |
| H A D | slave.c | 158 if (cwd->id.sdw_version != id.sdw_version || cwd->id.mfg_id != id.mfg_id || in sdw_acpi_check_duplicate() 238 unsigned int sdw_version; in sdw_of_find_slaves() local 247 ret = sscanf(compat, "sdw%01x%04hx%04hx%02hhx", &sdw_version, in sdw_of_find_slaves() 264 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()
|
| H A D | bus.c | 806 id->sdw_version = SDW_VERSION(addr); in sdw_extract_slave_id() 814 id->class_id, id->mfg_id, id->part_id, id->unique_id, id->sdw_version); in sdw_extract_slave_id()
|
| /linux-6.15/sound/soc/ |
| H A D | soc-acpi.c | 155 peripheral->id.sdw_version == version) in snd_soc_acpi_sdw_link_slaves_found() 166 peripheral->id.sdw_version != version) in snd_soc_acpi_sdw_link_slaves_found()
|
| /linux-6.15/sound/soc/sdw_utils/ |
| H A D | soc_sdw_utils.c | 654 unsigned int part_id, sdw_version; in asoc_sdw_find_codec_info_part() local 658 sdw_version = SDW_VERSION(adr); in asoc_sdw_find_codec_info_part() 666 sdw_version == codec_info_list[i].version_id)) in asoc_sdw_find_codec_info_part() 904 unsigned int sdw_version, in asoc_sdw_is_unique_device() argument 927 if (sdw_version == sdw1_version && in asoc_sdw_is_unique_device() 943 unsigned int sdw_version = SDW_VERSION(adr); in asoc_sdw_get_codec_name() local 952 else if (asoc_sdw_is_unique_device(adr_link, sdw_version, mfg_id, part_id, in asoc_sdw_get_codec_name()
|
| /linux-6.15/include/linux/soundwire/ |
| H A D | sdw.h | 482 __u8 sdw_version:4; member 714 .sdw_version = (_version), .class_id = (_c_id), \
|
| /linux-6.15/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-6.15/include/linux/ |
| H A D | mod_devicetable.h | 274 __u8 sdw_version; member
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | rt715-sdca.c | 975 rt715->hw_sdw_ver = slave->id.sdw_version; in rt715_sdca_init()
|
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | hda.c | 1208 peripherals->array[i]->id.sdw_version); in hda_sdw_machine_select()
|