Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soundwire/
Dstream.c127 struct sdw_port_runtime *p_rt) in sdw_program_slave_port_params() argument
129 struct sdw_transport_params *t_params = &p_rt->transport_params; in sdw_program_slave_port_params()
130 struct sdw_port_params *p_params = &p_rt->port_params; in sdw_program_slave_port_params()
239 struct sdw_port_runtime *p_rt) in sdw_program_master_port_params() argument
250 &p_rt->transport_params, in sdw_program_master_port_params()
256 &p_rt->port_params, in sdw_program_master_port_params()
270 struct sdw_port_runtime *p_rt; in sdw_program_port_params() local
275 list_for_each_entry(p_rt, &s_rt->port_list, port_node) { in sdw_program_port_params()
276 ret = sdw_program_slave_port_params(bus, s_rt, p_rt); in sdw_program_port_params()
283 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in sdw_program_port_params()
[all …]
Dgeneric_bandwidth_allocation.c36 struct sdw_port_runtime *p_rt; in sdw_compute_slave_ports() local
50 list_for_each_entry(p_rt, &s_rt->port_list, port_node) { in sdw_compute_slave_ports()
51 ch = hweight32(p_rt->ch_mask); in sdw_compute_slave_ports()
53 sdw_fill_xport_params(&p_rt->transport_params, in sdw_compute_slave_ports()
54 p_rt->num, false, in sdw_compute_slave_ports()
61 sdw_fill_port_params(&p_rt->port_params, in sdw_compute_slave_ports()
62 p_rt->num, bps, in sdw_compute_slave_ports()
89 struct sdw_port_runtime *p_rt; in sdw_compute_master_ports() local
107 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in sdw_compute_master_ports()
109 sdw_fill_xport_params(&p_rt->transport_params, p_rt->num, in sdw_compute_master_ports()
[all …]
Dqcom.c1056 struct sdw_port_runtime *p_rt; in qcom_swrm_compute_params() local
1063 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in qcom_swrm_compute_params()
1064 pcfg = &ctrl->pconfig[p_rt->num]; in qcom_swrm_compute_params()
1065 p_rt->transport_params.port_num = p_rt->num; in qcom_swrm_compute_params()
1067 sdw_fill_port_params(&p_rt->port_params, in qcom_swrm_compute_params()
1068 p_rt->num, pcfg->word_length + 1, in qcom_swrm_compute_params()
1077 list_for_each_entry(p_rt, &s_rt->port_list, port_node) { in qcom_swrm_compute_params()
1078 m_port = slave->m_port_map[p_rt->num]; in qcom_swrm_compute_params()
1084 p_rt->transport_params.port_num = p_rt->num; in qcom_swrm_compute_params()
1085 p_rt->transport_params.sample_interval = in qcom_swrm_compute_params()
[all …]
Damd_manager.c396 struct sdw_port_runtime *p_rt; in amd_sdw_compute_params() local
411 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in amd_sdw_compute_params()
412 port_bo = (p_rt->num * 64) + 1; in amd_sdw_compute_params()
414 p_rt->num, hstart, hstop, port_bo); in amd_sdw_compute_params()
415 sdw_fill_xport_params(&p_rt->transport_params, p_rt->num, in amd_sdw_compute_params()
420 sdw_fill_port_params(&p_rt->port_params, in amd_sdw_compute_params()
421 p_rt->num, bps, in amd_sdw_compute_params()
/Linux-v6.6/Documentation/scheduler/
Dsched-util-clamp.rst496 p_rt->uclamp[UCLAMP_MIN] = 1024
497 p_rt->uclamp[UCLAMP_MAX] = 1024