Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dtunnel.c806 if (usb4_dp_port_bandwidth_mode_enabled(in)) { in tb_dp_deinit()
906 if (!usb4_dp_port_bandwidth_mode_enabled(in)) in tb_dp_bandwidth_mode_consumed_bandwidth()
948 if (usb4_dp_port_bandwidth_mode_enabled(in) && tunnel->bw_mode) { in tb_dp_allocated_bandwidth()
983 if (!usb4_dp_port_bandwidth_mode_enabled(in)) in tb_dp_alloc_bandwidth()
1088 if (!usb4_dp_port_bandwidth_mode_enabled(in)) in tb_dp_maximum_bandwidth()
Dtb.c134 if (usb4_dp_port_bandwidth_mode_enabled(in)) { in tb_discover_bandwidth_group()
1172 if (!usb4_dp_port_bandwidth_mode_enabled(in)) in tb_recalc_estimated_bandwidth_for_group()
1915 if (!usb4_dp_port_bandwidth_mode_enabled(in)) { in tb_handle_dp_bandwidth_request()
Dtb.h1296 bool usb4_dp_port_bandwidth_mode_enabled(struct tb_port *port);
Dusb4.c2328 bool usb4_dp_port_bandwidth_mode_enabled(struct tb_port *port) in usb4_dp_port_bandwidth_mode_enabled() function