Searched refs:rootnode (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | arm-cmn.c | 1488 u32 rootnode; in arm_cmn_of_probe() local 1495 ret = of_property_read_u32(np, "arm,root-node", &rootnode); in arm_cmn_of_probe() 1499 return rootnode; in arm_cmn_of_probe() 1507 int err, rootnode; in arm_cmn_probe() local 1517 rootnode = arm_cmn_acpi_probe(pdev, cmn); in arm_cmn_probe() 1519 rootnode = arm_cmn_of_probe(pdev, cmn); in arm_cmn_probe() 1520 if (rootnode < 0) in arm_cmn_probe() 1521 return rootnode; in arm_cmn_probe() 1523 err = arm_cmn_discover(cmn, rootnode); in arm_cmn_probe()
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_common.h | 55 int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode,
|
| H A D | ext4_common.c | 2275 int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode, in ext4fs_find_file() argument 2285 status = ext4fs_find_file1(path, rootnode, foundnode, &foundtype); in ext4fs_find_file()
|