Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dusb-sandbox.c13 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 Dehci.h250 int rootdev; member
H A Dxhci.c717 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 Dehci-hcd.c758 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 Dxhci.h1232 int rootdev; member
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h46 unsigned long rootdev; /* 16 */ member
97 u32 rootdev; member
/openbmc/linux/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()
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsetup.h36 __u32 rootdev; member
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h32 u32 rootdev; member
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py100 label_conf = "root=%s" % creator.rootdev
189 label_conf = "LABEL=Boot root=%s" % creator.rootdev
H A Dbootimg-partition.py122 % (cr.rootdev, bootloader.append if bootloader.append else '')
H A Dbootimg-pcbios.py129 (creator.rootdev, bootloader.append)
/openbmc/linux/arch/arm/mach-rpc/include/mach/
H A Duncompress.h23 unsigned long rootdev; member
/openbmc/u-boot/arch/nds32/lib/
H A Dbootm.c138 params->u.core.rootdev = 0; in setup_start_tag()
/openbmc/linux/net/8021q/
H A Dvlan.c81 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 Dsetup.rst42 rootdev
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c126 params->u.core.rootdev = 0; in setup_start_tag()
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c233 params->u.core.rootdev = 0x0; in setup_board_tags()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.2.rst112 - wic: support rootdev identified by partition label
H A Drelease-notes-4.0.rst208 - Support rootdev identified by partition label
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py255 def rootdev(self): member in DirectPlugin
/openbmc/linux/net/core/
H A Ddev.c9949 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 Dnetdevice.h4988 void netif_stacked_transfer_operstate(const struct net_device *rootdev,