Searched defs:rtas_args (Results 1 – 3 of 3) sorted by relevance
39 struct rtas_args { struct40 __be32 token;41 __be32 nargs;42 __be32 nret;43 __be32 args[16];44 __be32 *rets; /* Pointer to return values in args[]. */
6284 struct rtas_args { struct6285 __be32 token;6286 __be32 nargs;6287 __be32 nret;6288 rtas_arg_t args[16];6289 rtas_arg_t *rets;