Searched refs:sdw_version (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/soundwire/ |
| H A D | bus_type.c | 28 (!id->sdw_version || in sdw_get_device_id() 29 slave->id.sdw_version == id->sdw_version) && in sdw_get_device_id() 58 slave->id.sdw_version, slave->id.class_id); in sdw_slave_modalias()
|
| H A D | bus.c | 802 id->sdw_version = SDW_VERSION(addr); in sdw_extract_slave_id() 810 id->class_id, id->mfg_id, id->part_id, id->unique_id, id->sdw_version); in sdw_extract_slave_id()
|
| /linux/include/linux/device-id/ |
| H A D | sdw.h | 13 __u8 sdw_version; member
|
| /linux/sound/soc/sdw_utils/ |
| H A D | soc_sdw_utils.c | 1271 unsigned int vendor_id, part_id, sdw_version; in asoc_sdw_trigger() 1276 sdw_version = SDW_VERSION(adr); in asoc_sdw_trigger() 1285 sdw_version == codec_info_list[i].version_id)) in asoc_sdw_trigger() 1300 id->sdw_version == codec_info_list[i].version_id)) in asoc_sdw_hw_params() 1605 unsigned int sdw_version, 1628 if (sdw_version == sdw1_version && 1643 unsigned int sdw_version = SDW_VERSION(adr); in is_sdca_endpoint_present() 1650 if (asoc_sdw_is_unique_device(adr_link, sdw_version, mfg_id, part_id, in is_sdca_endpoint_present() 1025 unsigned int vendor_id, part_id, sdw_version; asoc_sdw_find_codec_info_part() local 1357 asoc_sdw_is_unique_device(const struct snd_soc_acpi_link_adr * adr_link,unsigned int sdw_version,unsigned int mfg_id,unsigned int part_id,unsigned int class_id,int index_in_link) asoc_sdw_is_unique_device() argument 1395 unsigned int sdw_version = SDW_VERSION(adr); _asoc_sdw_get_codec_name() local
|
| /linux/include/linux/soundwire/ |
| H A D | sdw.h | 492 __u8 sdw_version:4; member 726 .sdw_version = (_version), .class_id = (_c_id), \
|
| /linux/scripts/mod/ |
| H A D | devicetable-offsets.c | 228 DEVID_FIELD(sdw_device_id, sdw_version); in main()
|
| H A D | file2alias.c | 1214 DEF_FIELD(symval, sdw_device_id, sdw_version); in do_sdw_entry() 1219 ADD(alias, "v", sdw_version != 0, sdw_version); in do_sdw_entry()
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda.c | 1245 ((u64)(sdw_device->id.sdw_version & 0xF) << 44) | in find_acpi_adr_device() 1392 peripherals->array[i]->id.sdw_version); in hda_sdw_machine_select()
|
| /linux/sound/soc/codecs/ |
| H A D | rt715-sdca.c | 972 rt715->hw_sdw_ver = slave->id.sdw_version; in rt715_sdca_init()
|