Lines Matching refs:out_args
1412 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
1430 if (out_args) { in __of_parse_phandle_with_args()
1434 out_args->args, in __of_parse_phandle_with_args()
1436 out_args->np = it.node; in __of_parse_phandle_with_args()
1437 out_args->args_count = c; in __of_parse_phandle_with_args()
1520 struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
1532 cell_count, index, out_args); in of_parse_phandle_with_args()
1581 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args_map() argument
1615 out_args); in of_parse_phandle_with_args_map()
1620 cur = out_args->np; in of_parse_phandle_with_args_map()
1627 initial_match_array[i] = cpu_to_be32(out_args->args[i]); in of_parse_phandle_with_args_map()
1696 val |= cpu_to_be32(out_args->args[i]) & pass[i]; in of_parse_phandle_with_args_map()
1699 out_args->args[i] = be32_to_cpu(val); in of_parse_phandle_with_args_map()
1701 out_args->args_count = list_size = new_size; in of_parse_phandle_with_args_map()
1703 out_args->np = new; in of_parse_phandle_with_args_map()
1752 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_fixed_args() argument
1757 index, out_args); in of_parse_phandle_with_fixed_args()