Searched refs:is_sh_early_platform_device (Results 1 – 4 of 4) sorted by relevance
454 if (!is_sh_early_platform_device(pdev)) { in sh_mtu2_probe()474 if (is_sh_early_platform_device(pdev)) in sh_mtu2_probe()
585 if (!is_sh_early_platform_device(pdev)) { in sh_tmu_probe()606 if (is_sh_early_platform_device(pdev)) in sh_tmu_probe()
1131 if (!is_sh_early_platform_device(pdev)) { in sh_cmt_probe()1151 if (is_sh_early_platform_device(pdev)) in sh_cmt_probe()
423 static inline int is_sh_early_platform_device(struct platform_device *pdev) in is_sh_early_platform_device() function