Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dxdomain.c1519 return tb_xdomain_get(xd); in tb_xdomain_find_by_uuid()
1550 return tb_xdomain_get(xd); in tb_xdomain_find_by_link_depth()
1577 return tb_xdomain_get(xd); in tb_xdomain_find_by_route()
H A Dtb.c1168 struct tb_xdomain *xd = tb_xdomain_get(port->xdomain); in tb_handle_hotplug()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h277 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd) in tb_xdomain_get() function