Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dthunderbolt.h89 extern const struct device_type tb_service_type;
422 return dev->type == &tb_service_type; in tb_is_service()
/linux-6.12.1/drivers/thunderbolt/
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()