Searched refs:an (Results 1 – 9 of 9) sorted by relevance
825 struct node *an; in build_root_node() local827 an = get_subnode(dt, name); in build_root_node()828 if (!an) in build_root_node()829 an = build_and_name_child_node(dt, name); in build_root_node()831 if (!an) in build_root_node()834 return an; in build_root_node()852 struct node *an, struct node *node, in generate_label_tree_internal() argument867 p = get_property(an, l->label); in generate_label_tree_internal()871 an->name); in generate_label_tree_internal()879 add_property(an, p); in generate_label_tree_internal()[all …]
19 The library provides an Fdt class which you can use like this:
1 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element3 //# This makes an effort to find cases where the argument to sizeof is wrong
57 # of raising an exception.60 # instead of raising an exception.66 """An exception caused by an error such as one of the codes above"""74 """Get the string for an error number85 """Raise an error if the return value is -ve105 """Raise an error if the return value is NULL137 FdtRo - read-only access to an existing FDT138 FdtRw - read-write access to an existing FDT (most common case)492 All methods raise an FdtException if an error occurs. To avoid this503 """Create an empty device tree ready for use[all …]
2 /// variable ends up pointing to an address at an offset from the list head,
3 //# This makes an effort to choose between !x and x == NULL. !x is used6 //# using the option -all_includes and the option -I to specify an
5 //# This makes an effort to find cases of casting of values returned by
131 an union||a union132 an user||a user133 an userspace||a userspace134 an one||a one
214 # Prefix -I with $(srctree) if it is not an absolute path.
Completed in 17 milliseconds