Lines Matching refs:m_rt
1142 struct sdw_master_runtime *m_rt; in qcom_swrm_compute_params() local
1150 list_for_each_entry(m_rt, &bus->m_rt_list, bus_node) { in qcom_swrm_compute_params()
1151 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in qcom_swrm_compute_params()
1163 list_for_each_entry(s_rt, &m_rt->slave_rt_list, m_rt_node) { in qcom_swrm_compute_params()
1205 struct sdw_master_runtime *m_rt; in qcom_swrm_stream_free_ports() local
1211 list_for_each_entry(m_rt, &stream->master_list, stream_node) { in qcom_swrm_stream_free_ports()
1213 list_for_each_entry(p_rt, &m_rt->port_list, port_node) in qcom_swrm_stream_free_ports()
1226 struct sdw_master_runtime *m_rt; in qcom_swrm_stream_alloc_ports() local
1251 list_for_each_entry(m_rt, &stream->master_list, stream_node) { in qcom_swrm_stream_alloc_ports()
1258 if (ctrl->bus.id != m_rt->bus->id) in qcom_swrm_stream_alloc_ports()
1264 list_for_each_entry(s_rt, &m_rt->slave_rt_list, m_rt_node) { in qcom_swrm_stream_alloc_ports()