Home
last modified time | relevance | path

Searched refs:SDW_SLAVE_ENTRY (Results 1 – 11 of 11) sorted by relevance

/linux/sound/soc/sdca/
H A Dsdca_class.c275 SDW_SLAVE_ENTRY(0x01FA, 0x4245, 0),
276 SDW_SLAVE_ENTRY(0x01FA, 0x4249, 0),
277 SDW_SLAVE_ENTRY(0x01FA, 0x4747, 0),
/linux/sound/soc/codecs/
H A Dtac5xx2-sdw.c2048 SDW_SLAVE_ENTRY(0x0102, 0x5572, 0),
2049 SDW_SLAVE_ENTRY(0x0102, 0x5672, 0),
2050 SDW_SLAVE_ENTRY(0x0102, 0x5682, 0),
2051 SDW_SLAVE_ENTRY(0x0102, 0x2883, 0),
H A Dmax98363.c442 SDW_SLAVE_ENTRY(0x019F, 0x8363, 0), in max98363_sdw_probe()
H A Dwsa881x.c1197 SDW_SLAVE_ENTRY(0x0217, 0x2010, 0), in wsa881x_runtime_resume()
1198 SDW_SLAVE_ENTRY(0x0217, 0x2110, 0), in wsa881x_runtime_resume()
H A Dcs42l42-sdw.c608 SDW_SLAVE_ENTRY(0x01FA, 0x4242, 0),
H A Dmax98373-sdw.c860 SDW_SLAVE_ENTRY(0x019F, 0x8373, 0),
H A Dwcd938x-sdw.c1228 SDW_SLAVE_ENTRY(0x0217, 0x10d, 0),
H A Dtas2783-sdw.c1488 SDW_SLAVE_ENTRY(0x0102, 0x0000, 0),
H A Dwsa883x.c1716 SDW_SLAVE_ENTRY(0x0217, 0x0202, 0),
H A Dwsa884x.c2166 SDW_SLAVE_ENTRY(0x0217, 0x204, 0),
/linux/include/linux/soundwire/
H A Dsdw.h729 #define SDW_SLAVE_ENTRY(_mfg_id, _part_id, _drv_data) \ macro