Searched refs:estimated_bw (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tunnel.c | 887 int ret, estimated_bw, granularity, tmp; in tb_dp_bandwidth_alloc_mode_enable() local 968 estimated_bw = tunnel->max_down; in tb_dp_bandwidth_alloc_mode_enable() 970 estimated_bw = tunnel->max_up; in tb_dp_bandwidth_alloc_mode_enable() 972 tb_tunnel_dbg(tunnel, "estimated bandwidth %d Mb/s\n", estimated_bw); in tb_dp_bandwidth_alloc_mode_enable() 974 ret = usb4_dp_port_set_estimated_bandwidth(in, estimated_bw); in tb_dp_bandwidth_alloc_mode_enable()
|
| H A D | tb.c | 1444 int estimated_bw, estimated_up, estimated_down; in tb_recalc_estimated_bandwidth_for_group() local 1489 estimated_bw = estimated_down; in tb_recalc_estimated_bandwidth_for_group() 1491 estimated_bw = estimated_up; in tb_recalc_estimated_bandwidth_for_group() 1499 estimated_bw, group->reserved, in tb_recalc_estimated_bandwidth_for_group() 1500 estimated_bw + group->reserved); in tb_recalc_estimated_bandwidth_for_group() 1503 estimated_bw + group->reserved)) in tb_recalc_estimated_bandwidth_for_group()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_types.h | 1272 int estimated_bw; // The estimated available BW for this DPIA member
|
| H A D | dc_dp_types.h | 168 uint32_t estimated_bw; member
|
| /linux/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 3329 uint8_t estimated_bw; /**< Estimated_BW */ member
|