Lines Matching refs:xd
487 int (*approve_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd,
490 int (*disconnect_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd,
727 int tb_domain_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd,
730 int tb_domain_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd,
1143 void tb_xdomain_add(struct tb_xdomain *xd);
1144 void tb_xdomain_remove(struct tb_xdomain *xd);
1148 static inline struct tb_switch *tb_xdomain_parent(struct tb_xdomain *xd) in tb_xdomain_parent() argument
1150 return tb_to_switch(xd->dev.parent); in tb_xdomain_parent()
1200 int usb4_port_configure_xdomain(struct tb_port *port, struct tb_xdomain *xd);
1295 void tb_xdomain_debugfs_init(struct tb_xdomain *xd);
1296 void tb_xdomain_debugfs_remove(struct tb_xdomain *xd);
1304 static inline void tb_xdomain_debugfs_init(struct tb_xdomain *xd) { } in tb_xdomain_debugfs_init() argument
1305 static inline void tb_xdomain_debugfs_remove(struct tb_xdomain *xd) { } in tb_xdomain_debugfs_remove() argument