Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/soundwire/
Dsdw.h508 #define SDW_CLASS_ID(addr) FIELD_GET(SDW_CLASS_ID_MASK, addr) macro
/Linux-v6.1/sound/soc/intel/boards/
Dsof_sdw.c754 class1_id = SDW_CLASS_ID(adr); in is_unique_device()
796 class_id = SDW_CLASS_ID(adr); in create_codec_dai_name()
/Linux-v6.1/drivers/soundwire/
Dbus.c756 id->class_id = SDW_CLASS_ID(addr); in sdw_extract_slave_id()