Searched refs:early_platform_driver_probe (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/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.4.14/arch/h8300/kernel/ |
D | setup.c | 144 early_platform_driver_probe("earlyprintk", 1, 0); in setup_arch()
|
/linux-4.4.14/include/linux/ |
D | platform_device.h | 304 extern int early_platform_driver_probe(char *class_str,
|
/linux-4.4.14/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.4.14/Documentation/driver-model/ |
D | platform.txt | 230 The architecture code calls early_platform_driver_probe() to match
|
/linux-4.4.14/drivers/base/ |
D | platform.c | 1368 int __init early_platform_driver_probe(char *class_str, in early_platform_driver_probe() function
|