Lines Matching defs:out_args
1245 struct of_phandle_args *out_args)
1258 * index matches, then fill the out_args structure and return,
1266 if (out_args) {
1270 out_args->args,
1272 out_args->np = it.node;
1273 out_args->args_count = c;
1303 * @out_args: optional pointer to output arguments structure (will be filled)
1306 * Returns 0 on success and fills out_args, on error returns appropriate errno
1311 * Caller is responsible to call of_node_put() on the returned out_args->np
1342 int index, struct of_phandle_args *out_args)
1376 out_args);
1381 cur = out_args->np;
1388 initial_match_array[i] = cpu_to_be32(out_args->args[i]);
1448 * specifier into the out_args structure, keeping the
1457 val |= cpu_to_be32(out_args->args[i]) & pass[i];
1460 out_args->args[i] = be32_to_cpu(val);
1462 out_args->args_count = list_size = new_size;
1464 out_args->np = new;