Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clocksource/
Dsh_mtu2.c451 if (!is_early_platform_device(pdev)) { in sh_mtu2_probe()
471 if (is_early_platform_device(pdev)) in sh_mtu2_probe()
Dsh_tmu.c598 if (!is_early_platform_device(pdev)) { in sh_tmu_probe()
618 if (is_early_platform_device(pdev)) in sh_tmu_probe()
Dsh_cmt.c1055 if (!is_early_platform_device(pdev)) { in sh_cmt_probe()
1075 if (is_early_platform_device(pdev)) in sh_cmt_probe()
/Linux-v5.4/include/linux/
Dplatform_device.h314 static inline int is_early_platform_device(struct platform_device *pdev) in is_early_platform_device() function
/Linux-v5.4/Documentation/driver-api/driver-model/
Dplatform.rst242 in the probe() function can use is_early_platform_device() to check if
/Linux-v5.4/drivers/tty/serial/
Dsh-sci.c3321 if (is_early_platform_device(dev)) in sci_probe()