/u-boot-v2022.01-rc1/drivers/core/ |
A D | ofnode.c | 244 bool ofnode_is_enabled(ofnode node) in ofnode_is_enabled() 264 ofnode ofnode_next_subnode(ofnode node) in ofnode_next_subnode() 275 ofnode ofnode_get_parent(ofnode node) in ofnode_get_parent() 329 ofnode node; in ofnode_get_by_phandle() local 556 ofnode node; in ofnode_read_aliases_prop() local 614 ofnode timings, node; in ofnode_decode_display_timing() local 732 bool ofnode_is_available(ofnode node) in ofnode_is_available() 915 bool ofnode_pre_reloc(ofnode node) in ofnode_pre_reloc() 1109 ofnode node; in ofnode_conf_read_bool() local 1120 ofnode node; in ofnode_conf_read_int() local [all …]
|
A D | of_extra.c | 14 int ofnode_read_fmap_entry(ofnode node, struct fmap_entry *entry) in ofnode_read_fmap_entry() 55 int ofnode_decode_region(ofnode node, const char *prop_name, fdt_addr_t *basep, in ofnode_decode_region() 84 ofnode node; in ofnode_decode_memory_region() local 138 ofnode node, subnode; in ofnode_phy_is_fixed_link() local
|
/u-boot-v2022.01-rc1/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 394 static inline bool ofnode_is_enabled(ofnode node) in ofnode_is_enabled() [all …]
|
/u-boot-v2022.01-rc1/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 267 ofnode node; in dm_test_ofnode_get_reg() local 305 ofnode node; in dm_test_ofnode_get_path() local
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/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-v2022.01-rc1/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-v2022.01-rc1/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 | 133 int node, const char *prop_name, in fdtdec_get_addr_size_auto_parent() 178 fdt_addr_t fdtdec_get_addr_size(const void *blob, int node, in fdtdec_get_addr_size() 253 int fdtdec_get_pci_bus_range(const void *blob, int node, in fdtdec_get_pci_bus_range() 282 int fdtdec_get_is_enabled(const void *blob, int node) in fdtdec_get_is_enabled() 336 int node, err; in fdtdec_next_alias() local 370 int offset, node; in fdtdec_add_aliases_for_id() local 734 int node = -1; in fdtdec_parse_phandle_with_args() local 962 int i, node, timings_node; in fdtdec_decode_display_timing() local 1267 int na, ns, node, err; in fdtdec_init_reserved_memory() local 1304 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-v2022.01-rc1/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-v2022.01-rc1/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
|
/u-boot-v2022.01-rc1/tools/binman/ |
A D | state.py | 302 def GetUpdateNodes(node, for_repack=False): argument 328 def AddZeroProp(node, prop, for_repack=False): argument 338 def AddSubnode(node, name): argument 355 def AddString(node, prop, value): argument 365 def AddInt(node, prop, value): argument 375 def SetInt(node, prop, value, for_repack=False): argument 389 def CheckAddHashProp(node): argument 402 def CheckSetHashValue(node, get_data_func): argument
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/arch/mips/mach-octeon/ |
A D | cvmx-pcie.c | 1201 int node = (pcie_port >> 4) & 0x3; in __cvmx_pcie_rc_initialize_gen2() local 1762 int node = (pcie_port >> 4) & 0x3; in __cvmx_pcie_rc_initialize_gen2_v3() local 2038 int node; in cvmx_pcie_rc_shutdown() local 2125 int node = (pcie_port >> 4) & 0x3; in cvmx_pcie_config_read8() local 2149 int node = (pcie_port >> 4) & 0x3; in cvmx_pcie_config_read16() local 2190 int node = (pcie_port >> 4) & 0x3; in cvmx_pcie_config_read32() local 2210 int node = (pcie_port >> 4) & 0x3; in cvmx_pcie_config_write8() local 2231 int node = (pcie_port >> 4) & 0x3; in cvmx_pcie_config_write16() local 2252 int node = (pcie_port >> 4) & 0x3; in cvmx_pcie_config_write32() local 2320 int node = (pcie_port >> 4) & 0x3; in cvmx_pcie_ep_initialize() local [all …]
|
/u-boot-v2022.01-rc1/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() 88 enum usb_phy_interface usb_get_phy_mode(ofnode node) in usb_get_phy_mode()
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/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-v2022.01-rc1/common/spl/ |
A D | spl_fit.c | 47 static int find_node_from_desc(const void *fit, int node, const char *str) in find_node_from_desc() 88 __maybe_unused int node; in spl_fit_get_image_name() local 129 int node; in spl_fit_get_image_name() local 166 int node; in spl_fit_get_image_node() local 236 const struct spl_fit_info *ctx, int node, in spl_load_fit_image() 369 int node, ret = 0, index = 0; in spl_fit_append_fdt() local 469 int node; in spl_fit_record_loadable() local 488 static int spl_fit_image_is_fpga(const void *fit, int node) in spl_fit_image_is_fpga() 571 static int spl_fit_upload_fpga(struct spl_fit_info *ctx, int node, in spl_fit_upload_fpga() 601 int node, ret; in spl_fit_load_fpga() local [all …]
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/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-v2022.01-rc1/arch/mips/mach-octeon/include/mach/ |
A D | cvmx-helper-util.h | 32 int node; member 47 static inline int cvmx_helper_node_to_ipd_port(int node, int index) in cvmx_helper_node_to_ipd_port() 53 int node; member 68 static inline int cvmx_helper_node_to_dq(int node, int queue) in cvmx_helper_node_to_dq() 74 int node; member 122 static inline int cvmx_helper_node_interface_to_xiface(int node, int interface) in cvmx_helper_node_interface_to_xiface()
|
/u-boot-v2022.01-rc1/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()
|