Home
last modified time | relevance | path

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

12345678910>>...14

/rk3399_rockchip-uboot/drivers/core/
H A Dofnode.c19 int ofnode_read_u32(ofnode node, const char *propname, u32 *outp) in ofnode_read_u32()
43 int ofnode_read_u32_default(ofnode node, const char *propname, u32 def) in ofnode_read_u32_default()
51 int ofnode_read_s32_default(ofnode node, const char *propname, s32 def) in ofnode_read_s32_default()
59 int ofnode_read_u64(ofnode node, const char *propname, u64 *outp) in ofnode_read_u64()
74 bool ofnode_read_bool(ofnode node, const char *propname) in ofnode_read_bool()
88 const char *ofnode_read_string(ofnode node, const char *propname) in ofnode_read_string()
121 ofnode ofnode_find_subnode(ofnode node, const char *subnode_name) in ofnode_find_subnode()
147 int ofnode_read_u32_array(ofnode node, const char *propname, in ofnode_read_u32_array()
163 int ofnode_write_u32_array(ofnode node, const char *propname, in ofnode_write_u32_array()
178 ofnode ofnode_first_subnode(ofnode node) in ofnode_first_subnode()
[all …]
/rk3399_rockchip-uboot/include/dm/
H A Dofnode.h57 ofnode node; member
80 ofnode node; member
95 static inline const struct device_node *ofnode_to_np(ofnode node) in ofnode_to_np()
112 static inline int ofnode_to_offset(ofnode node) in ofnode_to_offset()
126 static inline bool ofnode_valid(ofnode node) in ofnode_valid()
142 ofnode node; in offset_to_ofnode() local
160 ofnode node; in np_to_ofnode() local
178 static inline bool ofnode_is_np(ofnode node) in ofnode_is_np()
211 ofnode node; in ofnode_null() local
239 static inline int ofnode_read_s32(ofnode node, const char *propname, in ofnode_read_s32()
[all …]
/rk3399_rockchip-uboot/lib/
H A Drbtree.c64 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert()
196 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local
369 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
377 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
383 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
399 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented()
435 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
467 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()
513 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node()
525 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
H A Dfdtdec.c84 fdt_addr_t fdtdec_get_addr_size_fixed(const void *blob, int node, in fdtdec_get_addr_size_fixed()
130 int node, const char *prop_name, int index, fdt_size_t *sizep, in fdtdec_get_addr_size_auto_parent()
155 fdt_addr_t fdtdec_get_addr_size_auto_noparent(const void *blob, int node, in fdtdec_get_addr_size_auto_noparent()
173 fdt_addr_t fdtdec_get_addr_size(const void *blob, int node, in fdtdec_get_addr_size()
189 fdt_addr_t fdtdec_get_addr(const void *blob, int node, in fdtdec_get_addr()
196 int fdtdec_get_pci_addr(const void *blob, int node, enum fdt_pci_space type, in fdtdec_get_pci_addr()
250 int fdtdec_get_pci_vendev(const void *blob, int node, u16 *vendor, u16 *device) in fdtdec_get_pci_vendev()
305 uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name, in fdtdec_get_uint64()
318 int fdtdec_get_is_enabled(const void *blob, int node) in fdtdec_get_is_enabled()
335 enum fdt_compat_id fdtdec_lookup(const void *blob, int node) in fdtdec_lookup()
[all …]
H A Dfdtdec_common.c22 int fdtdec_get_int(const void *blob, int node, const char *prop_name, in fdtdec_get_int()
40 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name, in fdtdec_get_uint()
/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c99 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props()
157 struct node *node) in check_always_fail()
164 struct node *node) in check_is_string()
183 struct node *node) in check_is_cell()
206 struct node *node) in check_duplicate_node_names()
221 struct node *node) in check_duplicate_property_names()
244 struct node *node) in check_node_name_chars()
255 struct node *node) in check_node_name_chars_strict()
266 struct node *node) in check_node_name_format()
275 struct node *node) in check_unit_address_vs_reg()
[all …]
H A Dlivetree.c128 struct node *name_node(struct node *node, char *name) in name_node()
222 struct node *node; in add_orphan_node() local
249 void add_property(struct node *node, struct property *prop) in add_property()
262 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name()
297 struct node *node = parent->children; in delete_node_by_name() local
308 void delete_node(struct node *node) in delete_node()
321 void append_to_property(struct node *node, in append_to_property()
396 const char *get_unitname(struct node *node) in get_unitname()
404 struct property *get_property(struct node *node, const char *propname) in get_property()
428 struct node **node) in get_property_by_label()
[all …]
H A Ddtc.h153 struct node { struct
157 struct node *children; argument
159 struct node *parent; argument
160 struct node *next_sibling; argument
162 char *fullpath;
163 int basenamelen;
165 cell_t phandle;
166 int addr_cells, size_cells;
168 struct label *labels;
169 const struct bus_type *bus;
/rk3399_rockchip-uboot/include/
H A Ddt-structs.h13 const void *node; member
18 const void *node; member
23 const void *node; member
/rk3399_rockchip-uboot/drivers/usb/common/
H A Dcommon.c25 enum usb_dr_mode usb_get_dr_mode(ofnode node) in usb_get_dr_mode()
59 enum usb_device_speed usb_get_maximum_speed(ofnode node) in usb_get_maximum_speed()
84 enum usb_phy_interface usb_get_phy_mode(ofnode node) in usb_get_phy_mode()
/rk3399_rockchip-uboot/tools/dtoc/
H A Dfdt_util.py84 def GetInt(node, propname, default=None): argument
94 def GetString(node, propname, default=None): argument
104 def GetBool(node, propname, default=False): argument
/rk3399_rockchip-uboot/drivers/block/
H A Dblkcache.c36 struct block_cache_node *node; in cache_find() local
58 struct block_cache_node *node = cache_find(iftype, devnum, start, in blkcache_read() local
80 struct block_cache_node *node; in blkcache_fill() local
132 struct block_cache_node *node; in blkcache_invalidate() local
148 struct block_cache_node *node; in blkcache_configure() local
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_private.h42 hdr_crc(struct jffs2_unknown_node *node) in hdr_crc()
60 dirent_crc(struct jffs2_raw_dirent *node) in dirent_crc()
70 dirent_name_crc(struct jffs2_raw_dirent *node) in dirent_name_crc()
80 inode_crc(struct jffs2_raw_inode *node) in inode_crc()
90 data_crc(struct jffs2_raw_inode *node) in data_crc()
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/
H A Dpinmux_arria10.c38 static int do_pinctrl_pins(const void *blob, int node, const char *child_name) in do_pinctrl_pins()
67 int node; in config_dedicated_pins() local
85 int node; in config_pins() local
/rk3399_rockchip-uboot/disk/
H A Dpart_rkram.c15 struct list_head node; member
80 struct list_head *node; in part_print_rkram_part() local
101 struct list_head *node; in part_get_info_rkram_part() local
H A Dpart_env.c16 struct list_head node; member
135 struct list_head *node; in part_print_env() local
160 struct list_head *node; in part_get_info_env() local
/rk3399_rockchip-uboot/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c31 int node = dev_of_offset(config); in mvebu_pinctrl_set_state() local
85 int node = dev_of_offset(config); in mvebu_pinctrl_set_state_all() local
131 int node = dev_of_offset(dev); in mvebu_pinctl_probe() local
/rk3399_rockchip-uboot/common/spl/
H A Dspl_atf.c137 int parent, node; in spl_fit_images_find() local
159 uintptr_t spl_fit_images_get_entry(void *blob, int node) in spl_fit_images_get_entry()
176 int node; in spl_invoke_atf() local
H A Dspl_fit.c43 __maybe_unused int node; in spl_fit_get_image_name() local
97 int node; in spl_fit_get_image_node() local
250 void *fit, ulong base_offset, int node, in spl_load_fit_image()
404 int node, ret; in spl_fit_append_fdt() local
458 int node; in spl_fit_record_loadable() local
552 int node, index = 0; in spl_fit_get_kernel_dtb() local
591 int node, ret, i; in spl_load_kernel_fit() local
714 int node = -1; in spl_internal_load_simple_fit() local
/rk3399_rockchip-uboot/include/linux/
H A Drbtree.h45 #define RB_EMPTY_NODE(node) \ argument
47 #define RB_CLEAR_NODE(node) \ argument
69 static inline void rb_link_node(struct rb_node * node, struct rb_node * parent, in rb_link_node()
/rk3399_rockchip-uboot/common/
H A Dcommon_fit.c14 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop) in fdt_getprop_u32()
34 int conf, node, len; in fit_find_config_node() local
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dti-musb.c41 static int ti_musb_get_usb_index(int node) in ti_musb_get_usb_index()
86 int node = dev_of_offset(dev); in ti_musb_ofdata_to_platdata() local
181 int node = dev_of_offset(dev); in ti_musb_host_ofdata_to_platdata() local
208 ofnode node; in ti_musb_wrapper_bind() local
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/
H A Demc.c82 int node; in emc_get_controller() local
118 static int find_emc_tables(const void *blob, int node, int ram_code) in find_emc_tables()
180 int node; in decode_emc() local
/rk3399_rockchip-uboot/board/qualcomm/dragonboard410c/
H A Ddragonboard410c.c35 int ret = 0, node; in board_prepare_usb() local
109 int node, ret; in misc_init_r() local
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl-boot-order.c39 static int spl_node_to_boot_device(int node) in spl_node_to_boot_device()
152 int node; in board_boot_order() local

12345678910>>...14