Home
last modified time | relevance | path

Searched refs:is_sh_early_platform_device (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/clocksource/
H A Dsh_mtu2.c454 if (!is_sh_early_platform_device(pdev)) { in sh_mtu2_probe()
474 if (is_sh_early_platform_device(pdev)) in sh_mtu2_probe()
H A Dsh_tmu.c585 if (!is_sh_early_platform_device(pdev)) { in sh_tmu_probe()
606 if (is_sh_early_platform_device(pdev)) in sh_tmu_probe()
H A Dsh_cmt.c1131 if (!is_sh_early_platform_device(pdev)) { in sh_cmt_probe()
1151 if (is_sh_early_platform_device(pdev)) in sh_cmt_probe()
/linux/include/linux/
H A Dplatform_device.h423 static inline int is_sh_early_platform_device(struct platform_device *pdev) in is_sh_early_platform_device() function