Home
last modified time | relevance | path

Searched refs:p_rt (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c37 struct sdw_port_runtime *p_rt; in sdw_compute_slave_ports() local
51 list_for_each_entry(p_rt, &s_rt->port_list, port_node) { in sdw_compute_slave_ports()
52 if (p_rt->lane != t_data->lane) in sdw_compute_slave_ports()
55 ch = hweight32(p_rt->ch_mask); in sdw_compute_slave_ports()
57 sdw_fill_xport_params(&p_rt->transport_params, in sdw_compute_slave_ports()
58 p_rt->num, false, in sdw_compute_slave_ports()
63 SDW_BLK_PKG_PER_PORT, p_rt->lane); in sdw_compute_slave_ports()
65 sdw_fill_port_params(&p_rt->port_params, in sdw_compute_slave_ports()
66 p_rt->num, bps, in sdw_compute_slave_ports()
92 struct sdw_port_runtime *p_rt; in sdw_compute_dp0_slave_ports() local
[all …]
H A Dstream.c133 struct sdw_port_runtime *p_rt) in sdw_program_slave_port_params() argument
135 struct sdw_transport_params *t_params = &p_rt->transport_params; in sdw_program_slave_port_params()
136 struct sdw_port_params *p_params = &p_rt->port_params; in sdw_program_slave_port_params()
255 struct sdw_port_runtime *p_rt) in sdw_program_master_port_params() argument
266 &p_rt->transport_params, in sdw_program_master_port_params()
272 &p_rt->port_params, in sdw_program_master_port_params()
286 struct sdw_port_runtime *p_rt; in sdw_program_port_params() local
291 list_for_each_entry(p_rt, &s_rt->port_list, port_node) { in sdw_program_port_params()
292 ret = sdw_program_slave_port_params(bus, s_rt, p_rt); in sdw_program_port_params()
299 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in sdw_program_port_params()
[all …]
H A Dqcom.c1157 struct sdw_port_runtime *p_rt; in qcom_swrm_compute_params() local
1164 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in qcom_swrm_compute_params()
1165 pcfg = &ctrl->pconfig[p_rt->num]; in qcom_swrm_compute_params()
1166 p_rt->transport_params.port_num = p_rt->num; in qcom_swrm_compute_params()
1168 sdw_fill_port_params(&p_rt->port_params, in qcom_swrm_compute_params()
1169 p_rt->num, pcfg->word_length + 1, in qcom_swrm_compute_params()
1178 list_for_each_entry(p_rt, &s_rt->port_list, port_node) { in qcom_swrm_compute_params()
1179 m_port = slave->m_port_map[p_rt->num]; in qcom_swrm_compute_params()
1185 p_rt->transport_params.port_num = p_rt->num; in qcom_swrm_compute_params()
1186 p_rt->transport_params.sample_interval = in qcom_swrm_compute_params()
[all …]
/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst496 p_rt->uclamp[UCLAMP_MIN] = 1024
497 p_rt->uclamp[UCLAMP_MAX] = 1024