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

/linux-master/arch/sh/drivers/
H A Dplatform_early.c24 static int platform_match(struct device *dev, struct device_driver *drv) function
180 if (platform_match(&pd->dev, &epdrv->pdrv->driver))
198 if (platform_match(&pd->dev, &epdrv->pdrv->driver))
/linux-master/drivers/base/
H A Dplatform.c1323 * platform_match - bind platform device to platform driver.
1335 static int platform_match(struct device *dev, struct device_driver *drv) function
1486 .match = platform_match,
1499 return platform_match(dev, (struct device_driver *)drv);

Completed in 112 milliseconds