dpn_prop          132 drivers/soundwire/stream.c 	struct sdw_dpn_prop *dpn_prop;
dpn_prop          136 drivers/soundwire/stream.c 	dpn_prop = sdw_get_slave_dpn_prop(s_rt->slave,
dpn_prop          139 drivers/soundwire/stream.c 	if (!dpn_prop)
dpn_prop          220 drivers/soundwire/stream.c 	if (dpn_prop->type != SDW_DPN_SIMPLE) {
dpn_prop          222 drivers/soundwire/stream.c 						     t_params, dpn_prop->type);
dpn_prop          421 drivers/soundwire/stream.c 	struct sdw_dpn_prop *dpn_prop;
dpn_prop          431 drivers/soundwire/stream.c 	dpn_prop = sdw_get_slave_dpn_prop(s_rt->slave,
dpn_prop          434 drivers/soundwire/stream.c 	if (!dpn_prop) {
dpn_prop          444 drivers/soundwire/stream.c 	if (dpn_prop->imp_def_interrupts || !dpn_prop->simple_ch_prep_sm)
dpn_prop          454 drivers/soundwire/stream.c 					     dpn_prop->imp_def_interrupts);
dpn_prop          463 drivers/soundwire/stream.c 	if (!dpn_prop->simple_ch_prep_sm) {
dpn_prop          481 drivers/soundwire/stream.c 				msecs_to_jiffies(dpn_prop->ch_prep_timeout));
dpn_prop          498 drivers/soundwire/stream.c 					     dpn_prop->imp_def_interrupts);
dpn_prop         1399 drivers/soundwire/stream.c 	struct sdw_dpn_prop *dpn_prop;
dpn_prop         1405 drivers/soundwire/stream.c 		dpn_prop = slave->prop.src_dpn_prop;
dpn_prop         1408 drivers/soundwire/stream.c 		dpn_prop = slave->prop.sink_dpn_prop;
dpn_prop         1412 drivers/soundwire/stream.c 		if (dpn_prop[i].num == port_num)
dpn_prop         1413 drivers/soundwire/stream.c 			return &dpn_prop[i];