Searched refs:platform_match (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/drivers/ |
H A D | platform_early.c | 24 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 D | platform_early.c | 24 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 D | platform.c | 1138 * 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 D | platform.c | 1323 * 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 6 milliseconds