Lines Matching refs:tb_xdomain
215 struct tb_xdomain { struct
246 int tb_xdomain_enable_paths(struct tb_xdomain *xd, u16 transmit_path, argument
249 int tb_xdomain_disable_paths(struct tb_xdomain *xd);
250 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
251 struct tb_xdomain *tb_xdomain_find_by_route(struct tb *tb, u64 route);
253 static inline struct tb_xdomain *
256 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked()
265 static inline struct tb_xdomain *
268 struct tb_xdomain *xd; in tb_xdomain_find_by_route_locked()
277 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd) in tb_xdomain_get()
284 static inline void tb_xdomain_put(struct tb_xdomain *xd) in tb_xdomain_put()
295 static inline struct tb_xdomain *tb_to_xdomain(struct device *dev) in tb_to_xdomain()
298 return container_of(dev, struct tb_xdomain, dev); in tb_to_xdomain()
302 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,
304 int tb_xdomain_request(struct tb_xdomain *xd, const void *request,
422 static inline struct tb_xdomain *tb_service_parent(struct tb_service *svc) in tb_service_parent()