Searched defs:depth (Results 1 – 10 of 10) sorted by relevance
/lk-master/external/lib/fdt/ |
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_check.c | 19 unsigned int depth = 0; in fdt_check_full() local
|
A D | fdt_ro.c | 226 int depth; in fdt_subnode_offset_namelen() local 543 int offset, depth, namelen; in fdt_get_path() local 595 int offset, depth; in fdt_supernode_atdepth_offset() local
|
A D | fdt_wip.c | 75 int depth = 0; in fdt_node_end_offset_() local
|
/lk-master/lib/fdtwalk/ |
A D | fdtwalk.c | 24 static void read_address_size_cells(const void *fdt, int offset, int depth, in read_address_size_cells() 53 int depth = 0; in fdt_walk() local
|
/lk-master/lib/bcache/ |
A D | bcache.c | 30 uint32_t depth; member 109 uint32_t depth = 0; in find_block() local
|
/lk-master/lib/devicetree/ |
A D | devicetreedump.c | 57 int node_cb(int depth, const char *name, void *cookie) { in node_cb()
|
A D | devicetree.c | 150 u32 depth = 0; in dt_walk() local
|
/lk-master/platform/bcm28xx/ |
A D | platform.c | 123 int depth = 0; in platform_early_init() local
|
/lk-master/platform/bcm28xx/include/platform/ |
A D | mailbox.h | 68 uint32_t depth; //request member
|
Completed in 22 milliseconds