Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtunnel.c1203 int ret, allocated_bw, max_bw_rounded; in tb_dp_bandwidth_mode_consumed_bandwidth() local
1215 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()
1220 if (allocated_bw == max_bw_rounded) in tb_dp_bandwidth_mode_consumed_bandwidth()
1221 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()
1225 *consumed_down = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()
1227 *consumed_up = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()
1244 int ret, allocated_bw, max_bw_rounded; in tb_dp_allocated_bandwidth() local
1249 allocated_bw = ret; in tb_dp_allocated_bandwidth()
1255 if (allocated_bw == max_bw_rounded) in tb_dp_allocated_bandwidth()
1256 allocated_bw = ret; in tb_dp_allocated_bandwidth()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1271 int allocated_bw; // The Actual Allocated BW for this DPIA member
H A Ddc_dp_types.h169 uint32_t allocated_bw; member
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3330 uint8_t allocated_bw; /**< Allocated_BW */ member