Lines Matching refs:FAIL_PROP
126 #define FAIL_PROP(c, dti, node, prop, ...) \ macro
209 FAIL_PROP(c, dti, node, prop, "property is not a string"); in check_is_string()
233 FAIL_PROP(c, dti, node, prop, "property is not a string list"); in check_is_string_list()
256 FAIL_PROP(c, dti, node, prop, "property is not a single cell"); in check_is_cell()
291 FAIL_PROP(c, dti, node, prop, "Duplicate property name"); in check_duplicate_property_names()
369 FAIL_PROP(c, dti, node, prop, "Bad character '%c' in property name", in check_property_name_chars()
401 FAIL_PROP(c, dti, node, prop, "Character '%c' not recommended in property name", in check_property_name_chars_strict()
475 FAIL_PROP(c, dti, node, prop, "bad length (%d) %s property", in check_phandle_prop()
501 FAIL_PROP(c, dti, node, prop, "bad value (0x%x) in %s property", in check_phandle_prop()
740 FAIL_PROP(c, dti, node, prop, "aliases property is not a valid node (%s)", in check_alias_paths()
790 FAIL_PROP(c, dti, node, prop, "property is empty"); in check_reg_format()
797 FAIL_PROP(c, dti, node, prop, "property has invalid length (%d bytes) " in check_reg_format()
815 FAIL_PROP(c, dti, node, prop, "Root node has a \"%s\" property", in check_ranges_format()
828 FAIL_PROP(c, dti, node, prop, "empty \"%s\" property but its " in check_ranges_format()
833 FAIL_PROP(c, dti, node, prop, "empty \"%s\" property but its " in check_ranges_format()
838 FAIL_PROP(c, dti, node, prop, "\"%s\" property has invalid length (%d bytes) " in check_ranges_format()
880 FAIL_PROP(c, dti, node, prop, "value must be 2 cells"); in check_pci_bridge()
885 FAIL_PROP(c, dti, node, prop, "1st cell must be less than or equal to 2nd cell"); in check_pci_bridge()
887 FAIL_PROP(c, dti, node, prop, "maximum bus number must be less than 256"); in check_pci_bridge()
917 FAIL_PROP(c, dti, node, prop, "PCI bus number %d out of range, expected (%d - %d)", in check_pci_device_bus_num()
939 FAIL_PROP(c, dti, node, prop, "PCI reg config space address cells 2 and 3 must be 0"); in check_pci_device_reg()
946 FAIL_PROP(c, dti, node, prop, "PCI reg address is not configuration space"); in check_pci_device_reg()
948 FAIL_PROP(c, dti, node, prop, "PCI reg config space address register number must be 0"); in check_pci_device_reg()
1101 FAIL_PROP(c, dti, node, prop, "I2C address must be less than 10-bits, got \"0x%x\"", in check_i2c_bus_reg()
1104 …FAIL_PROP(c, dti, node, prop, "I2C address must be less than 7-bits, got \"0x%x\". Set I2C_TEN_BIT… in check_i2c_bus_reg()
1342 FAIL_PROP(c, dti, node, prop, in check_obsolete_chosen_interrupt_controller()
1389 FAIL_PROP(c, dti, node, prop, "Use 'stdout-path' instead"); in check_chosen_node_stdout_path()
1413 FAIL_PROP(c, dti, node, prop, in check_property_phandle_args()
1446 FAIL_PROP(c, dti, node, prop, in check_property_phandle_args()
1453 FAIL_PROP(c, dti, node, prop, in check_property_phandle_args()
1473 FAIL_PROP(c, dti, node, prop, in check_property_phandle_args()
1577 FAIL_PROP(c, dti, node, prop, in check_deprecated_gpio_property()
1634 FAIL_PROP(c, dti, node, irq_prop, "size (%d) is invalid, expected multiple of %zu", in check_interrupts_property()
1651 FAIL_PROP(c, dti, parent, prop, "Invalid phandle"); in check_interrupts_property()
1657 FAIL_PROP(c, dti, parent, prop, "Bad phandle"); in check_interrupts_property()
1683 FAIL_PROP(c, dti, node, prop, in check_interrupts_property()
1768 FAIL_PROP(c, dti, node, get_property(node, "#address-cells"), in check_graph_reg()
1772 FAIL_PROP(c, dti, node, get_property(node, "#size-cells"), in check_graph_reg()
1808 FAIL_PROP(c, dti, endpoint, prop, "graph phandle is not valid"); in get_remote_endpoint()