Searched refs:is_early_platform_device (Results 1 – 6 of 6) sorted by relevance
453 if (!is_early_platform_device(pdev)) { in sh_mtu2_probe()473 if (is_early_platform_device(pdev)) in sh_mtu2_probe()
609 if (!is_early_platform_device(pdev)) { in sh_tmu_probe()629 if (is_early_platform_device(pdev)) in sh_tmu_probe()
1046 if (!is_early_platform_device(pdev)) { in sh_cmt_probe()1066 if (is_early_platform_device(pdev)) in sh_cmt_probe()
304 static inline int is_early_platform_device(struct platform_device *pdev) in is_early_platform_device() function
240 in the probe() function can use is_early_platform_device() to check if
3282 if (is_early_platform_device(dev)) in sci_probe()