Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/drivers/
Dplatform_early.c24 static int platform_match(struct device *dev, struct device_driver *drv) in platform_match() function
180 if (platform_match(&pd->dev, &epdrv->pdrv->driver)) in sh_early_platform_match()
198 if (platform_match(&pd->dev, &epdrv->pdrv->driver)) in sh_early_platform_left()
/linux-6.1.9/drivers/base/
Dplatform.c1331 static int platform_match(struct device *dev, struct device_driver *drv) in platform_match() function
1479 .match = platform_match,
1492 return platform_match(dev, (struct device_driver *)drv); in __platform_match()