Home
last modified time | relevance | path

Searched refs:tb_xdomain_find_by_uuid (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dthunderbolt.h298 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
307 xd = tb_xdomain_find_by_uuid(tb, uuid); in tb_xdomain_find_by_uuid_locked()
/linux/drivers/thunderbolt/
H A Dxdomain.c2325 * tb_xdomain_find_by_uuid() - Find an XDomain by UUID
2339 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid() function
2350 EXPORT_SYMBOL_GPL(tb_xdomain_find_by_uuid);