Searched refs:memPriv (Results 1 – 7 of 7) sorted by relevance
79 plane->memPriv = NULL; in CameraBufferFreeDmaPlane()108 void *memPriv = NULL; in CameraBufferAllocMmapPlane() local118 memPriv = NULL; in CameraBufferAllocMmapPlane()122 if (memPriv != NULL) { in CameraBufferAllocMmapPlane()127 buffer->planes[planeNum].memPriv = memPriv; in CameraBufferAllocMmapPlane()306 void *memPriv = NULL; in CameraBufferPrepareUserPtrPlane() local324 memPriv = NULL; in CameraBufferPrepareUserPtrPlane()327 if (MemoryAdapterIsErrPtr(memPriv)) { in CameraBufferPrepareUserPtrPlane()331 buffer->planes[planeNum].memPriv = memPriv; in CameraBufferPrepareUserPtrPlane()365 void *memPriv = NULL; in CameraBufferAttachDmaPlane() local[all …]
77 if (planeId >= buffer->numPlanes || buffer->planes[planeId].memPriv == NULL) { in CameraBufferGetPlaneVaddr()82 return queue->memOps->getVaddr(buffer->planes[planeId].memPriv); in CameraBufferGetPlaneVaddr()
185 static int32_t VmallocMapDmaBuf(void *memPriv) in VmallocMapDmaBuf() argument187 struct VmallocBuffer *buf = memPriv; in VmallocMapDmaBuf()197 static void VmallocUnmapDmaBuf(void *memPriv) in VmallocUnmapDmaBuf() argument199 if (memPriv == NULL) { in VmallocUnmapDmaBuf()202 struct VmallocBuffer *buf = memPriv; in VmallocUnmapDmaBuf()208 static void VmallocDetachDmaBuf(void *memPriv) in VmallocDetachDmaBuf() argument210 if (memPriv == NULL) { in VmallocDetachDmaBuf()213 struct VmallocBuffer *buf = memPriv; in VmallocDetachDmaBuf()
268 static int SgMapDmaBuf(void *memPriv) in SgMapDmaBuf() argument270 struct SgDmaBuffer *buf = memPriv; in SgMapDmaBuf()299 static void SgUnmapDmaBuf(void *memPriv) in SgUnmapDmaBuf() argument301 if (memPriv == NULL) { in SgUnmapDmaBuf()304 struct SgDmaBuffer *buf = memPriv; in SgUnmapDmaBuf()326 static void SgDetachDmaBuf(void *memPriv) in SgDetachDmaBuf() argument328 if (memPriv == NULL) { in SgDetachDmaBuf()332 struct SgDmaBuffer *buf = memPriv; in SgDetachDmaBuf()
23 if (planeId >= buffer->numPlanes || buffer->planes[planeId].memPriv == NULL) { in DmaSgPlaneDesc()28 return (struct sg_table *)queue->memOps->getCookie(buffer->planes[planeId].memPriv); in DmaSgPlaneDesc()
23 if (planeId >= buffer->numPlanes || buffer->planes[planeId].memPriv == NULL) { in ContigDmaGetAddr()28 addr = queue->memOps->getCookie(buffer->planes[planeId].memPriv); in ContigDmaGetAddr()
30 void *memPriv; member