Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma-buf/
H A Ddma-heap.c49 static struct class *dma_heap_class; variable
264 dev_ret = device_create(dma_heap_class, in dma_heap_add()
294 device_destroy(dma_heap_class, heap->heap_devt); in dma_heap_add()
317 dma_heap_class = class_create(DEVNAME); in dma_heap_init()
318 if (IS_ERR(dma_heap_class)) { in dma_heap_init()
320 return PTR_ERR(dma_heap_class); in dma_heap_init()
322 dma_heap_class->devnode = dma_heap_devnode; in dma_heap_init()