Lines Matching refs:tb_cm

34 struct tb_cm {  struct
42 static inline struct tb *tcm_to_tb(struct tb_cm *tcm) in tcm_to_tb() argument
55 static void tb_init_bandwidth_groups(struct tb_cm *tcm) in tb_init_bandwidth_groups()
80 static struct tb_bandwidth_group *tb_find_free_bandwidth_group(struct tb_cm *tcm) in tb_find_free_bandwidth_group()
95 tb_attach_bandwidth_group(struct tb_cm *tcm, struct tb_port *in, in tb_attach_bandwidth_group()
131 static void tb_discover_bandwidth_group(struct tb_cm *tcm, struct tb_port *in, in tb_discover_bandwidth_group()
183 struct tb_cm *tcm = tb_priv(sw->tb); in tb_add_dp_resources()
200 struct tb_cm *tcm = tb_priv(sw->tb); in tb_remove_dp_resources()
219 struct tb_cm *tcm = tb_priv(tb); in tb_discover_dp_resource()
234 struct tb_cm *tcm = tb_priv(tb); in tb_discover_dp_resources()
246 struct tb_cm *tcm = tb_priv(sw->tb); in tb_enable_clx()
426 struct tb_cm *tcm = tb_priv(tb); in tb_discover_tunnels()
534 struct tb_cm *tcm = tb_priv(tb); in tb_find_tunnel()
579 struct tb_cm *tcm = tb_priv(tb); in tb_available_bandwidth()
756 struct tb_cm *tcm = tb_priv(tb); in tb_tunnel_usb3()
882 struct tb_cm *tcm = tb_priv(port->sw->tb); in tb_scan_port()
1070 struct tb_cm *tcm = tb_priv(tb); in tb_free_invalid_tunnels()
1233 struct tb_cm *tcm = tb_priv(tb); in tb_recalc_estimated_bandwidth()
1251 struct tb_cm *tcm = tb_priv(tb); in tb_find_dp_out()
1288 struct tb_cm *tcm = tb_priv(tb); in tb_tunnel_dp()
1448 struct tb_cm *tcm = tb_priv(tb); in tb_dp_resource_available()
1469 struct tb_cm *tcm = tb_priv(tb); in tb_disconnect_and_release_dp()
1514 struct tb_cm *tcm = tb_priv(tb); in tb_tunnel_pci()
1559 struct tb_cm *tcm = tb_priv(tb); in tb_approve_xdomain_paths()
1608 struct tb_cm *tcm = tb_priv(tb); in __tb_disconnect_xdomain_paths()
1661 struct tb_cm *tcm = tb_priv(tb); in tb_handle_hotplug()
1891 struct tb_cm *tcm = tb_priv(tb); in tb_handle_dp_bandwidth_request()
2046 struct tb_cm *tcm = tb_priv(tb); in tb_stop()
2089 struct tb_cm *tcm = tb_priv(tb); in tb_start()
2152 struct tb_cm *tcm = tb_priv(tb); in tb_suspend_noirq()
2196 struct tb_cm *tcm = tb_priv(tb); in tb_resume_noirq()
2274 struct tb_cm *tcm = tb_priv(tb); in tb_freeze_noirq()
2282 struct tb_cm *tcm = tb_priv(tb); in tb_thaw_noirq()
2303 struct tb_cm *tcm = tb_priv(tb); in tb_runtime_suspend()
2315 struct tb_cm *tcm = container_of(work, struct tb_cm, remove_work.work); in tb_remove_work()
2328 struct tb_cm *tcm = tb_priv(tb); in tb_runtime_resume()
2436 struct tb_cm *tcm; in tb_probe()