Home
last modified time | relevance | path

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

/scripts/dtc/libfdt/
Dlibfdt.h1057 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1092 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1104 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1169 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1174 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1179 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
1330 uint32_t val) in fdt_setprop_u32()
1365 uint64_t val) in fdt_setprop_u64()
1377 uint32_t val) in fdt_setprop_cell()
1472 const char *name, uint32_t val) in fdt_appendprop_u32()
[all …]
Dfdt_strerror.c62 #define FDT_ERRTABENT(val) \ argument
Dfdt_wip.c59 const void *val, int len) in fdt_setprop_inplace()
Dfdt_rw.c277 const void *val, int len) in fdt_setprop()
295 const void *val, int len) in fdt_appendprop()
Dfdt_sw.c223 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
Dfdt_ro.c477 const void *val; in fdt_node_offset_by_prop_value() local
/scripts/
Dsortextable.c137 static void w8be(uint64_t val, uint64_t *x) in w8be()
141 static void wbe(uint32_t val, uint32_t *x) in wbe()
145 static void w2be(uint16_t val, uint16_t *x) in w2be()
149 static void w8le(uint64_t val, uint64_t *x) in w8le()
153 static void wle(uint32_t val, uint32_t *x) in wle()
157 static void w2le(uint16_t val, uint16_t *x) in w2le()
Dpnmtologo.c86 int c, val; in get_number() local
121 unsigned int val = get_number(fp); in get_number255() local
286 unsigned char val, bit; in write_logo_mono() local
314 unsigned char val; in write_logo_vga16() local
Danalyze_suspend.py461 def fsetVal(self, val, path, mode='w'): argument
3846 def yesno(val): argument
3860 def ms2nice(val): argument
4726 val = args.next() variable
4773 val = args.next() variable
4788 val = args.next() variable
4794 val = args.next() variable
4802 val = args.next() variable
4810 val = args.next() variable
4819 val = args.next() variable
[all …]
Dunifdef.c917 int val; in eval_table() local
955 int val = 0; in ifeval() local
1157 char *val; in addsym() local
Dasn1_compiler.c326 int val; in directive_compare() local
/scripts/dtc/
Dtreesource.c64 static void write_propval_string(FILE *f, struct data val) in write_propval_string()
137 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells()
167 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes()
Dutil.c113 long val; in get_oct_char() local
136 long val; in get_hex_char() local
153 char val; in get_escape_char() local
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()
603 uint32_t val; in flat_read_word() local
683 struct data val; in flat_read_property() local
749 uint32_t val; in unflatten_tree() local
818 uint32_t val; in dt_from_blob() local
Ddtc-parser.y324 uint64_t val = ~0ULL >> (64 - $1.bits); variable
Ddtc.h86 char *val; member
138 struct data val; member
Dlivetree.c53 struct property *build_property(char *name, struct data val) in build_property()
/scripts/kconfig/
Dsymbol.c159 long long val, val2; in sym_validate_range() local
487 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range()
506 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
611 long long val; in sym_string_within_range() local
653 char *val; in sym_set_string_value() local
711 tristate val; in sym_get_string_default() local
775 tristate val; in sym_get_string_value() local
Dexpr.c887 union string_value *val) in expr_parse_string()
Dmconf.c472 tristate val; in build_conf() local
Dgconf.c82 const char *dbg_sym_flags(int val) in dbg_sym_flags()
1043 tristate val; in fill_row() local
Dexpr.h60 void *val; member
Dnconf.c739 tristate val; in build_conf() local
Dqconf.cc466 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
/scripts/kconfig/lxdialog/
Dutil.c646 void item_set_selected(int val) in item_set_selected()