Home
last modified time | relevance | path

Searched refs:is_early_platform_device (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/clocksource/
Dsh_mtu2.c461 if (!is_early_platform_device(pdev)) { in sh_mtu2_probe()
481 if (is_early_platform_device(pdev)) in sh_mtu2_probe()
Dsh_tmu.c611 if (!is_early_platform_device(pdev)) { in sh_tmu_probe()
631 if (is_early_platform_device(pdev)) in sh_tmu_probe()
Dsh_cmt.c1047 if (!is_early_platform_device(pdev)) { in sh_cmt_probe()
1067 if (is_early_platform_device(pdev)) in sh_cmt_probe()
/linux-4.1.27/include/linux/
Dplatform_device.h267 static inline int is_early_platform_device(struct platform_device *pdev) in is_early_platform_device() function
/linux-4.1.27/drivers/tty/serial/
Dbfin_sport_uart.c831 if (!is_early_platform_device(pdev)) { in sport_uart_probe()
Dbfin_uart.c1342 if (!is_early_platform_device(pdev)) { in bfin_serial_probe()
Dsh-sci.c2625 if (is_early_platform_device(dev)) in sci_probe()
/linux-4.1.27/Documentation/driver-model/
Dplatform.txt226 in the probe() function can use is_early_platform_device() to check if