Home
last modified time | relevance | path

Searched refs:SDW_OPS_PORT_POST_PREP (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/soundwire/
H A Dsdw.h580 SDW_OPS_PORT_POST_PREP, enumerator
/linux/sound/soc/codecs/
H A Dwsa881x.c1085 if (state == SDW_OPS_PORT_POST_PREP) in wsa881x_port_prep()
H A Dtas2783-sdw.c1357 case SDW_OPS_PORT_POST_PREP: in tas_sdw_probe()
H A Dwsa883x.c1119 if (state == SDW_OPS_PORT_POST_PREP) in wsa883x_port_prep()
H A Dwsa884x.c1574 if (state == SDW_OPS_PORT_POST_PREP) in wsa884x_port_prep()
H A Dtac5xx2-sdw.c1896 if (pre_ops != SDW_OPS_PORT_POST_PREP) in tac_port_prep()
/linux/drivers/soundwire/
H A Dstream.c541 sdw_do_port_prep(s_rt, prep_ch, prep ? SDW_OPS_PORT_POST_PREP : SDW_OPS_PORT_POST_DEPREP); in sdw_prep_deprep_slave_ports()