Lines Matching defs:xd
755 * @xd: XDomain DMA paths are created to
764 int tb_domain_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd)
769 return tb->cm_ops->approve_xdomain_paths(tb, xd);
775 * @xd: XDomain whose DMA paths are disconnected
784 int tb_domain_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd)
789 return tb->cm_ops->disconnect_xdomain_paths(tb, xd);
794 struct tb_xdomain *xd;
798 xd = tb_to_xdomain(dev);
799 if (xd && xd->tb == tb)
800 ret = tb_xdomain_disable_paths(xd);