| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 228 #define __fdt_set_hdr(name) \ argument 596 const char *name, in fdt_get_property_w() 654 const char *name, int namelen, in fdt_getprop_namelen_w() 693 const char *name, int *lenp) in fdt_getprop_w() 1191 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1226 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1238 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1303 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1308 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1313 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() [all …]
|
| H A D | fdt_rw.c | 203 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property() 221 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property() 249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 272 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 290 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 305 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 332 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 348 const char *name, int namelen) in fdt_add_subnode_namelen() 388 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
|
| H A D | fdt_wip.c | 59 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial() 78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
|
| H A D | fdt_overlay.c | 111 const char *name, uint32_t delta) in overlay_phandle_add_offset() 226 const char *name; in overlay_update_local_node_references() local 364 const char *name, uint32_t name_len, in overlay_fixup_one_phandle() 438 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local 557 const char *name; in overlay_apply_node() local 575 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local 647 const char *name; in get_path_len() local 694 const char *name; in overlay_symbol_update() local
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/mach-imx/ |
| H A D | regs-common.h | 39 #define __mxs_reg_8(name) \ argument 45 #define __mxs_reg_32(name) \ argument 59 #define mxs_reg_8(name) \ argument 65 #define mxs_reg_32(name) \ argument
|
| /rk3399_rockchip-uboot/include/ |
| H A D | memalign.h | 72 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument 77 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument 79 #define ALLOC_CACHE_ALIGN_BUFFER_PAD(type, name, size, pad) \ argument 81 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) \ argument 89 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument 94 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ argument
|
| H A D | env_callback.h | 79 const char *name; /* Callback name */ member 92 #define U_BOOT_ENV_CALLBACK(name, callback) \ argument 98 #define U_BOOT_ENV_CALLBACK(name, callback) \ argument
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/ |
| H A D | mx6-pins.h | 11 #define MX6_PAD_DECLARE(prefix, name, pco, mc, mm, sio, si, pc) \ argument 16 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument 20 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument 26 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument 32 #define MX6_PAD_DECL(name, pco, mc, mm, sio, si, pc) \ argument
|
| /rk3399_rockchip-uboot/env/ |
| H A D | flags.c | 284 static inline int env_flags_lookup(const char *flags_list, const char *name, in env_flags_lookup() 309 enum env_flags_vartype env_flags_get_type(const char *name) in env_flags_get_type() 326 enum env_flags_varaccess env_flags_get_varaccess(const char *name) in env_flags_get_varaccess() 344 int env_flags_validate_type(const char *name, const char *value) in env_flags_validate_type() 364 int env_flags_validate_varaccess(const char *name, int check_mask) in env_flags_validate_varaccess() 378 int env_flags_validate_env_set_params(char *name, char * const val[], int count) in env_flags_validate_env_set_params() 454 static int set_flags(const char *name, const char *value, void *priv) in set_flags() 476 static int on_flags(const char *name, const char *value, enum env_op op, in on_flags() 502 const char *name; in env_flags_validate() local
|
| H A D | attr.c | 30 int (*callback)(const char *name, const char *attributes, void *priv), in env_attr_walk() 34 char *name, *attributes; in env_attr_walk() local 120 static int regex_callback(const char *name, const char *attributes, void *priv) in regex_callback() 170 int env_attr_lookup(const char *attr_list, const char *name, char *attributes) in env_attr_lookup() 260 int env_attr_lookup(const char *attr_list, const char *name, char *attributes) in env_attr_lookup()
|
| H A D | embedded.c | 49 # define GEN_SET_VALUE(name, value) \ argument 52 # define GEN_SET_VALUE(name, value) \ argument 57 #define GEN_ABS(name, value) \ argument
|
| H A D | callback.c | 18 static struct env_clbk_tbl *find_env_callback(const char *name) in find_env_callback() 93 static int set_callback(const char *name, const char *value, void *priv) in set_callback() 123 static int on_callbacks(const char *name, const char *value, enum env_op op, in on_callbacks()
|
| /rk3399_rockchip-uboot/lib/rsa/ |
| H A D | rsa-checksum.c | 20 int rsa_hash_calculate(const char *name, in rsa_hash_calculate() 57 int hw_rsa_hash_calculate(const char *name, in hw_rsa_hash_calculate() 87 int hash_calculate(const char *name, in hash_calculate()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | mailmapper | 79 commits, name = line.split(None, 1) variable 97 _, name = tmp.rstrip().split(None, 1) variable 100 name = '' variable
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | rkmux.py | 55 def __init__(self, name): argument 114 def process_file(name, fd): argument 181 def process_csv(name, fd): argument 205 name = sys.argv[2] variable
|
| H A D | ublimage.c | 48 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() 74 char *name, int lineno, int fld, int dcd_len) in parse_cfg_cmd() 110 char *token, char *name, int lineno, int fld, int *dcd_len) in parse_cfg_fld() 130 static uint32_t parse_cfg_file(struct ubl_header *ublhdr, char *name) in parse_cfg_file()
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | pmic.c | 29 const char *name = "sandbox_pmic"; in dm_test_power_pmic_get() local 45 const char *name = "sandbox_pmic"; in dm_test_power_pmic_io() local
|
| H A D | spmi.c | 24 const char *name = "spmi@0"; in dm_test_spmi_probe() local 81 const char *name; in dm_test_spmi_access_peripheral() local
|
| H A D | gpio.c | 24 const char *name; in dm_test_gpio() local 117 const char *name; in dm_test_gpio_anon() local 157 char buf[80], name[10]; in dm_test_gpio_copy() local
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_nameval.c | 32 static int nval_find(const char *xb, int xb_size, const YCHAR *name, in nval_find() 73 int nval_del(char *xb, int xb_size, const YCHAR *name) in nval_del() 89 int nval_set(char *xb, int xb_size, const YCHAR *name, const char *buf, in nval_set() 129 int nval_get(const char *xb, int xb_size, const YCHAR * name, char *buf, in nval_get()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | ioport.h | 21 const char *name; member 139 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), 0) argument 140 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument 141 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name), 0) argument 142 #define request_mem_region_exclusive(start,n,name) \ argument 168 #define devm_request_region(dev,start,n,name) \ argument 170 #define devm_request_mem_region(dev,start,n,name) \ argument
|
| /rk3399_rockchip-uboot/board/LaCie/common/ |
| H A D | common.c | 21 void mv_phy_88e1116_init(const char *name, u16 phyaddr) in mv_phy_88e1116_init() 42 void mv_phy_88e1318_init(const char *name, u16 phyaddr) in mv_phy_88e1318_init()
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | series.py | 48 def __setattr__(self, name, value): argument 51 def __getattr__(self, name): argument 54 def AddTag(self, commit, line, name, value): argument
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | livetree.c | 53 struct property *build_property(char *name, struct data val) in build_property() 65 struct property *build_property_delete(char *name) in build_property_delete() 128 struct node *name_node(struct node *node, char *name) in name_node() 225 char *name; in add_orphan_node() local 262 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name() 295 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name() 322 char *name, const void *data, int len) in append_to_property() 762 static struct node *build_and_name_child_node(struct node *parent, char *name) in build_and_name_child_node() 773 static struct node *build_root_node(struct node *dt, char *name) in build_root_node() 987 void generate_label_tree(struct dt_info *dti, char *name, bool allocph) in generate_label_tree() [all …]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-sig.c | 103 const char *name; in image_get_checksum_algo() local 119 const char *name; in image_get_crypto_algo() local 135 struct padding_algo *image_get_padding_algo(const char *name) in image_get_padding_algo() 271 const char *name = fit_get_name(fit, noffset, NULL); in fit_image_verify_sig() local 345 const char *prop, *end, *name; in fit_config_check_sig() local 465 const char *name = fit_get_name(fit, noffset, NULL); in fit_config_verify_sig() local
|