Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dthunderbolt.h96 extern const struct device_type tb_service_type;
429 return dev->type == &tb_service_type; in tb_is_service()
/linux/drivers/thunderbolt/
H A Dxdomain.c1005 const struct device_type tb_service_type = { variable
1011 EXPORT_SYMBOL_GPL(tb_service_type);
1110 svc->dev.type = &tb_service_type; in enumerate_services()