Searched refs:sdw_version (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/soundwire/ |
| A D | slave.c | 145 if (cwd->id.sdw_version != id.sdw_version || cwd->id.mfg_id != id.mfg_id || in sdw_acpi_check_duplicate() 225 unsigned int sdw_version; in sdw_of_find_slaves() local 234 ret = sscanf(compat, "sdw%01x%04hx%04hx%02hhx", &sdw_version, in sdw_of_find_slaves() 251 id.sdw_version = sdw_version; in sdw_of_find_slaves()
|
| 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()
|
| A D | bus.c | 804 id->sdw_version = SDW_VERSION(addr); in sdw_extract_slave_id() 812 id->class_id, id->mfg_id, id->part_id, id->unique_id, id->sdw_version); in sdw_extract_slave_id()
|
| /linux/sound/soc/ |
| A D | soc-acpi.c | 154 ids[j].id.sdw_version == version) in snd_soc_acpi_sdw_link_slaves_found() 164 ids[j].id.sdw_version != version) in snd_soc_acpi_sdw_link_slaves_found()
|
| /linux/sound/soc/sdw_utils/ |
| A D | soc_sdw_utils.c | 576 unsigned int part_id, sdw_version; in asoc_sdw_find_codec_info_part() local 580 sdw_version = SDW_VERSION(adr); in asoc_sdw_find_codec_info_part() 588 sdw_version == codec_info_list[i].version_id)) in asoc_sdw_find_codec_info_part() 826 unsigned int sdw_version, in asoc_sdw_is_unique_device() argument 849 if (sdw_version == sdw1_version && in asoc_sdw_is_unique_device() 865 unsigned int sdw_version = SDW_VERSION(adr); in asoc_sdw_get_codec_name() local 874 else if (asoc_sdw_is_unique_device(adr_link, sdw_version, mfg_id, part_id, in asoc_sdw_get_codec_name()
|
| /linux/include/linux/soundwire/ |
| A D | sdw.h | 488 __u8 sdw_version:4; member 720 .sdw_version = (_version), .class_id = (_c_id), \
|
| /linux/scripts/mod/ |
| A D | devicetable-offsets.c | 224 DEVID_FIELD(sdw_device_id, sdw_version); in main()
|
| A D | file2alias.c | 1298 DEF_FIELD(symval, sdw_device_id, sdw_version); in do_sdw_entry() 1304 ADD(alias, "v", sdw_version != 0, sdw_version); in do_sdw_entry()
|
| /linux/include/linux/ |
| A D | mod_devicetable.h | 274 __u8 sdw_version; member
|
| /linux/sound/soc/codecs/ |
| A D | rt715-sdca.c | 983 rt715->hw_sdw_ver = slave->id.sdw_version; in rt715_sdca_init()
|
| /linux/sound/soc/sof/intel/ |
| A D | hda.c | 1144 ids[i].link_id, ids[i].id.mfg_id, ids[i].id.part_id, ids[i].id.sdw_version); in hda_sdw_machine_select()
|
Completed in 40 milliseconds