Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dthunderbolt.h91 extern struct device_type tb_xdomain_type;
320 return dev->type == &tb_xdomain_type; in tb_is_xdomain()
/linux-6.1.9/drivers/thunderbolt/
Dxdomain.c1827 struct device_type tb_xdomain_type = { variable
1832 EXPORT_SYMBOL_GPL(tb_xdomain_type);
1890 xd->dev.type = &tb_xdomain_type; in tb_xdomain_alloc()