/scripts/dtc/libfdt/ |
D | fdt_addresses.c | 17 uint32_t val; in fdt_cells() local 36 int val; in fdt_address_cells() local 48 int val; in fdt_size_cells() local
|
D | libfdt.h | 1290 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1325 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1337 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1440 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1445 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1452 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() 1651 uint32_t val) in fdt_setprop_u32() 1686 uint64_t val) in fdt_setprop_u64() 1698 uint32_t val) in fdt_setprop_cell() 1823 const char *name, uint32_t val) in fdt_appendprop_u32() [all …]
|
D | fdt_wip.c | 15 uint32_t idx, const void *val, in fdt_setprop_inplace_namelen_partial() 34 const void *val, int len) in fdt_setprop_inplace()
|
D | fdt_strerror.c | 18 #define FDT_ERRTABENT(val) \ argument
|
D | fdt_overlay.c | 30 const fdt32_t *val; in overlay_get_target_phandle() local 119 const fdt32_t *val; in overlay_phandle_add_offset() local
|
D | fdt_rw.c | 277 const void *val, int len) in fdt_setprop() 292 const void *val, int len) in fdt_appendprop()
|
D | fdt_sw.c | 325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
|
D | fdt_ro.c | 659 const void *val; in fdt_node_offset_by_prop_value() local
|
/scripts/ |
D | sorttable.c | 134 static void wbe(uint32_t val, uint32_t *x) in wbe() 139 static void w2be(uint16_t val, uint16_t *x) in w2be() 144 static void w8be(uint64_t val, uint64_t *x) in w8be() 149 static void wle(uint32_t val, uint32_t *x) in wle() 154 static void w2le(uint16_t val, uint16_t *x) in w2le() 159 static void w8le(uint64_t val, uint64_t *x) in w8le()
|
D | unifdef.c | 917 int val; in eval_table() local 955 int val = 0; in ifeval() local 1157 char *val; in addsym() local
|
D | asn1_compiler.c | 322 int val; in directive_compare() local
|
/scripts/kconfig/ |
D | symbol.c | 128 long long val, val2; in sym_validate_range() local 478 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() 497 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 602 long long val; in sym_string_within_range() local 644 char *val; in sym_set_string_value() local 702 tristate val; in sym_get_string_default() local 769 tristate val; in sym_get_string_value() local
|
D | mconf.c | 472 tristate val; in build_conf() local
|
D | gconf.c | 80 static const char *dbg_sym_flags(int val) in dbg_sym_flags() 1043 tristate val; in fill_row() local
|
D | expr.c | 1000 union string_value *val) in expr_parse_string()
|
D | expr.h | 60 void *val; member
|
D | nconf.c | 742 tristate val; in build_conf() local
|
D | qconf.cc | 483 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
|
/scripts/dtc/ |
D | util.c | 148 long val; in get_oct_char() local 171 long val; in get_hex_char() local 188 char val; in get_escape_char() local
|
D | flattree.c | 45 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell() 123 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell() 588 fdt32_t val; in flat_read_word() local 668 struct data val; in flat_read_property() local 736 uint32_t val; in unflatten_tree() local 810 uint32_t val; in dt_from_blob() local
|
D | dtc-parser.y | 403 uint64_t val = ~0ULL >> (64 - $1.bits); variable
|
D | dtc.h | 115 char *val; member 173 struct data val; member
|
D | livetree.c | 39 struct property *build_property(char *name, struct data val, in build_property()
|
/scripts/kconfig/lxdialog/ |
D | util.c | 633 void item_set_selected(int val) in item_set_selected()
|
/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 626 tree field, val; in check_bad_casts_in_constructor() local
|