Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c34 void sdw_compute_slave_ports(struct sdw_master_runtime *m_rt, in sdw_compute_slave_ports() argument
42 struct sdw_bus_params *b_params = &m_rt->bus->params; in sdw_compute_slave_ports()
46 list_for_each_entry(s_rt, &m_rt->slave_rt_list, m_rt_node) { in sdw_compute_slave_ports()
47 rate = m_rt->stream->params.rate; in sdw_compute_slave_ports()
48 bps = m_rt->stream->params.bps; in sdw_compute_slave_ports()
49 sample_int = (m_rt->bus->params.curr_dr_freq / rate); in sdw_compute_slave_ports()
75 if (m_rt->direction == SDW_DATA_DIR_TX && in sdw_compute_slave_ports()
76 m_rt->ch_count == slave_total_ch) { in sdw_compute_slave_ports()
89 static void sdw_compute_dp0_slave_ports(struct sdw_master_runtime *m_rt) in sdw_compute_dp0_slave_ports() argument
91 struct sdw_bus *bus = m_rt in sdw_compute_dp0_slave_ports()
107 sdw_compute_dp0_master_ports(struct sdw_master_runtime * m_rt) sdw_compute_dp0_master_ports() argument
124 struct sdw_master_runtime *m_rt; sdw_compute_dp0_port_params() local
135 sdw_compute_master_ports(struct sdw_master_runtime * m_rt,struct sdw_group_params * params,int * port_bo,int hstop) sdw_compute_master_ports() argument
194 struct sdw_master_runtime *m_rt; _sdw_compute_port_params() local
230 struct sdw_master_runtime *m_rt; sdw_compute_group_params() local
341 struct sdw_master_runtime *m_rt; sdw_get_group_count() local
453 struct sdw_master_runtime *m_rt; is_clock_scaling_supported() local
471 is_lane_connected_to_all_peripherals(struct sdw_master_runtime * m_rt,unsigned int lane) is_lane_connected_to_all_peripherals() argument
495 get_manager_lane(struct sdw_bus * bus,struct sdw_master_runtime * m_rt,struct sdw_slave_runtime * s_rt,unsigned int curr_dr_freq) get_manager_lane() argument
551 struct sdw_master_runtime *m_rt; sdw_compute_bus_params() local
[all...]
H A Dqcom.c1142 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()
[all …]
H A Dbus.h242 void sdw_compute_slave_ports(struct sdw_master_runtime *m_rt,