Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-mem.c194 static void *xhci_malloc(unsigned int size) in xhci_malloc() function
285 seg->trbs = xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
441 ctx->bytes = xhci_malloc(ctx->size); in xhci_alloc_container_ctx()
522 ctrl->dcbaa = xhci_malloc(sizeof(struct xhci_device_context_array)); in xhci_mem_init()
558 ctrl->erst.entries = xhci_malloc(sizeof(struct xhci_erst_entry) * in xhci_mem_init()

Completed in 4 milliseconds