Lines Matching refs:xd
246 int tb_xdomain_enable_paths(struct tb_xdomain *xd, u16 transmit_path,
249 int tb_xdomain_disable_paths(struct tb_xdomain *xd);
256 struct tb_xdomain *xd;
259 xd = tb_xdomain_find_by_uuid(tb, uuid);
262 return xd;
268 struct tb_xdomain *xd;
271 xd = tb_xdomain_find_by_route(tb, route);
274 return xd;
277 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd)
279 if (xd)
280 get_device(&xd->dev);
281 return xd;
284 static inline void tb_xdomain_put(struct tb_xdomain *xd)
286 if (xd)
287 put_device(&xd->dev);
302 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,
304 int tb_xdomain_request(struct tb_xdomain *xd, const void *request,