Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtunnel.c1019 if (usb4_dp_port_bandwidth_mode_enabled(in)) { in tb_dp_post_deactivate()
1205 if (!usb4_dp_port_bandwidth_mode_enabled(in)) in tb_dp_bandwidth_mode_consumed_bandwidth()
1243 if (usb4_dp_port_bandwidth_mode_enabled(in) && tunnel->bw_mode) { in tb_dp_allocated_bandwidth()
1278 if (!usb4_dp_port_bandwidth_mode_enabled(in)) in tb_dp_alloc_bandwidth()
1344 if (!usb4_dp_port_bandwidth_mode_enabled(tunnel->src_port)) in tb_dp_maximum_bandwidth()
H A Dtb.c1448 if (!usb4_dp_port_bandwidth_mode_enabled(in)) in tb_recalc_estimated_bandwidth_for_group()
1661 if (usb4_dp_port_bandwidth_mode_enabled(in)) { in tb_discover_bandwidth_group()
2768 if (!usb4_dp_port_bandwidth_mode_enabled(in)) { in tb_handle_dp_bandwidth_request()
H A Dtb.h1466 bool usb4_dp_port_bandwidth_mode_enabled(struct tb_port *port);
H A Dusb4.c2576 bool usb4_dp_port_bandwidth_mode_enabled(struct tb_port *port) in usb4_dp_port_bandwidth_mode_enabled() function