Searched defs:dn (Results 1 – 9 of 9) sorted by relevance
/u-boot/include/dm/ |
A D | of_access.h | 32 #define for_each_of_allnodes_from(from, dn) \ argument 34 #define for_each_of_allnodes(dn) for_each_of_allnodes_from(NULL, dn) argument
|
/u-boot/drivers/demo/ |
A D | demo-uclass.c | 70 int dn = dev_of_offset(dev); in demo_parse_dt() local
|
/u-boot/fs/zfs/ |
A D | zfs.c | 141 dnode_phys_t dn; member 629 dmu_read(dnode_end_t *dn, uint64_t blkid, void **buf, in dmu_read() 1175 dnode_get_path(dnode_end_t *mdn, const char *path_in, dnode_end_t *dn, in dnode_get_path() 1184 dnode_end_t dn; in dnode_get_path() member 1390 uint64_t *mdnobj, dnode_end_t *dn, int *isfs, in dnode_get_fullpath() 2170 dnode_end_t dn; in fill_fs_info() local 2216 dnode_end_t dn; in iterate_zap() local 2297 dnode_end_t dn; in zfs_ls() local
|
/u-boot/fs/ubifs/ |
A D | ubifs.c | 676 struct ubifs_data_node *dn) in read_block() 728 struct ubifs_data_node *dn; in do_readpage() local
|
A D | replay.c | 609 struct ubifs_data_node *dn = snod->node; in replay_bud() local
|
A D | debug.c | 478 const struct ubifs_data_node *dn = node; in ubifs_dump_node() local 2079 struct ubifs_data_node *dn = node; in check_leaf() local
|
/u-boot/drivers/pci/ |
A D | pcie_brcmstb.c | 601 ofnode dn = dev_ofnode(dev); in brcm_pcie_of_to_plat() local
|
/u-boot/drivers/core/ |
A D | of_access.c | 343 #define for_each_property_of_node(dn, pp) \ argument
|
/u-boot/drivers/mtd/nand/raw/brcmnand/ |
A D | brcmnand.c | 2230 static int brcmnand_init_cs(struct brcmnand_host *host, struct device_node *dn) in brcmnand_init_cs() 2465 struct device_node *dn = dev->of_node, *child; in brcmnand_probe() local
|
Completed in 26 milliseconds