Searched refs:xd (Results 1 – 1 of 1) sorted by relevance
304 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked() local307 xd = tb_xdomain_find_by_uuid(tb, uuid); in tb_xdomain_find_by_uuid_locked()310 return xd; in tb_xdomain_find_by_uuid_locked()316 struct tb_xdomain *xd; in tb_xdomain_find_by_route_locked() local319 xd = tb_xdomain_find_by_route(tb, route); in tb_xdomain_find_by_route_locked()322 return xd; in tb_xdomain_find_by_route_locked()327 if (xd) in tb_xdomain_get()328 get_device(&xd->dev); in tb_xdomain_get()329 return xd; in tb_xdomain_get()334 if (xd) in tb_xdomain_put()[all …]
Completed in 5 milliseconds