Home
last modified time | relevance | path

Searched defs:val (Results 1 – 22 of 22) sorted by relevance

/scripts/dtc/
Dtreesource.c62 static void write_propval_string(FILE *f, struct data val) in write_propval_string()
135 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells()
165 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes()
Dflattree.c60 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell()
138 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell()
600 uint32_t val; in flat_read_word() local
680 struct data val; in flat_read_property() local
746 uint32_t val; in unflatten_tree() local
815 uint32_t val; in dt_from_blob() local
Ddtc-parser.y332 unsigned long long val; in eval_literal() local
Ddata.c75 long val; in get_oct_char() local
92 long val; in get_hex_char() local
Ddtc.h86 char *val; member
135 struct data val; member
Dlivetree.c42 struct property *build_property(char *name, struct data val) in build_property()
/scripts/
Dpnmtologo.c85 int c, val; in get_number() local
115 unsigned int val = get_number(fp); in get_number255() local
279 unsigned char val, bit; in write_logo_mono() local
307 unsigned char val; in write_logo_vga16() local
Dunifdef.c917 int val; in eval_table() local
955 int val = 0; in ifeval() local
1157 char *val; in addsym() local
/scripts/dtc/libfdt/
Dfdt_strerror.c62 #define FDT_ERRTABENT(val) \ argument
Dlibfdt.h724 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
789 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
940 uint32_t val) in fdt_setprop_cell()
Dfdt_wip.c59 const void *val, int len) in fdt_setprop_inplace()
Dfdt_sw.c191 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
Dfdt_ro.c383 const void *val; in fdt_node_offset_by_prop_value() local
Dfdt_rw.c275 const void *val, int len) in fdt_setprop()
/scripts/rt-tester/
Drt-tester.py78 def analyse(val, top, arg): argument
184 val = s[2:].strip() variable
/scripts/kconfig/
Dsymbol.c158 int base, val, val2; in sym_validate_range() local
462 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range()
481 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
586 int val; in sym_string_within_range() local
628 char *val; in sym_set_string_value() local
686 tristate val; in sym_get_string_default() local
750 tristate val; in sym_get_string_value() local
Dmconf.c345 tristate val; in build_conf() local
Dgconf.c82 const char *dbg_sym_flags(int val) in dbg_sym_flags()
1067 tristate val; in fill_row() local
Dexpr.h57 void *val; member
Dnconf.c738 tristate val; in build_conf() local
Dqconf.cc484 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
/scripts/kconfig/lxdialog/
Dutil.c590 void item_set_selected(int val) in item_set_selected()