Lines Matching refs:FAIL

92 #define FAIL(c, dti, ...)						\  macro
159 FAIL(c, dti, "always_fail check"); in check_always_fail()
174 FAIL(c, dti, "\"%s\" property in %s is not a string", in check_is_string()
193 FAIL(c, dti, "\"%s\" property in %s is not a single cell", in check_is_cell()
215 FAIL(c, dti, "Duplicate node name %s", in check_duplicate_node_names()
230 FAIL(c, dti, "Duplicate property name %s in %s", in check_duplicate_property_names()
249 FAIL(c, dti, "Bad character '%c' in node %s", in check_node_name_chars()
260 FAIL(c, dti, "Character '%c' not recommended in node %s", in check_node_name_chars_strict()
269 FAIL(c, dti, "Node %s has multiple '@' characters in name", in check_node_name_format()
288 FAIL(c, dti, "Node %s has a reg or ranges property, but no unit name", in check_unit_address_vs_reg()
292 FAIL(c, dti, "Node %s has a unit name, but no reg property", in check_unit_address_vs_reg()
307 FAIL(c, dti, "Bad character '%c' in property name \"%s\", node %s", in check_property_name_chars()
339 FAIL(c, dti, "Character '%c' not recommended in property name \"%s\", node %s", in check_property_name_chars_strict()
373 FAIL(c, dti, "Duplicate label '%s' on " DESCLABEL_FMT in check_duplicate_label()
413 FAIL(c, dti, "%s has bad length (%d) %s property", in check_phandle_prop()
425 FAIL(c, dti, "%s in %s is a reference to another node", in check_phandle_prop()
439 FAIL(c, dti, "%s has bad value (0x%x) in %s property", in check_phandle_prop()
466 FAIL(c, dti, "%s has mismatching 'phandle' and 'linux,phandle'" in check_explicit_phandles()
474 FAIL(c, dti, "%s has duplicated phandle 0x%x (seen before at %s)", in check_explicit_phandles()
499 FAIL(c, dti, "\"name\" property in %s is incorrect (\"%s\" instead" in check_name_properties()
534 FAIL(c, dti, "Reference to non-existent node or " in fixup_phandle_references()
566 FAIL(c, dti, "Reference to non-existent node or label \"%s\"\n", in fixup_path_references()
625 FAIL(c, dti, "Root node has a \"reg\" property"); in check_reg_format()
630 FAIL(c, dti, "\"reg\" property in %s is empty", node->fullpath); in check_reg_format()
637 FAIL(c, dti, "\"reg\" property in %s has invalid length (%d bytes) " in check_reg_format()
654 FAIL(c, dti, "Root node has a \"ranges\" property"); in check_ranges_format()
666 FAIL(c, dti, "%s has empty \"ranges\" property but its " in check_ranges_format()
671 FAIL(c, dti, "%s has empty \"ranges\" property but its " in check_ranges_format()
676 FAIL(c, dti, "\"ranges\" property in %s has invalid length (%d bytes) " in check_ranges_format()
701 FAIL(c, dti, "Node %s node name is not \"pci\" or \"pcie\"", in check_pci_bridge()
706 FAIL(c, dti, "Node %s missing ranges for PCI bridge (or not a bridge)", in check_pci_bridge()
710 FAIL(c, dti, "Node %s incorrect #address-cells for PCI bridge", in check_pci_bridge()
713 FAIL(c, dti, "Node %s incorrect #size-cells for PCI bridge", in check_pci_bridge()
718 FAIL(c, dti, "Node %s missing bus-range for PCI bridge", in check_pci_bridge()
723 FAIL(c, dti, "Node %s bus-range must be 2 cells", in check_pci_bridge()
729 FAIL(c, dti, "Node %s bus-range 1st cell must be less than or equal to 2nd cell", in check_pci_bridge()
732 FAIL(c, dti, "Node %s bus-range maximum bus number must be less than 256", in check_pci_bridge()
763 FAIL(c, dti, "Node %s PCI bus number %d out of range, expected (%d - %d)", in check_pci_device_bus_num()
781 FAIL(c, dti, "Node %s missing PCI reg property", node->fullpath); in check_pci_device_reg()
787 FAIL(c, dti, "Node %s PCI reg config space address cells 2 and 3 must be 0", in check_pci_device_reg()
795 FAIL(c, dti, "Node %s PCI reg address is not configuration space", in check_pci_device_reg()
798 FAIL(c, dti, "Node %s PCI reg config space address register number must be 0", in check_pci_device_reg()
811 FAIL(c, dti, "Node %s PCI unit address format error, expected \"%s\"", in check_pci_device_reg()
868 FAIL(c, dti, "Node %s missing or empty reg/ranges property", node->fullpath); in check_simple_bus_reg()
878 FAIL(c, dti, "Node %s simple-bus unit address format error, expected \"%s\"", in check_simple_bus_reg()
895 FAIL(c, dti, "Node %s unit name should not have leading \"0x\"", in check_unit_address_format()
901 FAIL(c, dti, "Node %s unit name should not have leading 0s", in check_unit_address_format()
925 FAIL(c, dti, "Relying on default #address-cells value for %s", in check_avoid_default_addr_size()
929 FAIL(c, dti, "Relying on default #size-cells value for %s", in check_avoid_default_addr_size()
953 FAIL(c, dti, "/chosen has obsolete \"interrupt-controller\" " in check_obsolete_chosen_interrupt_controller()