Home
last modified time | relevance | path

Searched refs:nr_probe (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sh/drivers/
H A Dplatform_early.c209 int nr_probe) in sh_early_platform_driver_probe_id() argument
281 if (n >= nr_probe) in sh_early_platform_driver_probe_id()
302 int nr_probe, in sh_early_platform_driver_probe() argument
308 for (i = -2; n < nr_probe; i++) { in sh_early_platform_driver_probe()
309 k = sh_early_platform_driver_probe_id(class_str, i, nr_probe - n); in sh_early_platform_driver_probe()
/linux/arch/sh/include/asm/
H A Dplatform_early.h34 int nr_probe, int user_only);