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