Searched refs:build_property (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/
H A Dfstree.c61 prop = build_property(strdup(de->d_name),
H A Ddtc-parser.y178 $$ = build_property($2, $4, $1);
182 $$ = build_property($2, empty_data, $1);
H A Dlivetree.c27 struct property *build_property(char *name, struct data val, char *label) function
303 build_property("linux,phandle",
H A Ddtc.h175 struct property *build_property(char *name, struct data val, char *label);
H A Dflattree.c664 return build_property(name, val, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/
H A Dfstree.c61 prop = build_property(strdup(de->d_name),
H A Ddtc-parser.y178 $$ = build_property($2, $4, $1);
182 $$ = build_property($2, empty_data, $1);
H A Dlivetree.c27 struct property *build_property(char *name, struct data val, char *label) function
303 build_property("linux,phandle",
H A Ddtc.h175 struct property *build_property(char *name, struct data val, char *label);
H A Dflattree.c664 return build_property(name, val, NULL);

Completed in 118 milliseconds