Searched refs:dma_heap_class (Results 1 – 1 of 1) sorted by relevance
52 static struct class *dma_heap_class; variable270 device_destroy(dma_heap_class, heap->heap_devt); in dma_heap_release()360 heap->heap_dev = device_create(dma_heap_class, in dma_heap_add()394 device_destroy(dma_heap_class, heap->heap_devt); in dma_heap_add()472 dma_heap_class = class_create(THIS_MODULE, DEVNAME); in dma_heap_init()473 if (IS_ERR(dma_heap_class)) { in dma_heap_init()474 ret = PTR_ERR(dma_heap_class); in dma_heap_init()477 dma_heap_class->devnode = dma_heap_devnode; in dma_heap_init()