Lines Matching refs:tb_xdomain
279 struct tb_xdomain *xdomain;
526 int (*approve_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd,
529 int (*disconnect_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd,
782 int tb_domain_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd,
785 int tb_domain_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd,
1231 struct tb_xdomain *tb_xdomain_alloc(struct tb *tb, struct device *parent,
1234 void tb_xdomain_add(struct tb_xdomain *xd);
1235 void tb_xdomain_remove(struct tb_xdomain *xd);
1236 struct tb_xdomain *tb_xdomain_find_by_link_depth(struct tb *tb, u8 link,
1239 static inline struct tb_switch *tb_xdomain_parent(struct tb_xdomain *xd) in tb_xdomain_parent()
1250 static inline struct tb_port *tb_xdomain_downstream_port(struct tb_xdomain *xd) in tb_xdomain_downstream_port()
1328 int usb4_port_configure_xdomain(struct tb_port *port, struct tb_xdomain *xd);
1499 void tb_xdomain_debugfs_init(struct tb_xdomain *xd);
1500 void tb_xdomain_debugfs_remove(struct tb_xdomain *xd);
1510 static inline void tb_xdomain_debugfs_init(struct tb_xdomain *xd) { } in tb_xdomain_debugfs_init()
1511 static inline void tb_xdomain_debugfs_remove(struct tb_xdomain *xd) { } in tb_xdomain_debugfs_remove()