Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/soundwire/
Dsdw.h521 #define SDW_CLASS_ID(addr) FIELD_GET(SDW_CLASS_ID_MASK, addr) macro
/Linux-v6.6/sound/soc/intel/boards/
Dsof_sdw.c1161 class1_id = SDW_CLASS_ID(adr); in is_unique_device()
1191 class_id = SDW_CLASS_ID(adr); in fill_sdw_codec_dlc()
/Linux-v6.6/drivers/soundwire/
Dbus.c804 id->class_id = SDW_CLASS_ID(addr); in sdw_extract_slave_id()