Home
last modified time | relevance | path

Searched refs:sdw_slave_ops (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/include/linux/soundwire/
Dsdw.h584 struct sdw_slave_ops { struct
637 const struct sdw_slave_ops *ops;
679 const struct sdw_slave_ops *ops;
/Linux-v5.10/sound/soc/codecs/
Drt715-sdw.c491 static struct sdw_slave_ops rt715_slave_ops = {
Drt700-sdw.c433 static struct sdw_slave_ops rt700_slave_ops = {
Drt711-sdw.c433 static struct sdw_slave_ops rt711_slave_ops = {
Drt1308-sdw.c597 static struct sdw_slave_ops rt1308_slave_ops = {
Drt5682-sdw.c679 static struct sdw_slave_ops rt5682_slave_ops = {
Dmax98373-sdw.c821 static struct sdw_slave_ops max98373_slave_ops = {
Dwsa881x.c1085 static struct sdw_slave_ops wsa881x_slave_ops = {
/Linux-v5.10/drivers/soundwire/
Dstream.c401 const struct sdw_slave_ops *ops = s_rt->slave->ops; in sdw_do_port_prep()