Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/
Dtime.c108 early_platform_driver_probe("earlytimer", 2, 0); in sh_late_time_init()
Dsetup.c330 early_platform_driver_probe("earlyprintk", 1, 1); in setup_arch()
/Linux-v4.19/include/linux/
Dplatform_device.h310 extern int early_platform_driver_probe(char *class_str,
/Linux-v4.19/Documentation/driver-model/
Dplatform.txt230 The architecture code calls early_platform_driver_probe() to match
/Linux-v4.19/drivers/base/
Dplatform.c1452 int __init early_platform_driver_probe(char *class_str, in early_platform_driver_probe() function