Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtunnel.c887 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 Dtb.c1444 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 Ddc_types.h1272 int estimated_bw; // The estimated available BW for this DPIA member
H A Ddc_dp_types.h168 uint32_t estimated_bw; member
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3329 uint8_t estimated_bw; /**< Estimated_BW */ member