Searched refs:scratchpad (Results 1 – 2 of 2) sorted by relevance
108 if (!ctrl->scratchpad) in xhci_scratchpad_free()114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()115 free(ctrl->scratchpad); in xhci_scratchpad_free()116 ctrl->scratchpad = NULL; in xhci_scratchpad_free()368 scratchpad = malloc(sizeof(*scratchpad)); in xhci_scratchpad_alloc()369 if (!scratchpad) in xhci_scratchpad_alloc()371 ctrl->scratchpad = scratchpad; in xhci_scratchpad_alloc()374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()412 free(scratchpad); in xhci_scratchpad_alloc()[all …]
1217 struct xhci_scratchpad *scratchpad; member
Completed in 8 milliseconds