/u-boot/scripts/dtc/libfdt/ |
A D | fdt.c | 227 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() 269 int depth = 0; in fdt_first_subnode() local 280 int depth = 1; in fdt_next_subnode() local
|
A D | fdt_wip.c | 75 int depth = 0; in fdt_node_end_offset_() local
|
A D | fdt_ro.c | 228 int depth; in fdt_subnode_offset_namelen() local 545 int offset, depth, namelen; in fdt_get_path() local 597 int offset, depth; in fdt_supernode_atdepth_offset() local 867 unsigned depth = 0; in fdt_check_full() local
|
/u-boot/arch/arm/mach-tegra/tegra20/ |
A D | emc.c | 121 int depth; in find_emc_tables() local 179 int depth; in decode_emc() local
|
/u-boot/drivers/video/sunxi/ |
A D | lcdc.c | 46 void lcdc_enable(struct sunxi_lcdc_reg * const lcdc, int depth) in lcdc_enable() 75 int depth, int dclk_phase) in lcdc_tcon0_mode_set()
|
/u-boot/test/py/tests/ |
A D | test_bind.py | 8 def in_tree(response, name, uclass, drv, depth, last_child): argument
|
/u-boot/fs/reiserfs/ |
A D | reiserfs.c | 392 read_tree_node (unsigned int blockNr, int depth) in read_tree_node() 430 int depth; in next_key() local 523 int depth; in search_stat() local
|
/u-boot/drivers/video/ |
A D | videomodes.c | 237 unsigned int *depth, unsigned int *freq, const char **options) in video_get_video_mode() 299 unsigned int i, xres, yres, depth, refresh; in video_get_ctfb_res_modes() local
|
A D | fsl_diu_fb.c | 222 unsigned int depth, char **fb) in allocate_fb() 380 unsigned int depth = 0, freq = 0; in video_hw_init() local
|
/u-boot/tools/binman/etype/ |
A D | fit.py | 140 def _AddNode(base_node, depth, node): argument
|
/u-boot/cmd/ |
A D | clk.c | 17 static void show_clks(struct udevice *dev, int depth, int last_flag) in show_clks()
|
A D | fdt.c | 455 int depth = MAX_LEVEL; /* how deep to print */ in do_fdt() local 996 static int fdt_print(const char *pathp, char *prop, int depth) in fdt_print()
|
A D | bedbug.c | 341 int depth; /* Stack iteration level */ in do_bedbug_stack() local
|
/u-boot/arch/arm/mach-nexell/include/mach/ |
A D | display_dev.h | 32 unsigned int depth; /* byte per pixel */ member
|
/u-boot/drivers/core/ |
A D | dump.c | 13 static void show_devices(struct udevice *dev, int depth, int last_flag) in show_devices()
|
/u-boot/lib/ |
A D | of_live.c | 53 static int depth; in unflatten_dt_node() local
|
/u-boot/drivers/usb/host/ |
A D | xhci-exynos5.c | 61 int depth; in xhci_usb_of_to_plat() local
|
A D | ehci-exynos.c | 52 int depth; in ehci_usb_of_to_plat() local
|
/u-boot/common/ |
A D | fdt_region.c | 43 int depth = -1; in fdt_find_regions() local 311 static int fdt_include_supernodes(struct fdt_region_state *info, int depth) in fdt_include_supernodes()
|
A D | usb_hub.c | 80 static int usb_set_hub_depth(struct usb_device *dev, int depth) in usb_set_hub_depth() 812 int depth = 0; in usb_hub_configure() local
|
/u-boot/include/ |
A D | fdt_region.h | 64 int depth; /* Current tree depth */ member
|
/u-boot/arch/arm/mach-imx/imx8/ |
A D | fdt.c | 54 int offset = 0, depth = 0; in update_fdt_with_owned_resources() local
|
/u-boot/drivers/nvme/ |
A D | nvme.c | 23 #define NVME_SQ_SIZE(depth) (depth * sizeof(struct nvme_command)) argument 24 #define NVME_CQ_SIZE(depth) (depth * sizeof(struct nvme_completion)) argument 245 int qid, int depth) in nvme_alloc_queue()
|
/u-boot/arch/arm/mach-bcm283x/ |
A D | msg.c | 34 struct bcm2835_mbox_tag_depth depth; member
|
/u-boot/arch/sandbox/cpu/ |
A D | sdl.c | 53 int depth; member
|