Lines Matching defs:prop
842 def verify_phandle2node(prop, offset, expected_name): argument
1592 def verify_type(prop, expected): argument
1697 def verify_to_num(prop, signed, expected): argument
1703 def verify_to_num_error_matches(prop, expected_re): argument
1735 def verify_to_nums(prop, signed, expected): argument
1741 def verify_to_nums_error_matches(prop, expected_re): argument
1766 def verify_to_bytes(prop, expected): argument
1770 def verify_to_bytes_error_matches(prop, expected_re): argument
1789 def verify_to_string(prop, expected): argument
1793 def verify_to_string_error_matches(prop, expected_re): argument
1816 def verify_to_strings(prop, expected): argument
1820 def verify_to_strings_error_matches(prop, expected_re): argument
1840 def verify_to_node(prop, path): argument
1844 def verify_to_node_error_matches(prop, expected_re): argument
1861 def verify_to_nodes(prop, paths): argument
1865 def verify_to_nodes_error_matches(prop, expected_re): argument
1886 def verify_to_path(prop, path): argument
1890 def verify_to_path_error_matches(prop, expected_re): argument
1908 def verify_raw_to_num(fn, prop, length, signed, expected): argument