Home
last modified time | relevance | path

Searched refs:early_platform_driver_probe (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/sh/kernel/
Dtime.c34 early_platform_driver_probe("earlytimer", 2, 0); in sh_late_time_init()
Dsetup.c331 early_platform_driver_probe("earlyprintk", 1, 1); in setup_arch()
/Linux-v5.4/include/linux/
Dplatform_device.h320 extern int early_platform_driver_probe(char *class_str,
/Linux-v5.4/Documentation/driver-api/driver-model/
Dplatform.rst232 The architecture code calls early_platform_driver_probe() to match
/Linux-v5.4/drivers/base/
Dplatform.c1561 int __init early_platform_driver_probe(char *class_str, in early_platform_driver_probe() function