Home
last modified time | relevance | path

Searched refs:xhci_ring_alloc (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c303 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs) in xhci_ring_alloc() function
482 virt_dev->eps[0].ring = xhci_ring_alloc(1, true); in xhci_alloc_virt_device()
526 ctrl->cmd_ring = xhci_ring_alloc(1, true); in xhci_mem_init()
550 ctrl->event_ring = xhci_ring_alloc(ERST_NUM_SEGS, false); in xhci_mem_init()
H A Dxhci-mem.su
H A Dxhci.c574 virt_dev->eps[ep_index].ring = xhci_ring_alloc(1, true); in xhci_set_configuration()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c423 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc() function
462 EXPORT_SYMBOL_GPL(xhci_ring_alloc);
736 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
1089 dev->eps[0].ring = xhci_ring_alloc(xhci, 2, 1, TYPE_CTRL, 0, flags); in xhci_alloc_virt_device()
1579 xhci_ring_alloc(xhci, 2, 1, ring_type, max_packet, mem_flags); in xhci_endpoint_init()
2597 xhci->cmd_ring = xhci_ring_alloc(xhci, 1, 1, TYPE_COMMAND, 0, flags); in xhci_mem_init()
2638 xhci->event_ring = xhci_ring_alloc(xhci, ERST_NUM_SEGS, 1, TYPE_EVENT, in xhci_mem_init()
H A Dxhci-trace.h497 DEFINE_EVENT(xhci_log_ring, xhci_ring_alloc,
H A Dxhci.h2060 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci,
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1266 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo2072 xhci_ring_alloc
H A Dabi_gki_aarch64_generic2312 xhci_ring_alloc
H A Dabi_gki_aarch64_exynos2393 xhci_ring_alloc
H A Dabi_gki_aarch64_qcom3063 xhci_ring_alloc
H A Dabi_gki_aarch64_oplus3648 xhci_ring_alloc
H A Dabi_gki_aarch64_galaxy4631 xhci_ring_alloc
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map