Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dthunderbolt.h278 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
287 xd = tb_xdomain_find_by_uuid(tb, uuid); in tb_xdomain_find_by_uuid_locked()
/Linux-v6.1/drivers/thunderbolt/
Dicm.c924 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_connected()
1001 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_fr_xdomain_disconnected()
1340 xd = tb_xdomain_find_by_uuid(tb, &pkg->remote_uuid); in icm_tr_xdomain_connected()
Dxdomain.c2208 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid() function
2219 EXPORT_SYMBOL_GPL(tb_xdomain_find_by_uuid);