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() function176 if (platform_match(&pd->dev, &epdrv->pdrv->driver)) in sh_early_platform_match()194 if (platform_match(&pd->dev, &epdrv->pdrv->driver)) in sh_early_platform_left()
1356 * platform_match - bind platform device to platform driver.1368 static int platform_match(struct device *dev, const struct device_driver *drv) in platform_match() 1513 .match = platform_match,1526 return platform_match(dev, (struct device_driver *)drv);1361 static int platform_match(struct device *dev, const struct device_driver *drv) platform_match() function