Lines Matching refs:xd
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,
1165 void tb_xdomain_add(struct tb_xdomain *xd);
1166 void tb_xdomain_remove(struct tb_xdomain *xd);
1170 static inline struct tb_switch *tb_xdomain_parent(struct tb_xdomain *xd) in tb_xdomain_parent() argument
1172 return tb_to_switch(xd->dev.parent); 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() argument
1342 static inline void tb_xdomain_debugfs_remove(struct tb_xdomain *xd) { } in tb_xdomain_debugfs_remove() argument