Home
last modified time | relevance | path

Searched refs:SDW_CLASS_ID (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c1180 class1_id = SDW_CLASS_ID(adr); in asoc_sdw_is_unique_device()
1202 unsigned int class_id = SDW_CLASS_ID(adr); in _asoc_sdw_get_codec_name()
1545 if (SDW_CLASS_ID(adr_dev->adr) && adr_dev->num_endpoints > 1) in asoc_sdw_parse_sdw_endpoints()
/linux/include/linux/soundwire/
H A Dsdw.h520 #define SDW_CLASS_ID(addr) FIELD_GET(SDW_CLASS_ID_MASK, addr) macro
/linux/drivers/soundwire/
H A Dbus.c807 id->class_id = SDW_CLASS_ID(addr); in sdw_extract_slave_id()