Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dthunderbolt.h97 extern const struct device_type tb_xdomain_type;
340 return dev->type == &tb_xdomain_type; in tb_is_xdomain()
/linux/drivers/thunderbolt/
H A Dxdomain.c1900 const struct device_type tb_xdomain_type = { variable
1905 EXPORT_SYMBOL_GPL(tb_xdomain_type);
2010 xd->dev.type = &tb_xdomain_type; in tb_xdomain_alloc()