Lines Matching refs:m_rt
1078 struct sdw_master_runtime *m_rt; in qcom_swrm_compute_params() local
1086 list_for_each_entry(m_rt, &bus->m_rt_list, bus_node) { in qcom_swrm_compute_params()
1087 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in qcom_swrm_compute_params()
1099 list_for_each_entry(s_rt, &m_rt->slave_rt_list, m_rt_node) { in qcom_swrm_compute_params()
1141 struct sdw_master_runtime *m_rt; in qcom_swrm_stream_free_ports() local
1147 list_for_each_entry(m_rt, &stream->master_list, stream_node) { in qcom_swrm_stream_free_ports()
1149 list_for_each_entry(p_rt, &m_rt->port_list, port_node) in qcom_swrm_stream_free_ports()
1163 struct sdw_master_runtime *m_rt; in qcom_swrm_stream_alloc_ports() local
1183 list_for_each_entry(m_rt, &stream->master_list, stream_node) { in qcom_swrm_stream_alloc_ports()
1190 if (ctrl->bus.id != m_rt->bus->id) in qcom_swrm_stream_alloc_ports()
1197 list_for_each_entry(s_rt, &m_rt->slave_rt_list, m_rt_node) { in qcom_swrm_stream_alloc_ports()