Lines Matching refs:tb_xdomain
213 struct tb_xdomain { struct
241 int tb_xdomain_enable_paths(struct tb_xdomain *xd, u16 transmit_path, argument
244 int tb_xdomain_disable_paths(struct tb_xdomain *xd);
245 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
246 struct tb_xdomain *tb_xdomain_find_by_route(struct tb *tb, u64 route);
248 static inline struct tb_xdomain *
251 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked()
260 static inline struct tb_xdomain *
263 struct tb_xdomain *xd; in tb_xdomain_find_by_route_locked()
272 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd) in tb_xdomain_get()
279 static inline void tb_xdomain_put(struct tb_xdomain *xd) in tb_xdomain_put()
290 static inline struct tb_xdomain *tb_to_xdomain(struct device *dev) in tb_to_xdomain()
293 return container_of(dev, struct tb_xdomain, dev); in tb_to_xdomain()
297 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,
299 int tb_xdomain_request(struct tb_xdomain *xd, const void *request,
417 static inline struct tb_xdomain *tb_service_parent(struct tb_service *svc) in tb_service_parent()