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

/linux-master/arch/sh/include/asm/
H A Dplatform_early.h15 int requested_id; member in struct:sh_early_platform_driver
46 .requested_id = EARLY_PLATFORM_ID_UNSET, \
/linux-master/arch/sh/drivers/
H A Dplatform_early.c91 epdrv->requested_id = -1;
93 epdrv->requested_id = simple_strtoul(&buf[n + 1],
97 epdrv->requested_id = EARLY_PLATFORM_ID_ERROR;
227 match_id = epdrv->requested_id;
235 switch (epdrv->requested_id) {
240 if (epdrv->requested_id == id)

Completed in 118 milliseconds