Searched refs:sdw_version (Results 1 - 11 of 11) 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.c1203 unsigned int part_id, sdw_version; local
1207 sdw_version = SDW_VERSION(adr);
1215 sdw_version == codec_info_list[i].version_id))
1302 unsigned int sdw_version,
1325 if (sdw_version == sdw1_version &&
1341 unsigned int sdw_version = SDW_VERSION(adr); local
1350 else if (is_unique_device(adr_link, sdw_version, mfg_id, part_id,
1301 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.h479 * @sdw_version: SDW version implemented
488 __u8 sdw_version:4; member in struct:sdw_slave_id
501 * DevId_0 [7:4] 47:44 sdw_version
722 .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;
/linux-master/sound/soc/sof/intel/
H A Dhda.c1254 ids[i].link_id, ids[i].id.mfg_id, ids[i].id.part_id, ids[i].id.sdw_version);

Completed in 172 milliseconds