Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dsh_mtu2.c453 if (!is_early_platform_device(pdev)) { in sh_mtu2_probe()
473 if (is_early_platform_device(pdev)) in sh_mtu2_probe()
Dsh_tmu.c609 if (!is_early_platform_device(pdev)) { in sh_tmu_probe()
629 if (is_early_platform_device(pdev)) in sh_tmu_probe()
Dsh_cmt.c1049 if (!is_early_platform_device(pdev)) { in sh_cmt_probe()
1069 if (is_early_platform_device(pdev)) in sh_cmt_probe()
/linux-4.4.14/include/linux/
Dplatform_device.h298 static inline int is_early_platform_device(struct platform_device *pdev) in is_early_platform_device() function
/linux-4.4.14/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.c2664 if (is_early_platform_device(dev)) in sci_probe()
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt240 in the probe() function can use is_early_platform_device() to check if