Searched refs:platform_match (Results 1 – 2 of 2) sorted by relevance
24 static int platform_match(struct device *dev, struct device_driver *drv) in platform_match() function180 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()
1170 static int platform_match(struct device *dev, struct device_driver *drv) in platform_match() function1363 .match = platform_match,1372 return platform_match(dev, (struct device_driver *)drv); in __platform_match()