Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c925 class1_id = SDW_CLASS_ID(adr); in asoc_sdw_is_unique_device()
948 unsigned int class_id = SDW_CLASS_ID(adr); in asoc_sdw_get_codec_name()
/linux-6.15/include/linux/soundwire/
H A Dsdw.h517 #define SDW_CLASS_ID(addr) FIELD_GET(SDW_CLASS_ID_MASK, addr) macro
/linux-6.15/drivers/soundwire/
H A Dbus.c810 id->class_id = SDW_CLASS_ID(addr); in sdw_extract_slave_id()