Home
last modified time | relevance | path

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

/linux/arch/sh/drivers/
H A Dplatform_early.c87 epdrv->requested_id = -1; in sh_early_platform_driver_register()
89 epdrv->requested_id = simple_strtoul(&buf[n + 1], in sh_early_platform_driver_register()
93 epdrv->requested_id = EARLY_PLATFORM_ID_ERROR; in sh_early_platform_driver_register()
223 match_id = epdrv->requested_id; in sh_early_platform_driver_probe_id()
231 switch (epdrv->requested_id) { in sh_early_platform_driver_probe_id()
236 if (epdrv->requested_id == id) in sh_early_platform_driver_probe_id()
/linux/arch/sh/include/asm/
H A Dplatform_early.h15 int requested_id; member
46 .requested_id = EARLY_PLATFORM_ID_UNSET, \