/u-boot/include/dm/ |
A D | ofnode.h | 58 ofnode node; member 81 ofnode node; member 113 static inline int ofnode_to_offset(ofnode node) in ofnode_to_offset() 127 static inline bool ofnode_valid(ofnode node) in ofnode_valid() 143 ofnode node; in offset_to_ofnode() local 161 ofnode node; in np_to_ofnode() local 179 static inline bool ofnode_is_np(ofnode node) in ofnode_is_np() 212 ofnode node; in ofnode_null() local 224 ofnode node; in ofnode_root() local 384 static inline bool ofnode_is_enabled(ofnode node) in ofnode_is_enabled() [all …]
|
/u-boot/drivers/core/ |
A D | ofnode.c | 231 bool ofnode_is_enabled(ofnode node) in ofnode_is_enabled() 241 ofnode ofnode_first_subnode(ofnode node) in ofnode_first_subnode() 251 ofnode ofnode_next_subnode(ofnode node) in ofnode_next_subnode() 262 ofnode ofnode_get_parent(ofnode node) in ofnode_get_parent() 276 const char *ofnode_get_name(ofnode node) in ofnode_get_name() 291 ofnode node; in ofnode_get_by_phandle() local 345 fdt_addr_t ofnode_get_addr(ofnode node) in ofnode_get_addr() 495 ofnode node; in ofnode_read_aliases_prop() local 553 ofnode timings, node; in ofnode_decode_display_timing() local 671 bool ofnode_is_available(ofnode node) in ofnode_is_available() [all …]
|
A D | of_extra.c | 14 int ofnode_read_fmap_entry(ofnode node, struct fmap_entry *entry) in ofnode_read_fmap_entry() 53 int ofnode_decode_region(ofnode node, const char *prop_name, fdt_addr_t *basep, in ofnode_decode_region() 82 ofnode node; in ofnode_decode_memory_region() local
|
/u-boot/arch/x86/cpu/apollolake/ |
A D | fsp_bindings.c | 21 static void read_u8_prop(ofnode node, char *name, size_t count, u8 *dst) in read_u8_prop() 49 static int read_u16_prop(ofnode node, char *name, size_t count, u16 *dst) in read_u16_prop() 84 static void read_u32_prop(ofnode node, char *name, size_t count, u32 *dst) in read_u32_prop() 102 static int read_u64_prop(ofnode node, char *name, size_t count, u64 *dst) in read_u64_prop() 122 static void read_string_prop(ofnode node, char *name, size_t count, char *dst) in read_string_prop() 141 static void read_swizzle_prop(ofnode node, char *name, size_t count, u8 *dst) in read_swizzle_prop() 207 static int fsp_update_config_from_dtb(ofnode node, u8 *cfg, in fsp_update_config_from_dtb() 651 int fsp_m_update_config_from_dtb(ofnode node, struct fsp_m_config *cfg) in fsp_m_update_config_from_dtb() 1852 int fsp_s_update_config_from_dtb(ofnode node, struct fsp_s_config *cfg) in fsp_s_update_config_from_dtb()
|
/u-boot/test/dm/ |
A D | ofnode.c | 43 ofnode node = ofnode_null(); in dm_test_ofnode_by_prop_value() local 68 ofnode node; in dm_test_ofnode_fmap() local 83 ofnode node; in dm_test_ofnode_read() local 109 ofnode node; in dm_test_ofnode_phandle() local 185 ofnode node; in dm_test_ofnode_read_chosen() local 213 ofnode node; in dm_test_ofnode_read_aliases() local 234 ofnode node, child_node; in dm_test_ofnode_get_child_count() local 256 ofnode node = ofnode_path("/usb@0"); in dm_test_ofnode_is_enabled() local
|
/u-boot/scripts/dtc/ |
A D | checks.c | 76 struct node *node, in check_msg() 180 struct node *node) in check_is_string() 198 struct node *node) in check_is_string_list() 227 struct node *node) in check_is_cell() 285 struct node *node) in check_node_name_chars() 296 struct node *node) in check_node_name_chars_strict() 307 struct node *node) in check_node_name_format() 527 struct node *node) in check_name_properties() 596 struct node *node) in fixup_path_references() 738 struct node *node) in check_ranges_format() [all …]
|
A D | dtc.h | 154 struct node { struct 158 struct node *children; argument 160 struct node *parent; argument 161 struct node *next_sibling; argument 163 char *fullpath; 164 int basenamelen; 166 cell_t phandle; 167 int addr_cells, size_cells; 169 struct label *labels; 170 const struct bus_type *bus; [all …]
|
A D | livetree.c | 236 struct node *node; in add_orphan_node() local 318 struct node *node = parent->children; in delete_node_by_name() local 329 void delete_node(struct node *node) in delete_node() 449 struct node **node) in get_property_by_label() 542 struct node *child, *node; in get_node_by_label() local 562 struct node *child, *node; in get_node_by_phandle() local 769 static void sort_node(struct node *node) in sort_node() 788 struct node *node; in build_and_name_child_node() local 909 struct node *node) in generate_fixups_tree_internal() 953 struct node *lfn, struct node *node, in add_local_fixup_entry() [all …]
|
/u-boot/tools/dtoc/ |
A D | fdt_util.py | 91 def GetInt(node, propname, default=None): argument 111 def GetString(node, propname, default=None): argument 131 def GetBool(node, propname, default=False): argument 147 def GetByte(node, propname, default=None): argument 170 def GetPhandleList(node, propname): argument 188 def GetDatatype(node, propname, datatype): argument
|
/u-boot/lib/ |
A D | rbtree.c | 63 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() 195 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 368 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate() 376 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 382 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 398 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented() 434 struct rb_node *rb_next(const struct rb_node *node) in rb_next() 466 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev() 512 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node() 524 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
|
A D | fdtdec.c | 135 int node, const char *prop_name, in fdtdec_get_addr_size_auto_parent() 180 fdt_addr_t fdtdec_get_addr_size(const void *blob, int node, in fdtdec_get_addr_size() 248 int fdtdec_get_pci_bus_range(const void *blob, int node, in fdtdec_get_pci_bus_range() 278 int fdtdec_get_is_enabled(const void *blob, int node) in fdtdec_get_is_enabled() 332 int node, err; in fdtdec_next_alias() local 366 int offset, node; in fdtdec_add_aliases_for_id() local 730 int node = -1; in fdtdec_parse_phandle_with_args() local 998 int i, node, timings_node; in fdtdec_decode_display_timing() local 1300 int na, ns, node, err; in fdtdec_init_reserved_memory() local 1336 int parent, node, na, ns, err; in fdtdec_add_reserved_memory() local [all …]
|
A D | fdtdec_common.c | 22 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() 58 int fdtdec_get_child_count(const void *blob, int node) in fdtdec_get_child_count()
|
/u-boot/drivers/video/ |
A D | nexell_display.c | 45 static void nx_display_parse_dp_sync(ofnode node, struct dp_sync_info *sync) in nx_display_parse_dp_sync() 68 static void nx_display_parse_dp_ctrl(ofnode node, struct dp_ctrl_info *ctrl) in nx_display_parse_dp_ctrl() 127 static void nx_display_parse_dp_top_layer(ofnode node, struct dp_plane_top *top) in nx_display_parse_dp_top_layer() 143 static void nx_display_parse_dp_layer(ofnode node, struct dp_plane_info *plane) in nx_display_parse_dp_layer() 175 static void nx_display_parse_dp_planes(ofnode node, in nx_display_parse_dp_planes() 218 static int nx_display_parse_dp_lvds(ofnode node, struct nx_display_dev *dp) in nx_display_parse_dp_lvds() 250 static int nx_display_parse_dp_rgb(ofnode node, struct nx_display_dev *dp) in nx_display_parse_dp_rgb() 266 static int nx_display_parse_dp_mipi(ofnode node, struct nx_display_dev *dp) in nx_display_parse_dp_mipi() 287 static int nx_display_parse_dp_hdmi(ofnode node, struct nx_display_dev *dp) in nx_display_parse_dp_hdmi() 304 static int nx_display_parse_dp_lcds(ofnode node, const char *type, in nx_display_parse_dp_lcds() [all …]
|
/u-boot/tools/binman/ |
A D | state.py | 253 def GetUpdateNodes(node, for_repack=False): argument 280 def AddZeroProp(node, prop, for_repack=False): argument 290 def AddSubnode(node, name): argument 307 def AddString(node, prop, value): argument 317 def AddInt(node, prop, value): argument 327 def SetInt(node, prop, value, for_repack=False): argument 341 def CheckAddHashProp(node): argument 354 def CheckSetHashValue(node, get_data_func): argument
|
/u-boot/board/Marvell/octeontx2/ |
A D | board-fdt.c | 25 int node, ret; in fdt_get_bdk_node() local 50 int node, len = 16; in fdt_get_board_mac_addr() local 66 int node, len = 16; in fdt_get_board_mac_cnt() local 98 int node, len = 64; in fdt_get_board_serial() local 114 int node, len = 64; in fdt_get_board_revision() local 129 int node, len = 16; in fdt_get_board_model() local 149 int nodeoff, node, ret, i; in ft_board_setup() local
|
A D | smc.c | 17 ssize_t smc_dram_size(unsigned int node) in smc_dram_size() 28 ssize_t smc_disable_rvu_lfs(unsigned int node) in smc_disable_rvu_lfs()
|
/u-boot/fs/btrfs/ |
A D | extent-cache.c | 22 static int cache_tree_comp_range(struct rb_node *node, void *data) in cache_tree_comp_range() 50 static int cache_tree_comp_range2(struct rb_node *node, void *data) in cache_tree_comp_range2() 129 struct rb_node *node; in lookup_cache_extent() local 146 struct rb_node *node; in lookup_cache_extent2() local 164 struct rb_node *node; in search_cache_extent() local 184 struct rb_node *node; in search_cache_extent2() local 203 struct rb_node *node = rb_first(&tree->root); in first_cache_extent() local 212 struct rb_node *node = rb_last(&tree->root); in last_cache_extent() local 221 struct rb_node *node = rb_prev(&pe->rb_node); in prev_cache_extent() local 230 struct rb_node *node = rb_next(&pe->rb_node); in next_cache_extent() local
|
/u-boot/drivers/usb/common/ |
A D | common.c | 25 enum usb_dr_mode usb_get_dr_mode(ofnode node) in usb_get_dr_mode() 60 enum usb_device_speed usb_get_maximum_speed(ofnode node) in usb_get_maximum_speed() 85 enum usb_phy_interface usb_get_phy_mode(ofnode node) in usb_get_phy_mode()
|
/u-boot/board/Marvell/octeontx/ |
A D | board-fdt.c | 24 int node, bus = -1; in fdt_get_mdio_bus() local 56 int offset = 0, node, bgx_id = 0, lmacid = 0; in fdt_parse_phy_info() local 157 int node, ret; in fdt_get_bdk_node() local 183 int node, len = 64; in fdt_get_board_serial() local 199 int node, len = 64; in fdt_get_board_revision() local 215 int node, len = 16; in fdt_get_board_model() local 232 int offset = 0, node, len; in fdt_board_get_ethaddr() local
|
/u-boot/arch/m68k/lib/ |
A D | fec.c | 18 int node; in fec_get_node() local 42 int node; in fec_get_fdt_prop() local 60 int node; in fec_get_base_addr() local
|
/u-boot/arch/arm/mach-socfpga/ |
A D | pinmux_arria10.c | 38 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
|
/u-boot/drivers/block/ |
A D | blkcache.c | 53 struct block_cache_node *node; in cache_find() local 75 struct block_cache_node *node = cache_find(iftype, devnum, start, in blkcache_read() local 97 struct block_cache_node *node; in blkcache_fill() local 149 struct block_cache_node *node; in blkcache_invalidate() local 165 struct block_cache_node *node; in blkcache_configure() local
|
/u-boot/fs/jffs2/ |
A D | jffs2_private.h | 47 hdr_crc(struct jffs2_unknown_node *node) in hdr_crc() 65 dirent_crc(struct jffs2_raw_dirent *node) in dirent_crc() 75 dirent_name_crc(struct jffs2_raw_dirent *node) in dirent_name_crc() 85 inode_crc(struct jffs2_raw_inode *node) in inode_crc() 95 data_crc(struct jffs2_raw_inode *node) in data_crc()
|
/u-boot/drivers/pinctrl/mvebu/ |
A D | pinctrl-mvebu.c | 45 int node = dev_of_offset(dev); in mvebu_pinctl_emmc_set_mux() local 73 int node = dev_of_offset(config); in mvebu_pinctrl_set_state() local 134 int node = dev_of_offset(config); in mvebu_pinctrl_set_state_all() local 188 int node = dev_of_offset(dev); in mvebu_pinctl_probe() local
|
/u-boot/drivers/usb/musb-new/ |
A D | ti-musb.c | 54 static int ti_musb_get_usb_index(int node) in ti_musb_get_usb_index() 85 int node = dev_of_offset(dev); in ti_musb_of_to_plat() local 184 int node = dev_of_offset(dev); in ti_musb_host_of_to_plat() local 222 int node = dev_of_offset(dev); in ti_musb_peripheral_of_to_plat() local 290 ofnode node; in ti_musb_wrapper_bind() local
|