Searched refs:sdw_version (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/soundwire/
H A Dslave.c150 if (cwd->id.sdw_version != id.sdw_version || cwd->id.mfg_id != id.mfg_id ||
230 unsigned int sdw_version; local
239 ret = sscanf(compat, "sdw%01x%04hx%04hx%02hhx", &sdw_version,
256 id.sdw_version = sdw_version;
H A Dbus_type.c29 (!id->sdw_version ||
30 slave->id.sdw_version == id->sdw_version) &&
59 slave->id.sdw_version, slave->id.class_id);
H A Dbus.c804 id->sdw_version = SDW_VERSION(addr);
812 id->class_id, id->mfg_id, id->part_id, id->unique_id, id->sdw_version);
/linux-master/sound/soc/
H A Dsoc-acpi.c154 ids[j].id.sdw_version == version)
164 ids[j].id.sdw_version != version)
/linux-master/sound/soc/intel/boards/
H A Dsof_sdw.c1060 unsigned int part_id, sdw_version; local
1064 sdw_version = SDW_VERSION(adr);
1072 sdw_version == codec_info_list[i].version_id))
1220 unsigned int sdw_version,
1243 if (sdw_version == sdw1_version &&
1258 unsigned int sdw_version, unique_id, mfg_id, link_id, part_id, class_id; local
1266 sdw_version = SDW_VERSION(adr);
1277 else if (is_unique_device(adr_link, sdw_version, mfg_id, part_id,
1219 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) argument
/linux-master/include/linux/soundwire/
H A Dsdw.h477 * @sdw_version: SDW version implemented
486 __u8 sdw_version:4; member in struct:sdw_slave_id
499 * DevId_0 [7:4] 47:44 sdw_version
735 .sdw_version = (_version), .class_id = (_c_id), \
/linux-master/scripts/mod/
H A Ddevicetable-offsets.c220 DEVID_FIELD(sdw_device_id, sdw_version);
H A Dfile2alias.c1288 DEF_FIELD(symval, sdw_device_id, sdw_version);
1294 ADD(alias, "v", sdw_version != 0, sdw_version);
/linux-master/include/linux/
H A Dmod_devicetable.h274 __u8 sdw_version; member in struct:sdw_device_id
/linux-master/sound/soc/codecs/
H A Drt715-sdca.c983 rt715->hw_sdw_ver = slave->id.sdw_version;

Completed in 186 milliseconds