Searched refs:overlay (Results 1 – 3 of 3) sorted by relevance
609 int overlay; in overlay_merge() local617 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()618 if (overlay == -FDT_ERR_NOTFOUND) in overlay_merge()621 if (overlay < 0) in overlay_merge()622 return overlay; in overlay_merge()628 ret = overlay_apply_node(fdt, target, fdto, overlay); in overlay_merge()
83 qh->hw.overlay.next_qtd = QTD_LIST_END; in ehci_qh_alloc()84 qh->hw.overlay.alt_next_qtd = QTD_LIST_END; in ehci_qh_alloc()408 qh->hw.overlay.next_qtd = EHCI_PTR2ADDR(qtd_setup); in ehci_control_urb_init()497 qh->hw.overlay.next_qtd = EHCI_PTR2ADDR(first_qtd); in ehci_bulk_urb_init()501 qh->hw.overlay.token = QTD_TOKEN_TOGGLE; in ehci_bulk_urb_init()503 qh->hw.overlay.token = 0; in ehci_bulk_urb_init()593 qh->hw.overlay.next_qtd = EHCI_PTR2ADDR(first_qtd); in ehci_intr_urb_init()597 qh->hw.overlay.token = QTD_TOKEN_TOGGLE; in ehci_intr_urb_init()599 qh->hw.overlay.token = 0; in ehci_intr_urb_init()805 g_async_qh_head[bus->hcd.hcd_id].hw.overlay.next_qtd = QTD_LIST_END; in usb_hc_init()[all …]
363 struct ehci_qtd overlay; /* 0x10-0x2c: Transfer overlay */ member
Completed in 14 milliseconds