Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1046 if (!is_early_platform_device(pdev)) { in sh_cmt_probe()
1066 if (is_early_platform_device(pdev)) in sh_cmt_probe()
/Linux-v4.19/include/linux/
Dplatform_device.h304 static inline int is_early_platform_device(struct platform_device *pdev) in is_early_platform_device() function
/Linux-v4.19/Documentation/driver-model/
Dplatform.txt240 in the probe() function can use is_early_platform_device() to check if
/Linux-v4.19/drivers/tty/serial/
Dsh-sci.c3282 if (is_early_platform_device(dev)) in sci_probe()