Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sh/drivers/
H A 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()
/kernel/linux/linux-6.6/arch/sh/drivers/
H A 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()
/kernel/linux/linux-5.10/drivers/base/
H A Dplatform.c1138 * platform_match - bind platform device to platform driver.
1150 static int platform_match(struct device *dev, struct device_driver *drv) in platform_match() function
1343 .match = platform_match,
1352 return platform_match(dev, (struct device_driver *)drv); in __platform_match()
/kernel/linux/linux-6.6/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) in platform_match() function
1485 .match = platform_match,
1498 return platform_match(dev, (struct device_driver *)drv); in __platform_match()

Completed in 5 milliseconds