Lines Matching refs:list
20 #include <linux/list.h>
279 "allnodes list size (%i) doesn't match sibling lists size (%i)\n",
281 pr_debug("allnodes list size (%i); sibling lists size (%i)\n", allnode_count, child_count);
408 rc = of_count_phandle_with_args(np, "phandle-list", "#phandle-cells");
415 rc = of_parse_phandle_with_args(np, "phandle-list",
470 /* Check for missing list property */
472 rc = of_parse_phandle_with_args(np, "phandle-list-missing",
475 rc = of_count_phandle_with_args(np, "phandle-list-missing",
485 rc = of_parse_phandle_with_args(np, "phandle-list",
496 rc = of_count_phandle_with_args(np, "phandle-list",
504 /* Check for bad phandle in list */
510 rc = of_parse_phandle_with_args(np, "phandle-list-bad-phandle",
521 rc = of_count_phandle_with_args(np, "phandle-list-bad-phandle",
529 /* Check for incorrectly formed argument list */
535 rc = of_parse_phandle_with_args(np, "phandle-list-bad-args",
546 rc = of_count_phandle_with_args(np, "phandle-list-bad-args",
582 rc = of_count_phandle_with_args(np, "phandle-list", "#phandle-cells");
589 rc = of_parse_phandle_with_args_map(np, "phandle-list",
656 /* Check for missing list property */
658 rc = of_parse_phandle_with_args_map(np, "phandle-list-missing",
668 rc = of_parse_phandle_with_args_map(np, "phandle-list",
675 /* Check for bad phandle in list */
681 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-phandle",
688 /* Check for incorrectly formed argument list */
694 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-args",
721 rc = of_property_match_string(np, "phandle-list-names", "first");
723 rc = of_property_match_string(np, "phandle-list-names", "second");
725 rc = of_property_match_string(np, "phandle-list-names", "third");
727 rc = of_property_match_string(np, "phandle-list-names", "fourth");
739 rc = of_property_count_strings(np, "phandle-list-names");
743 rc = of_property_count_strings(np, "unterminated-string-list");
752 rc = of_property_read_string_index(np, "phandle-list-names", 0, strings);
754 rc = of_property_read_string_index(np, "phandle-list-names", 1, strings);
756 rc = of_property_read_string_index(np, "phandle-list-names", 2, strings);
759 rc = of_property_read_string_index(np, "phandle-list-names", 3, strings);
764 rc = of_property_read_string_index(np, "unterminated-string-list", 0, strings);
767 rc = of_property_read_string_index(np, "unterminated-string-list", 2, strings); /* should fail */
774 rc = of_property_read_string_array(np, "phandle-list-names", strings, 4);
779 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4);
783 rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2);
786 rc = of_property_read_string_array(np, "phandle-list-names", strings, 1);
3260 * its parent's child list.
3264 * Directly manipulate the child list of node /testcase-data to