Searched refs:rootnode (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_common.h | 54 int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode,
|
H A D | ext4_common.c | 2273 int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode, in ext4fs_find_file() argument 2283 status = ext4fs_find_file1(path, rootnode, foundnode, &foundtype); in ext4fs_find_file()
|
/openbmc/linux/drivers/perf/ |
H A D | arm-cmn.c | 2428 u32 rootnode; in arm_cmn600_of_probe() local 2430 return of_property_read_u32(np, "arm,root-node", &rootnode) ?: rootnode; in arm_cmn600_of_probe() 2438 int err, rootnode, this_id; in arm_cmn_probe() local 2449 rootnode = arm_cmn600_acpi_probe(pdev, cmn); in arm_cmn_probe() 2451 rootnode = 0; in arm_cmn_probe() 2456 rootnode = arm_cmn600_of_probe(pdev->dev.of_node); in arm_cmn_probe() 2458 if (rootnode < 0) in arm_cmn_probe() 2459 return rootnode; in arm_cmn_probe() 2461 err = arm_cmn_discover(cmn, rootnode); in arm_cmn_probe()
|