Home
last modified time | relevance | path

Searched refs:rootdev (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-sandbox.c16 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 Dehci.h248 int rootdev; member
H A Dxhci.c718 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 Dehci-hcd.c744 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 Datags_compat.c49 unsigned long rootdev; /* 16 */ member
123 tag->u.core.rootdev = params->u1.s.rootdev; in build_tag_list()
H A Datags_parse.c58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev); in parse_tag_core()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dsetup.h46 unsigned long rootdev; /* 16 */ member
97 u32 rootdev; member
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py87 label_conf = "root=%s" % creator.rootdev
176 label_conf = "LABEL=Boot root=%s" % creator.rootdev
307 label_conf = "root=%s" % creator.rootdev
H A Dbootimg-pcbios.py129 (creator.rootdev, bootloader.append)
H A Dbootimg-partition.py154 % (cr.rootdev, bootloader.append if bootloader.append else '')
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dsetup.h36 __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 Dsetup.h36 __u32 rootdev; member
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dsetup.h33 u32 rootdev; member
/OK3568_Linux_fs/kernel/arch/arm/mach-rpc/include/mach/
H A Duncompress.h23 unsigned long rootdev; member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drk_atags.h189 u32 rootdev; member
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan.c78 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 Dbootm.c140 params->u.core.rootdev = 0; in setup_start_tag()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drk_atags.c206 t->u.core.rootdev = 0; in atags_set_tag()
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dsetup.rst42 rootdev
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c132 params->u.core.rootdev = 0; in setup_start_tag()
/OK3568_Linux_fs/u-boot/cmd/
H A Datags.c173 printf(" rootdev = 0x%x\n", t->u.core.rootdev); in atags_print_tag()
/OK3568_Linux_fs/u-boot/board/nokia/rx51/
H A Drx51.c234 params->u.core.rootdev = 0x0; in setup_board_tags()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1234 int rootdev; member
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.2.rst110 - wic: support rootdev identified by partition label
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py254 def rootdev(self): member in DirectPlugin

12