Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
A Dstream.c1136 return m_rt; in sdw_master_rt_find()
1157 m_rt = kzalloc(sizeof(*m_rt), GFP_KERNEL); in sdw_master_rt_alloc()
1158 if (!m_rt) in sdw_master_rt_alloc()
1186 return m_rt; in sdw_master_rt_alloc()
1231 kfree(m_rt); in sdw_master_rt_free()
1382 m_rt->ch_count * m_rt->stream->params.bps; in _sdw_prepare_stream()
1660 m_rt->ch_count * m_rt->stream->params.bps; in _sdw_deprepare_stream()
1897 if (!m_rt) { in sdw_stream_add_master()
1899 if (!m_rt) { in sdw_stream_add_master()
2008 if (!m_rt) { in sdw_stream_add_slave()
[all …]
A Dgeneric_bandwidth_allocation.c45 rate = m_rt->stream->params.rate; in sdw_compute_slave_ports()
46 bps = m_rt->stream->params.bps; in sdw_compute_slave_ports()
90 struct sdw_bus *bus = m_rt->bus; in sdw_compute_master_ports()
95 rate = m_rt->stream->params.rate; in sdw_compute_master_ports()
96 bps = m_rt->stream->params.bps; in sdw_compute_master_ports()
97 ch = m_rt->ch_count; in sdw_compute_master_ports()
140 struct sdw_master_runtime *m_rt; in _sdw_compute_port_params() local
160 struct sdw_master_runtime *m_rt; in sdw_compute_group_params() local
173 bps = m_rt->stream->params.bps; in sdw_compute_group_params()
174 ch = m_rt->ch_count; in sdw_compute_group_params()
[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.c390 struct sdw_master_runtime *m_rt; in amd_sdw_compute_params() local
402 list_for_each_entry(m_rt, &bus->m_rt_list, bus_node) { in amd_sdw_compute_params()
403 rate = m_rt->stream->params.rate; in amd_sdw_compute_params()
404 bps = m_rt->stream->params.bps; in amd_sdw_compute_params()
406 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in amd_sdw_compute_params()
424 sdw_compute_slave_ports(m_rt, &t_data); in amd_sdw_compute_params()
A Dbus.h211 void sdw_compute_slave_ports(struct sdw_master_runtime *m_rt,

Completed in 26 milliseconds