Home
last modified time | relevance | path

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

/Linux-v5.15/arch/sh/include/asm/
Dplatform_early.h27 static inline int is_sh_early_platform_device(struct platform_device *pdev) in is_sh_early_platform_device() function
/Linux-v5.15/drivers/clocksource/
Dsh_mtu2.c455 if (!is_sh_early_platform_device(pdev)) { in sh_mtu2_probe()
475 if (is_sh_early_platform_device(pdev)) in sh_mtu2_probe()
Dsh_tmu.c602 if (!is_sh_early_platform_device(pdev)) { in sh_tmu_probe()
623 if (is_sh_early_platform_device(pdev)) in sh_tmu_probe()
Dsh_cmt.c1086 if (!is_sh_early_platform_device(pdev)) { in sh_cmt_probe()
1106 if (is_sh_early_platform_device(pdev)) in sh_cmt_probe()
/Linux-v5.15/include/linux/
Dplatform_device.h351 static inline int is_sh_early_platform_device(struct platform_device *pdev) in is_sh_early_platform_device() function
/Linux-v5.15/drivers/tty/serial/
Dsh-sci.c3315 if (is_sh_early_platform_device(dev)) in sci_probe()