Searched refs:sample_int (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | generic_bandwidth_allocation.c | 43 int port_bo, sample_int; in sdw_compute_slave_ports() local 53 sample_int = (m_rt->bus->params.curr_dr_freq / rate); in sdw_compute_slave_ports() 62 sample_int, port_bo, port_bo >> 8, in sdw_compute_slave_ports() 97 int sample_int, hstart = 0; in sdw_compute_master_ports() local 103 sample_int = (bus->params.curr_dr_freq / rate); in sdw_compute_master_ports() 116 false, SDW_BLK_GRP_CNT_1, sample_int, in sdw_compute_master_ports()
|
H A D | bus.h | 174 int grp_ctrl, int sample_int, in sdw_fill_xport_params() 182 params->sample_interval = sample_int; in sdw_fill_xport_params() 172 sdw_fill_xport_params(struct sdw_transport_params *params, int port_num, bool grp_ctrl_valid, int grp_ctrl, int sample_int, int off1, int off2, int hstart, int hstop, int pack_mode, int lane_ctrl) sdw_fill_xport_params() argument
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | generic_bandwidth_allocation.c | 37 int port_bo, sample_int; in sdw_compute_slave_ports() local 47 sample_int = (m_rt->bus->params.curr_dr_freq / rate); in sdw_compute_slave_ports() 56 sample_int, port_bo, port_bo >> 8, in sdw_compute_slave_ports() 92 int sample_int, hstart = 0; in sdw_compute_master_ports() local 98 sample_int = (bus->params.curr_dr_freq / rate); in sdw_compute_master_ports() 110 false, SDW_BLK_GRP_CNT_1, sample_int, in sdw_compute_master_ports()
|
H A D | bus.h | 171 int grp_ctrl, int sample_int, in sdw_fill_xport_params() 179 params->sample_interval = sample_int; in sdw_fill_xport_params() 169 sdw_fill_xport_params(struct sdw_transport_params *params, int port_num, bool grp_ctrl_valid, int grp_ctrl, int sample_int, int off1, int off2, int hstart, int hstop, int pack_mode, int lane_ctrl) sdw_fill_xport_params() argument
|
H A D | amd_manager.c | 398 int port_bo, hstart, hstop, sample_int; in amd_sdw_compute_params() local 410 sample_int = (bus->params.curr_dr_freq / rate); in amd_sdw_compute_params() 416 false, SDW_BLK_GRP_CNT_1, sample_int, in amd_sdw_compute_params()
|
Completed in 6 milliseconds