Searched refs:p_rt (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/soundwire/ |
| H A D | generic_bandwidth_allocation.c | 38 struct sdw_port_runtime *p_rt; in sdw_compute_slave_ports() local 59 p_rt->num, false, in sdw_compute_slave_ports() 67 p_rt->num, bps, in sdw_compute_slave_ports() 93 struct sdw_port_runtime *p_rt; in sdw_compute_dp0_slave_ports() local 97 sdw_fill_xport_params(&p_rt->transport_params, p_rt->num, false, in sdw_compute_dp0_slave_ports() 101 sdw_fill_port_params(&p_rt->port_params, p_rt->num, bus->params.col - 1, in sdw_compute_dp0_slave_ports() 109 struct sdw_port_runtime *p_rt; in sdw_compute_dp0_master_ports() local 113 sdw_fill_xport_params(&p_rt->transport_params, p_rt->num, false, in sdw_compute_dp0_master_ports() 117 sdw_fill_port_params(&p_rt->port_params, p_rt->num, bus->params.col - 1, in sdw_compute_dp0_master_ports() 159 sdw_fill_xport_params(&p_rt->transport_params, p_rt->num, in sdw_compute_master_ports() [all …]
|
| H A D | stream.c | 459 if (p_rt->num) { in sdw_prep_deprep_slave_ports() 591 p_rt, prep); in sdw_prep_deprep_ports() 959 p_rt = kzalloc(sizeof(*p_rt), GFP_KERNEL); in sdw_port_alloc() 960 if (!p_rt) in sdw_port_alloc() 965 return p_rt; in sdw_port_alloc() 985 kfree(p_rt); in sdw_port_free() 1023 if (!p_rt) in sdw_slave_port_alloc() 1082 sdw_port_free(p_rt); in sdw_master_port_free() 1095 if (!p_rt) in sdw_master_port_alloc() 1768 if (!p_rt->lane) in _sdw_deprepare_stream() [all …]
|
| H A D | qcom.c | 1085 struct sdw_port_runtime *p_rt; in qcom_swrm_compute_params() local 1093 pcfg = &ctrl->pconfig[p_rt->num]; in qcom_swrm_compute_params() 1094 p_rt->transport_params.port_num = p_rt->num; in qcom_swrm_compute_params() 1096 sdw_fill_port_params(&p_rt->port_params, in qcom_swrm_compute_params() 1107 m_port = slave->m_port_map[p_rt->num]; in qcom_swrm_compute_params() 1113 p_rt->transport_params.port_num = p_rt->num; in qcom_swrm_compute_params() 1126 p_rt->num, in qcom_swrm_compute_params() 1147 struct sdw_port_runtime *p_rt; in qcom_swrm_stream_free_ports() local 1155 clear_bit(p_rt->num, port_mask); in qcom_swrm_stream_free_ports() 1170 struct sdw_port_runtime *p_rt; in qcom_swrm_stream_alloc_ports() local [all …]
|
| H A D | amd_manager.c | 442 struct sdw_port_runtime *p_rt; in amd_sdw_compute_params() local 457 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in amd_sdw_compute_params() 458 port_bo = (p_rt->num * 64) + 1; in amd_sdw_compute_params() 460 p_rt->num, hstart, hstop, port_bo); in amd_sdw_compute_params() 461 sdw_fill_xport_params(&p_rt->transport_params, p_rt->num, in amd_sdw_compute_params() 464 SDW_BLK_PKG_PER_PORT, p_rt->lane); in amd_sdw_compute_params() 466 sdw_fill_port_params(&p_rt->port_params, in amd_sdw_compute_params() 467 p_rt->num, bps, in amd_sdw_compute_params()
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-util-clamp.rst | 496 p_rt->uclamp[UCLAMP_MIN] = 1024 497 p_rt->uclamp[UCLAMP_MAX] = 1024
|