Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/soundwire/
Dsdw.h625 int (*port_prep)(struct sdw_slave *slave, member
/linux-5.19.10/drivers/soundwire/
Dstream.c414 if (drv->ops && drv->ops->port_prep) { in sdw_do_port_prep()
415 ret = drv->ops->port_prep(slave, &prep_ch, cmd); in sdw_do_port_prep()
/linux-5.19.10/sound/soc/codecs/
Dwsa881x.c1109 .port_prep = wsa881x_port_prep,