Lines Matching refs:DRM
36 void DRM(sg_cleanup)( drm_sg_mem_t *entry ) in DRM() function
49 DRM(free)( entry->busaddr, in DRM()
52 DRM(free)( entry->pagelist, in DRM()
55 DRM(free)( entry, in DRM()
60 int DRM(sg_alloc)( struct inode *inode, struct file *filp, in DRM() function
79 entry = DRM(alloc)( sizeof(*entry), DRM_MEM_SGLISTS ); in DRM()
89 entry->pagelist = DRM(alloc)( pages * sizeof(*entry->pagelist), in DRM()
92 DRM(free)( entry, sizeof(*entry), DRM_MEM_SGLISTS ); in DRM()
98 entry->busaddr = DRM(alloc)( pages * sizeof(*entry->busaddr), in DRM()
101 DRM(free)( entry->pagelist, in DRM()
104 DRM(free)( entry, in DRM()
113 DRM(free)( entry->busaddr, in DRM()
116 DRM(free)( entry->pagelist, in DRM()
119 DRM(free)( entry, in DRM()
147 DRM(sg_cleanup)( entry ); in DRM()
196 DRM(sg_cleanup)( entry ); in DRM()
200 int DRM(sg_free)( struct inode *inode, struct file *filp, in DRM() function
221 DRM(sg_cleanup)( entry ); in DRM()