Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
A Dstream.c439 prep_ch.num = p_rt->num; in sdw_prep_deprep_slave_ports()
524 prep_ch.num = p_rt->num; in sdw_prep_deprep_master_ports()
559 p_rt, prep); in sdw_prep_deprep_ports()
891 p_rt = kzalloc(sizeof(*p_rt), GFP_KERNEL); in sdw_port_alloc()
892 if (!p_rt) in sdw_port_alloc()
897 return p_rt; in sdw_port_alloc()
917 kfree(p_rt); in sdw_port_free()
939 sdw_port_free(p_rt); in sdw_slave_port_free()
955 if (!p_rt) in sdw_slave_port_alloc()
1009 sdw_port_free(p_rt); in sdw_master_port_free()
[all …]
A Dgeneric_bandwidth_allocation.c36 struct sdw_port_runtime *p_rt; in sdw_compute_slave_ports() local
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
109 sdw_fill_xport_params(&p_rt->transport_params, p_rt->num, in sdw_compute_master_ports()
114 sdw_fill_port_params(&p_rt->port_params, in sdw_compute_master_ports()
115 p_rt->num, bps, in sdw_compute_master_ports()
[all …]
A Dqcom.c1080 struct sdw_port_runtime *p_rt; in qcom_swrm_compute_params() local
1088 pcfg = &ctrl->pconfig[p_rt->num]; in qcom_swrm_compute_params()
1089 p_rt->transport_params.port_num = p_rt->num; in qcom_swrm_compute_params()
1091 sdw_fill_port_params(&p_rt->port_params, in qcom_swrm_compute_params()
1102 m_port = slave->m_port_map[p_rt->num]; in qcom_swrm_compute_params()
1108 p_rt->transport_params.port_num = p_rt->num; in qcom_swrm_compute_params()
1121 p_rt->num, in qcom_swrm_compute_params()
1142 struct sdw_port_runtime *p_rt; in qcom_swrm_stream_free_ports() local
1150 clear_bit(p_rt->num, port_mask); in qcom_swrm_stream_free_ports()
1165 struct sdw_port_runtime *p_rt; in qcom_swrm_stream_alloc_ports() local
[all …]
A Damd_manager.c391 struct sdw_port_runtime *p_rt; in amd_sdw_compute_params() local
406 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in amd_sdw_compute_params()
407 port_bo = (p_rt->num * 64) + 1; in amd_sdw_compute_params()
409 p_rt->num, hstart, hstop, port_bo); in amd_sdw_compute_params()
410 sdw_fill_xport_params(&p_rt->transport_params, p_rt->num, in amd_sdw_compute_params()
415 sdw_fill_port_params(&p_rt->port_params, in amd_sdw_compute_params()
416 p_rt->num, bps, in amd_sdw_compute_params()
/linux/Documentation/scheduler/
A Dsched-util-clamp.rst496 p_rt->uclamp[UCLAMP_MIN] = 1024
497 p_rt->uclamp[UCLAMP_MAX] = 1024

Completed in 24 milliseconds