Home
last modified time | relevance | path

Searched refs:an (Results 1 – 9 of 9) sorted by relevance

/scripts/dtc/
A Dlivetree.c825 struct node *an; in build_root_node() local
827 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() argument
867 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 …]
A DREADME19 The library provides an Fdt class which you can use like this:
/scripts/coccinelle/misc/
A Dbadty.cocci1 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
3 //# This makes an effort to find cases where the argument to sizeof is wrong
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped57 # 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 number
85 """Raise an error if the return value is -ve
105 """Raise an error if the return value is NULL
137 FdtRo - read-only access to an existing FDT
138 FdtRw - read-write access to an existing FDT (most common case)
492 All methods raise an FdtException if an error occurs. To avoid this
503 """Create an empty device tree ready for use
[all …]
/scripts/coccinelle/iterators/
A Duse_after_iter.cocci2 /// variable ends up pointing to an address at an offset from the list head,
/scripts/coccinelle/null/
A Dbadzero.cocci3 //# This makes an effort to choose between !x and x == NULL. !x is used
6 //# using the option -all_includes and the option -I to specify an
/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci5 //# This makes an effort to find cases of casting of values returned by
/scripts/
A Dspelling.txt131 an union||a union
132 an user||a user
133 an userspace||a userspace
134 an one||a one
A DKbuild.include214 # Prefix -I with $(srctree) if it is not an absolute path.

Completed in 17 milliseconds