| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | usb-sandbox.c | 16 int rootdev; member 58 if (usb_pipedevice(pipe) == ctrl->rootdev) { in sandbox_submit_control() 61 ctrl->rootdev = le16_to_cpu(setup->value); in sandbox_submit_control() 131 if (ctrl->rootdev == 0) in sandbox_alloc_device()
|
| H A D | ehci.h | 248 int rootdev; member
|
| H A D | xhci.c | 718 if (ctrl->rootdev == 0) { in _xhci_alloc_device() 965 ctrl->rootdev = le16_to_cpu(req->value); in xhci_submit_root() 1173 if (usb_pipedevice(pipe) == ctrl->rootdev) in _xhci_submit_control_msg()
|
| H A D | ehci-hcd.c | 744 ctrl->rootdev = le16_to_cpu(req->value); in ehci_submit_root() 1127 ctrl->rootdev = 0; in usb_lowlevel_init() 1156 if (usb_pipedevice(pipe) == ctrl->rootdev) { in _ehci_submit_control_msg() 1157 if (!ctrl->rootdev) in _ehci_submit_control_msg()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | atags_compat.c | 49 unsigned long rootdev; /* 16 */ member 123 tag->u.core.rootdev = params->u1.s.rootdev; in build_tag_list()
|
| H A D | atags_parse.c | 58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev); in parse_tag_core()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | setup.h | 46 unsigned long rootdev; /* 16 */ member 97 u32 rootdev; member
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | bootimg-efi.py | 87 label_conf = "root=%s" % creator.rootdev 176 label_conf = "LABEL=Boot root=%s" % creator.rootdev 307 label_conf = "root=%s" % creator.rootdev
|
| H A D | bootimg-pcbios.py | 129 (creator.rootdev, bootloader.append)
|
| H A D | bootimg-partition.py | 154 % (cr.rootdev, bootloader.append if bootloader.append else '')
|
| /OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/ |
| H A D | setup.h | 36 __u32 rootdev; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/ |
| H A D | setup.h | 36 __u32 rootdev; member
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | setup.h | 33 u32 rootdev; member
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-rpc/include/mach/ |
| H A D | uncompress.h | 23 unsigned long rootdev; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rk_atags.h | 189 u32 rootdev; member
|
| /OK3568_Linux_fs/kernel/net/8021q/ |
| H A D | vlan.c | 78 static void vlan_stacked_transfer_operstate(const struct net_device *rootdev, in vlan_stacked_transfer_operstate() argument 83 netif_stacked_transfer_operstate(rootdev, dev); in vlan_stacked_transfer_operstate()
|
| /OK3568_Linux_fs/u-boot/arch/nds32/lib/ |
| H A D | bootm.c | 140 params->u.core.rootdev = 0; in setup_start_tag()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | rk_atags.c | 206 t->u.core.rootdev = 0; in atags_set_tag()
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | setup.rst | 42 rootdev
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | bootm.c | 132 params->u.core.rootdev = 0; in setup_start_tag()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | atags.c | 173 printf(" rootdev = 0x%x\n", t->u.core.rootdev); in atags_print_tag()
|
| /OK3568_Linux_fs/u-boot/board/nokia/rx51/ |
| H A D | rx51.c | 234 params->u.core.rootdev = 0x0; in setup_board_tags()
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 1234 int rootdev; member
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.2.rst | 110 - wic: support rootdev identified by partition label
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 254 def rootdev(self): member in DirectPlugin
|