/openbmc/u-boot/drivers/usb/host/ |
H A D | usb-sandbox.c | 13 int rootdev; member 55 if (usb_pipedevice(pipe) == ctrl->rootdev) { in sandbox_submit_control() 58 ctrl->rootdev = le16_to_cpu(setup->value); in sandbox_submit_control() 127 if (ctrl->rootdev == 0) in sandbox_alloc_device()
|
H A D | ehci.h | 250 int rootdev; member
|
H A D | xhci.c | 717 if (ctrl->rootdev == 0) { in _xhci_alloc_device() 964 ctrl->rootdev = le16_to_cpu(req->value); in xhci_submit_root() 1171 if (usb_pipedevice(pipe) == ctrl->rootdev) in _xhci_submit_control_msg()
|
H A D | ehci-hcd.c | 758 ctrl->rootdev = le16_to_cpu(req->value); in ehci_submit_root() 1143 ctrl->rootdev = 0; in usb_lowlevel_init() 1172 if (usb_pipedevice(pipe) == ctrl->rootdev) { in _ehci_submit_control_msg() 1173 if (!ctrl->rootdev) in _ehci_submit_control_msg()
|
H A D | xhci.h | 1232 int rootdev; member
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | setup.h | 46 unsigned long rootdev; /* 16 */ member 97 u32 rootdev; member
|
/openbmc/linux/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()
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | setup.h | 36 __u32 rootdev; member
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | setup.h | 32 u32 rootdev; member
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | bootimg-efi.py | 100 label_conf = "root=%s" % creator.rootdev 189 label_conf = "LABEL=Boot root=%s" % creator.rootdev
|
H A D | bootimg-partition.py | 122 % (cr.rootdev, bootloader.append if bootloader.append else '')
|
H A D | bootimg-pcbios.py | 129 (creator.rootdev, bootloader.append)
|
/openbmc/linux/arch/arm/mach-rpc/include/mach/ |
H A D | uncompress.h | 23 unsigned long rootdev; member
|
/openbmc/u-boot/arch/nds32/lib/ |
H A D | bootm.c | 138 params->u.core.rootdev = 0; in setup_start_tag()
|
/openbmc/linux/net/8021q/ |
H A D | vlan.c | 81 static void vlan_stacked_transfer_operstate(const struct net_device *rootdev, in vlan_stacked_transfer_operstate() argument 86 netif_stacked_transfer_operstate(rootdev, dev); in vlan_stacked_transfer_operstate()
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | setup.rst | 42 rootdev
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | bootm.c | 126 params->u.core.rootdev = 0; in setup_start_tag()
|
/openbmc/u-boot/board/nokia/rx51/ |
H A D | rx51.c | 233 params->u.core.rootdev = 0x0; in setup_board_tags()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.2.rst | 112 - wic: support rootdev identified by partition label
|
H A D | release-notes-4.0.rst | 208 - Support rootdev identified by partition label
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 255 def rootdev(self): member in DirectPlugin
|
/openbmc/linux/net/core/ |
H A D | dev.c | 9949 void netif_stacked_transfer_operstate(const struct net_device *rootdev, in netif_stacked_transfer_operstate() argument 9952 if (rootdev->operstate == IF_OPER_DORMANT) in netif_stacked_transfer_operstate() 9957 if (rootdev->operstate == IF_OPER_TESTING) in netif_stacked_transfer_operstate() 9962 if (netif_carrier_ok(rootdev)) in netif_stacked_transfer_operstate()
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 4988 void netif_stacked_transfer_operstate(const struct net_device *rootdev,
|