Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/thunderbolt/
Ddomain.c50 static const struct tb_service_id *__tb_service_match(struct device *dev, in __tb_service_match() function
75 return !!__tb_service_match(dev, drv); in tb_service_match()
85 id = __tb_service_match(dev, &driver->driver); in tb_service_probe()