Lines Matching refs:xd
274 int tb_xdomain_lane_bonding_enable(struct tb_xdomain *xd);
275 void tb_xdomain_lane_bonding_disable(struct tb_xdomain *xd);
276 int tb_xdomain_alloc_in_hopid(struct tb_xdomain *xd, int hopid);
277 void tb_xdomain_release_in_hopid(struct tb_xdomain *xd, int hopid);
278 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid);
279 void tb_xdomain_release_out_hopid(struct tb_xdomain *xd, int hopid);
280 int tb_xdomain_enable_paths(struct tb_xdomain *xd, int transmit_path,
283 int tb_xdomain_disable_paths(struct tb_xdomain *xd, int transmit_path,
287 static inline int tb_xdomain_disable_all_paths(struct tb_xdomain *xd) in tb_xdomain_disable_all_paths() argument
289 return tb_xdomain_disable_paths(xd, -1, -1, -1, -1); in tb_xdomain_disable_all_paths()
298 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked() local
301 xd = tb_xdomain_find_by_uuid(tb, uuid); in tb_xdomain_find_by_uuid_locked()
304 return xd; in tb_xdomain_find_by_uuid_locked()
310 struct tb_xdomain *xd; in tb_xdomain_find_by_route_locked() local
313 xd = tb_xdomain_find_by_route(tb, route); in tb_xdomain_find_by_route_locked()
316 return xd; in tb_xdomain_find_by_route_locked()
319 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd) in tb_xdomain_get() argument
321 if (xd) in tb_xdomain_get()
322 get_device(&xd->dev); in tb_xdomain_get()
323 return xd; in tb_xdomain_get()
326 static inline void tb_xdomain_put(struct tb_xdomain *xd) in tb_xdomain_put() argument
328 if (xd) in tb_xdomain_put()
329 put_device(&xd->dev); in tb_xdomain_put()
344 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,
346 int tb_xdomain_request(struct tb_xdomain *xd, const void *request,