Home
last modified time | relevance | path

Searched refs:nr_res (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/platform/olpc/
Dolpc_ofw.c46 int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res, in __olpc_ofw() argument
53 BUG_ON(nr_args + nr_res > MAXARGS); in __olpc_ofw()
60 ofw_args[2] = nr_res; in __olpc_ofw()
72 for (i = 0; i < nr_res; i++, p++) in __olpc_ofw()
/Linux-v4.19/drivers/acpi/arm64/
Dgtdt.c346 int nr_res = ARRAY_SIZE(res); in gtdt_import_sbsa_gwdt() local
360 nr_res--; in gtdt_import_sbsa_gwdt()
368 pdev = platform_device_register_simple("sbsa-gwdt", index, res, nr_res); in gtdt_import_sbsa_gwdt()
/Linux-v4.19/arch/x86/include/asm/
Dolpc_ofw.h18 extern int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res,