Home
last modified time | relevance | path

Searched refs:dev_context_ptrs (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c857 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_device()
994 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()
997 &xhci->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
998 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id])); in xhci_alloc_virt_device()
1646 xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma); in scratchpad_alloc()
Dxhci.h790 __le64 dev_context_ptrs[MAX_HC_SLOTS]; member
Dxhci.c4235 &xhci->dcbaa->dev_context_ptrs[udev->slot_id], in xhci_setup_device()
4237 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id])); in xhci_setup_device()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-mem.c671 pdev->dcbaa->dev_context_ptrs[1] = 0; in cdnsp_free_priv_device()
701 pdev->dcbaa->dev_context_ptrs[1] = cpu_to_le64(pdev->out_ctx.dma); in cdnsp_alloc_priv_device()
Dcdnsp-gadget.h852 __le64 dev_context_ptrs[CDNSP_DEV_MAX_SLOTS + 1]; member