Searched refs:sdw_version (Results 1 – 3 of 3) sorted by relevance
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() local247 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()
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()
803 id->sdw_version = SDW_VERSION(addr); in sdw_extract_slave_id()811 id->class_id, id->mfg_id, id->part_id, id->unique_id, id->sdw_version); in sdw_extract_slave_id()
Completed in 8 milliseconds