Lines Matching defs:c

24 #define TRACE(c, ...) \  argument
31 #define TRACE(c, fmt, ...) do { } while (0) argument
75 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()
100 #define FAIL(c, dti, node, ...) \ argument
107 #define FAIL_PROP(c, dti, node, prop, ...) \ argument
115 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props()
127 static bool run_check(struct check *c, struct dt_info *dti) in run_check()
172 static inline void check_always_fail(struct check *c, struct dt_info *dti, in check_always_fail()
179 static void check_is_string(struct check *c, struct dt_info *dti, in check_is_string()
197 static void check_is_string_list(struct check *c, struct dt_info *dti, in check_is_string_list()
226 static void check_is_cell(struct check *c, struct dt_info *dti, in check_is_cell()
248 static void check_duplicate_node_names(struct check *c, struct dt_info *dti, in check_duplicate_node_names()
262 static void check_duplicate_property_names(struct check *c, struct dt_info *dti, in check_duplicate_property_names()
284 static void check_node_name_chars(struct check *c, struct dt_info *dti, in check_node_name_chars()
295 static void check_node_name_chars_strict(struct check *c, struct dt_info *dti, in check_node_name_chars_strict()
306 static void check_node_name_format(struct check *c, struct dt_info *dti, in check_node_name_format()
314 static void check_unit_address_vs_reg(struct check *c, struct dt_info *dti, in check_unit_address_vs_reg()
336 static void check_property_name_chars(struct check *c, struct dt_info *dti, in check_property_name_chars()
351 static void check_property_name_chars_strict(struct check *c, in check_property_name_chars_strict()
390 static void check_duplicate_label(struct check *c, struct dt_info *dti, in check_duplicate_label()
417 static void check_duplicate_label_node(struct check *c, struct dt_info *dti, in check_duplicate_label_node()
438 static cell_t check_phandle_prop(struct check *c, struct dt_info *dti, in check_phandle_prop()
485 static void check_explicit_phandles(struct check *c, struct dt_info *dti, in check_explicit_phandles()
521 static void check_name_properties(struct check *c, struct dt_info *dti, in check_name_properties()
555 static void fixup_phandle_references(struct check *c, struct dt_info *dti, in fixup_phandle_references()
588 static void fixup_path_references(struct check *c, struct dt_info *dti, in fixup_path_references()
631 static void check_names_is_string_list(struct check *c, struct dt_info *dti, in check_names_is_string_list()
647 static void check_alias_paths(struct check *c, struct dt_info *dti, in check_alias_paths()
667 static void fixup_addr_size_cells(struct check *c, struct dt_info *dti, in fixup_addr_size_cells()
691 static void check_reg_format(struct check *c, struct dt_info *dti, in check_reg_format()
720 static void check_ranges_format(struct check *c, struct dt_info *dti, in check_ranges_format()
765 static void check_pci_bridge(struct check *c, struct dt_info *dti, struct node *node) in check_pci_bridge()
807 static void check_pci_device_bus_num(struct check *c, struct dt_info *dti, struct node *node) in check_pci_device_bus_num()
837 static void check_pci_device_reg(struct check *c, struct dt_info *dti, struct node *node) in check_pci_device_reg()
903 static void check_simple_bus_bridge(struct check *c, struct dt_info *dti, struct node *node) in check_simple_bus_bridge()
910 static void check_simple_bus_reg(struct check *c, struct dt_info *dti, struct node *node) in check_simple_bus_reg()
949 static void check_unit_address_format(struct check *c, struct dt_info *dti, in check_unit_address_format()
974 static void check_avoid_default_addr_size(struct check *c, struct dt_info *dti, in check_avoid_default_addr_size()
997 static void check_avoid_unnecessary_addr_size(struct check *c, struct dt_info *dti, in check_avoid_unnecessary_addr_size()
1021 static void check_obsolete_chosen_interrupt_controller(struct check *c, in check_obsolete_chosen_interrupt_controller()
1045 static void check_chosen_node_is_root(struct check *c, struct dt_info *dti, in check_chosen_node_is_root()
1056 static void check_chosen_node_bootargs(struct check *c, struct dt_info *dti, in check_chosen_node_bootargs()
1073 static void check_chosen_node_stdout_path(struct check *c, struct dt_info *dti, in check_chosen_node_stdout_path()
1100 static void check_property_phandle_args(struct check *c, in check_property_phandle_args()
1177 static void check_provider_cells_property(struct check *c, in check_provider_cells_property()
1233 static void check_gpios_property(struct check *c, in check_gpios_property()
1258 static void check_deprecated_gpio_property(struct check *c, in check_deprecated_gpio_property()
1295 static void check_interrupts_property(struct check *c, in check_interrupts_property()
1423 static void enable_warning_error(struct check *c, bool warn, bool error) in enable_warning_error()
1436 static void disable_warning_error(struct check *c, bool warn, bool error) in disable_warning_error()
1470 struct check *c = check_table[i]; in parse_checks_option() local
1490 struct check *c = check_table[i]; in process_checks() local