Searched refs:dma_heap_class (Results 1 – 1 of 1) sorted by relevance
50 static struct class *dma_heap_class; variable277 dev_ret = device_create(dma_heap_class, in dma_heap_add()307 device_destroy(dma_heap_class, heap->heap_devt); in dma_heap_add()331 dma_heap_class = class_create(DEVNAME); in dma_heap_init()332 if (IS_ERR(dma_heap_class)) { in dma_heap_init()334 return PTR_ERR(dma_heap_class); in dma_heap_init()336 dma_heap_class->devnode = dma_heap_devnode; in dma_heap_init()