Home
last modified time | relevance | path

Searched defs:name (Results 1 – 20 of 20) sorted by relevance

/DragonStub/apps/lib/libfdt/
H A Dlibfdt.h260 #define fdt_set_hdr_(name) \ argument
723 const char *name, in fdt_get_property_w()
783 const char *name, int namelen, in fdt_getprop_namelen_w()
822 const char *name, int *lenp) in fdt_getprop_w()
1325 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1360 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1377 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1480 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1485 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1492 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
[all …]
H A Dfdt_rw.c184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_()
202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_()
235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder()
276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
334 const char *name, int namelen) in fdt_add_subnode_namelen()
377 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
H A Dfdt_wip.c14 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial()
33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
H A Dfdt_overlay.c102 const char *name, uint32_t delta) in overlay_phandle_add_offset()
217 const char *name; in overlay_update_local_node_references() local
356 const char *name, uint32_t name_len, in overlay_fixup_one_phandle()
430 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
549 const char *name; in overlay_apply_node() local
567 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local
639 const char *name; in get_path_len() local
686 const char *name; in overlay_symbol_update() local
H A Dfdt_ro.c226 const char *name, int namelen) in fdt_subnode_offset_namelen()
245 const char *name) in fdt_subnode_offset()
396 const char *name, in fdt_get_property_namelen_()
427 const char *name, in fdt_get_property_namelen()
445 const char *name, int *lenp) in fdt_get_property()
452 const char *name, int namelen, int *lenp) in fdt_getprop_namelen()
478 const char *name; in fdt_getprop_by_offset() local
503 const char *name, int *lenp) in fdt_getprop()
526 const char *name, int namelen) in fdt_get_alias_namelen()
537 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias()
[all …]
H A Dfdt_addresses.c14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells()
58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
H A Dfdt_sw.c219 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node()
293 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder()
325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
H A Dfdt.h38 char name[]; member
/DragonStub/lib/ia64/
H A Dpalproc.h21 #define PROCEDURE_ENTRY(name) .##text; \ argument
27 #define PROCEDURE_EXIT(name) .##endp name argument
/DragonStub/lib/x86_64/
H A Defi_stub.S49 #define ENTRY(name) \ argument
/DragonStub/apps/
H A Dsecureboot.c7 static efi_status_t get_var(efi_char16_t *name, efi_guid_t *vendor, u32 *attr, in get_var()
/DragonStub/inc/dragonstub/
H A Ddragonstub.h136 #define get_efi_var(name, vendor, ...) \ argument
140 #define set_efi_var(name, vendor, ...) \ argument
393 #define fdt_setprop_inplace_var(fdt, node_offset, name, var) \ argument
398 #define fdt_setprop_var(fdt, node_offset, name, var) \ argument
/DragonStub/inc/ia32/
H A Defibind.h234 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
266 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
/DragonStub/inc/riscv64/
H A Defibind.h117 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
/DragonStub/inc/loongarch64/
H A Defibind.h144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
/DragonStub/inc/aarch64/
H A Defibind.h147 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
/DragonStub/inc/arm/
H A Defibind.h155 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
/DragonStub/inc/mips64el/
H A Defibind.h144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
/DragonStub/inc/x86_64/
H A Defibind.h247 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
279 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
/DragonStub/inc/ia64/
H A Defibind.h215 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument