| /include/ |
| A D | of_live.h | 48 void of_live_free(struct device_node *root); 65 int of_live_flatten(const struct device_node *root, struct abuf *buf);
|
| A D | event.h | 222 struct device_node *root; member
|
| A D | upl.h | 293 int upl_write_handoff(const struct upl *upl, ofnode root, bool skip_existing);
|
| A D | expo.h | 1004 int expo_build(ofnode root, struct expo **expp);
|
| A D | efi_loader.h | 1243 struct efi_file_handle **root);
|
| A D | efi_api.h | 2056 struct efi_file_handle **root);
|
| /include/linux/ |
| A D | rbtree_augmented.h | 34 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented() argument 37 __rb_insert_augmented(node, root, augment->rotate); in rb_insert_augmented() 98 struct rb_node *parent, struct rb_root *root) in __rb_change_child() argument 106 root->rb_node = new; in __rb_change_child() 113 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented() argument 130 __rb_change_child(node, child, parent, root); in __rb_erase_augmented() 141 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented() 192 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented() 210 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented() argument 213 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() [all …]
|
| A D | rbtree.h | 40 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) argument 63 struct rb_root *root); 88 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ argument 89 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \
|
| A D | ioport.h | 113 extern int request_resource(struct resource *root, struct resource *new); 115 extern void reserve_region_with_split(struct resource *root, 119 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new); 120 extern int allocate_resource(struct resource *root, struct resource *new,
|
| /include/dm/ |
| A D | of_access.h | 218 struct device_node *of_find_node_opts_by_path(struct device_node *root, 266 struct device_node *of_find_node_by_phandle(struct device_node *root, 469 struct device_node *of_root_parse_phandle(struct device_node *root, 514 int of_root_parse_phandle_with_args(struct device_node *root, 537 int of_root_count_phandle_with_args(struct device_node *root,
|
| A D | ofnode.h | 369 static inline oftree oftree_from_np(struct device_node *root) in oftree_from_np() argument 373 tree.np = root; in oftree_from_np()
|
| /include/env/phytec/ |
| A D | k3_net.env | 11 netargs=setenv bootargs console=${console} root=/dev/nfs ip=dhcp rw
|
| A D | k3_mmc.env | 13 root=/dev/mmcblk${mmcdev}p${mmcroot} ${raucargs} rootwait rw
|
| /include/env/ti/ |
| A D | ufs.env | 7 root=PARTUUID=${uuid} rw
|
| A D | nand.env | 5 root=${nandroot}
|
| A D | ti_armv7_keystone2.env | 50 args_net=setenv bootargs ${bootargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs_root… 61 args_ramfs=setenv bootargs ${bootargs} rdinit=/sbin/init rw root=/dev/ram0 initrd=0x808080000,80M
|
| A D | mmc.env | 6 root=PARTUUID=${uuid} rw
|
| /include/cramfs/ |
| A D | cramfs_fs.h | 62 struct cramfs_inode root; /* root inode data */ member
|
| /include/env/adi/ |
| A D | adi_boot.env | 44 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}${rootpath},tcp,nfsvers=3 ${adi_bootarg… 53 mmcargs=setenv bootargs root=/dev/mmcblk0p1 rw rootfstype=ext4 rootwait ${adi_bootargs} 61 spiargs=setenv bootargs root=/dev/mtdblock4 rw rootfstype=jffs2 ${adi_bootargs}
|
| /include/env/pg-wcom/ |
| A D | common.env | 53 flashargs=setenv bootargs root=mtdblock:rootfs${boot_bank} rootfstype=squashfs ro
|
| /include/test/ |
| A D | test.h | 66 struct udevice *root; member
|