Home
last modified time | relevance | path

Searched defs:propname (Results 1 – 3 of 3) sorted by relevance

/scripts/dtc/
Dchecks.c202 char *propname = c->data; in check_is_string() local
211 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
213 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
221 char *propname = c->data; in check_is_string_list() local
240 #define WARNING_IF_NOT_STRING_LIST(nm, propname) \ argument
242 #define ERROR_IF_NOT_STRING_LIST(nm, propname) \ argument
249 char *propname = c->data; in check_is_cell() local
258 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
260 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
463 struct node *node, const char *propname) in check_phandle_prop()
[all …]
Dlivetree.c424 struct property *get_property(struct node *node, const char *propname) in get_property()
/scripts/dtc/libfdt/
Dfdt_ro.c655 const char *propname, in fdt_node_offset_by_prop_value()