Lines Matching defs:out_args
1379 struct of_phandle_args *out_args)
1389 * index matches, then fill the out_args structure and return,
1397 if (out_args) {
1401 out_args->args,
1403 out_args->np = it.node;
1404 out_args->args_count = c;
1459 * @out_args: optional pointer to output arguments structure (will be filled)
1462 * Returns 0 on success and fills out_args, on error returns appropriate
1465 * Caller is responsible to call of_node_put() on the returned out_args->np
1487 struct of_phandle_args *out_args)
1499 cell_count, index, out_args);
1509 * @out_args: optional pointer to output arguments structure (will be filled)
1512 * Returns 0 on success and fills out_args, on error returns appropriate errno
1517 * Caller is responsible to call of_node_put() on the returned out_args->np
1548 int index, struct of_phandle_args *out_args)
1582 out_args);
1587 cur = out_args->np;
1594 initial_match_array[i] = cpu_to_be32(out_args->args[i]);
1654 * specifier into the out_args structure, keeping the
1663 val |= cpu_to_be32(out_args->args[i]) & pass[i];
1666 out_args->args[i] = be32_to_cpu(val);
1668 out_args->args_count = list_size = new_size;
1670 out_args->np = new;
1694 * @out_args: optional pointer to output arguments structure (will be filled)
1697 * Returns 0 on success and fills out_args, on error returns appropriate
1700 * Caller is responsible to call of_node_put() on the returned out_args->np
1720 int index, struct of_phandle_args *out_args)
1725 index, out_args);