Home
last modified time | relevance | path

Searched refs:xhci_device_context_array (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h693 struct xhci_device_context_array { struct
1222 struct xhci_device_context_array *dcbaa \
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c514 ctrl->dcbaa = (struct xhci_device_context_array *) in xhci_mem_init()
515 xhci_malloc(sizeof(struct xhci_device_context_array)); in xhci_mem_init()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1071 struct xhci_device_context_array { struct
1801 struct xhci_device_context_array *dcbaa;
2252 struct xhci_device_context_array *(*alloc_dcbaa)(struct xhci_hcd *xhci,
H A Dxhci-mem.c1929 static struct xhci_device_context_array *xhci_vendor_alloc_dcbaa( in xhci_vendor_alloc_dcbaa()