Home
last modified time | relevance | path

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

/arch/x86/platform/olpc/
Dolpc_ofw.c43 int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res, in __olpc_ofw() argument
50 BUG_ON(nr_args + nr_res > MAXARGS); in __olpc_ofw()
56 ofw_args[1] = nr_args; in __olpc_ofw()
60 for (i = 0; i < nr_args; i++, p++) in __olpc_ofw()
/arch/x86/include/asm/
Dolpc_ofw.h17 extern int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res,