Home
last modified time | relevance | path

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

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