Lines Matching refs:xd
531 int (*approve_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd,
534 int (*disconnect_xdomain_paths)(struct tb *tb, struct tb_xdomain *xd,
787 int tb_domain_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd,
790 int tb_domain_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd,
1252 void tb_xdomain_add(struct tb_xdomain *xd);
1253 void tb_xdomain_remove(struct tb_xdomain *xd);
1257 static inline struct tb_switch *tb_xdomain_parent(struct tb_xdomain *xd)
1259 return tb_to_switch(xd->dev.parent);
1264 * @xd: Xdomain pointer
1268 static inline struct tb_port *tb_xdomain_downstream_port(struct tb_xdomain *xd)
1270 return tb_port_at(xd->route, tb_xdomain_parent(xd));
1346 int usb4_port_configure_xdomain(struct tb_port *port, struct tb_xdomain *xd);
1526 void tb_xdomain_debugfs_init(struct tb_xdomain *xd);
1527 void tb_xdomain_debugfs_remove(struct tb_xdomain *xd);
1537 static inline void tb_xdomain_debugfs_init(struct tb_xdomain *xd) { }
1538 static inline void tb_xdomain_debugfs_remove(struct tb_xdomain *xd) { }