Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c189 static void *xhci_malloc(unsigned int size) in xhci_malloc() function
280 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()
366 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
431 ctx->bytes = (u8 *)xhci_malloc(ctx->size); in xhci_alloc_container_ctx()
514 xhci_malloc(sizeof(struct xhci_device_context_array)); in xhci_mem_init()
551 xhci_malloc(sizeof(struct xhci_erst_entry) * ERST_NUM_SEGS); in xhci_mem_init()