Home
last modified time | relevance | path

Searched refs:m_rt (Results 1 – 5 of 5) sorted by relevance

/drivers/soundwire/
A Dgeneric_bandwidth_allocation.c47 rate = m_rt->stream->params.rate; in sdw_compute_slave_ports()
48 bps = m_rt->stream->params.bps; in sdw_compute_slave_ports()
91 struct sdw_bus *bus = m_rt->bus; in sdw_compute_dp0_slave_ports()
110 struct sdw_bus *bus = m_rt->bus; in sdw_compute_dp0_master_ports()
124 struct sdw_master_runtime *m_rt; in sdw_compute_dp0_port_params() local
138 struct sdw_bus *bus = m_rt->bus; in sdw_compute_master_ports()
144 bps = m_rt->stream->params.bps; in sdw_compute_master_ports()
145 ch = m_rt->ch_count; in sdw_compute_master_ports()
191 struct sdw_master_runtime *m_rt; in _sdw_compute_port_params() local
227 struct sdw_master_runtime *m_rt; in sdw_compute_group_params() local
[all …]
A Dstream.c1209 return m_rt; in sdw_master_rt_find()
1244 m_rt = kzalloc(sizeof(*m_rt), GFP_KERNEL); in sdw_master_rt_alloc()
1245 if (!m_rt) in sdw_master_rt_alloc()
1275 return m_rt; in sdw_master_rt_alloc()
1320 kfree(m_rt); in sdw_master_rt_free()
1478 m_rt->ch_count * m_rt->stream->params.bps; in _sdw_prepare_stream()
1779 bandwidth = m_rt->stream->params.rate * m_rt->ch_count * m_rt->stream->params.bps; in _sdw_deprepare_stream()
2020 if (!m_rt) { in sdw_stream_add_master()
2028 if (!m_rt) { in sdw_stream_add_master()
2137 if (!m_rt) { in sdw_stream_add_slave()
[all …]
A Dqcom.c1078 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()
[all …]
A Damd_manager.c441 struct sdw_master_runtime *m_rt; in amd_sdw_compute_params() local
453 list_for_each_entry(m_rt, &bus->m_rt_list, bus_node) { in amd_sdw_compute_params()
454 rate = m_rt->stream->params.rate; in amd_sdw_compute_params()
455 bps = m_rt->stream->params.bps; in amd_sdw_compute_params()
457 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in amd_sdw_compute_params()
475 sdw_compute_slave_ports(m_rt, &t_data); in amd_sdw_compute_params()
A Dbus.h232 void sdw_compute_slave_ports(struct sdw_master_runtime *m_rt,

Completed in 731 milliseconds