platform_match
if (platform_match(&pd->dev, &epdrv->pdrv->driver))
if (platform_match(&pd->dev, &epdrv->pdrv->driver))
.match = platform_match,
return platform_match(dev, (struct device_driver *)drv);