Searched refs:buffer_alloc (Results 1 – 4 of 4) sorted by relevance
104 struct intel_mapped_pinned_buffer_alloc *buffer_alloc; member121 buf->buffer = ctx->buffer_alloc->alloc(ctx->driver_ctx, size); in add_buffer()202 struct intel_mapped_pinned_buffer_alloc *buffer_alloc, in intel_aux_map_init() argument217 ctx->buffer_alloc = buffer_alloc; in intel_aux_map_init()245 ctx->buffer_alloc->free(ctx->driver_ctx, buf->buffer); in intel_aux_map_finish()
56 struct intel_mapped_pinned_buffer_alloc *buffer_alloc,
122 buffer_alloc (const struct config *config, struct buffer *buf) in buffer_alloc() function571 if (buffer_alloc(&config, &buf) == false) { in main()
40 void *(*buffer_alloc)(struct usb_bus *bus, size_t size, member