Searched refs:early_platform_driver_probe (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | console.c | 26 early_platform_driver_probe("earlyprintk", 1, 1); in shmobile_setup_console()
|
D | timer.c | 105 early_platform_driver_probe("earlytimer", 2, 0); in shmobile_late_time_init()
|
/linux-4.1.27/arch/sh/kernel/ |
D | time.c | 102 early_platform_driver_probe("earlytimer", 2, 0); in sh_late_time_init()
|
D | setup.c | 299 early_platform_driver_probe("earlyprintk", 1, 1); in setup_arch()
|
/linux-4.1.27/include/linux/ |
D | platform_device.h | 273 extern int early_platform_driver_probe(char *class_str,
|
/linux-4.1.27/drivers/tty/serial/ |
D | bfin_uart.c | 1406 early_platform_driver_probe(CLASS_BFIN_CONSOLE, BFIN_UART_NR_PORTS, 0); in bfin_serial_rs_console_init() 1496 early_platform_driver_probe(CLASS_BFIN_EARLYPRINTK, 1, 0); in bfin_earlyserial_init()
|
D | bfin_sport_uart.c | 896 early_platform_driver_probe(CLASS_BFIN_SPORT_CONSOLE, in sport_uart_rs_console_init()
|
/linux-4.1.27/Documentation/driver-model/ |
D | platform.txt | 216 The architecture code calls early_platform_driver_probe() to match
|
/linux-4.1.27/drivers/base/ |
D | platform.c | 1290 int __init early_platform_driver_probe(char *class_str, in early_platform_driver_probe() function
|