Searched refs:rootdev (Results 1 – 16 of 16) sorted by relevance
13 int rootdev; member55 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()
250 int rootdev; member
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()
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()
1232 int rootdev; member
46 unsigned long rootdev; /* 16 */ member97 u32 rootdev; member
32 u32 rootdev; member
122 % (cr.rootdev, bootloader.append if bootloader.append else '')
100 label_conf = "root=%s" % creator.rootdev189 label_conf = "LABEL=Boot root=%s" % creator.rootdev
129 (creator.rootdev, bootloader.append)
138 params->u.core.rootdev = 0; in setup_start_tag()
126 params->u.core.rootdev = 0; in setup_start_tag()
233 params->u.core.rootdev = 0x0; in setup_board_tags()
112 - wic: support rootdev identified by partition label
208 - Support rootdev identified by partition label
255 def rootdev(self): member in DirectPlugin