Lines Matching refs:tb_xdomain
278 struct tb_xdomain *xdomain;
509 int (*approve_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd,
512 int (*disconnect_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd,
749 int tb_domain_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd,
752 int tb_domain_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd,
1162 struct tb_xdomain *tb_xdomain_alloc(struct tb *tb, struct device *parent,
1165 void tb_xdomain_add(struct tb_xdomain *xd);
1166 void tb_xdomain_remove(struct tb_xdomain *xd);
1167 struct tb_xdomain *tb_xdomain_find_by_link_depth(struct tb *tb, u8 link,
1170 static inline struct tb_switch *tb_xdomain_parent(struct tb_xdomain *xd) in tb_xdomain_parent()
1222 int usb4_port_configure_xdomain(struct tb_port *port, struct tb_xdomain *xd);
1332 void tb_xdomain_debugfs_init(struct tb_xdomain *xd);
1333 void tb_xdomain_debugfs_remove(struct tb_xdomain *xd);
1341 static inline void tb_xdomain_debugfs_init(struct tb_xdomain *xd) { } in tb_xdomain_debugfs_init()
1342 static inline void tb_xdomain_debugfs_remove(struct tb_xdomain *xd) { } in tb_xdomain_debugfs_remove()