Searched refs:is_early_platform_device (Results 1 – 6 of 6) sorted by relevance
451 if (!is_early_platform_device(pdev)) { in sh_mtu2_probe()471 if (is_early_platform_device(pdev)) in sh_mtu2_probe()
598 if (!is_early_platform_device(pdev)) { in sh_tmu_probe()618 if (is_early_platform_device(pdev)) in sh_tmu_probe()
1055 if (!is_early_platform_device(pdev)) { in sh_cmt_probe()1075 if (is_early_platform_device(pdev)) in sh_cmt_probe()
314 static inline int is_early_platform_device(struct platform_device *pdev) in is_early_platform_device() function
242 in the probe() function can use is_early_platform_device() to check if
3321 if (is_early_platform_device(dev)) in sci_probe()