Searched refs:phys (Results 1 - 19 of 19) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosBuffer.h65 } phys; member in struct:ExynosBuffer
91 phys. extP[i] = 0;
103 phys. extP[i] = other->phys.extP[i];
115 phys. extP[i] = other.phys.extP[i];
129 && phys. extP[0] == other.phys.extP[0]
130 && phys. extP[1] == other.phys
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.h122 bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
H A DTrustZoneDevice.cpp185 LOG_I("MCI established, at %p, phys=%p, reused=%s",
511 bool TrustZoneDevice::findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) argument
513 if (pMcKMod->findContiguousWsm(handle, phys, len)) {
517 LOG_I("Resolved buffer with handle %u to %p", handle, phys);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.h130 mcResult_t findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
H A DCMcKMod.cpp86 LOG_V(" mapped to %p, handle=%d, phys=%p ", virtAddr,
138 LOG_V(" MCI mapped to %p, handle=%d, phys=%p, reused=%s",
358 LOG_I(" Registered, handle=%d, L2 phys=0x%x ", params.handle, params.table_phys);
457 mcResult_t CMcKMod::findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) argument
475 *phys = (addr_t)wsm.phys;
/hardware/samsung_slsi/exynos5/mobicore/include/Public/
H A Dmc_linux.h144 uint32_t phys; member in struct:mc_ioctl_resolv_cont_wsm
218 /** Get L2 phys address of a buffer handle allocated to the user. Only
222 /** Get the phys address & len of a allocated contiguous buffer. Only available
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
H A DMobiCoreDevice.h207 virtual bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) = 0;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6venc.h119 u32 phys; member in struct:venc_buf_type
212 void *phys; member in struct:venc_pmem
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6venc.h92 u32 phys; member in struct:venc_buf_type
177 void *phys; member in struct:venc_pmem
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp234 unmappedSrcSuccess = unmapGPUAddr((unsigned long)((C2D_RGB_SURFACE_DEF *)mSrcSurfaceDef)->phys);
241 unmappedDstSuccess = unmapGPUAddr((unsigned long)((C2D_RGB_SURFACE_DEF *)mDstSurfaceDef)->phys);
306 surfaceDef->phys = (void *)0xaaaaaaaa;
349 srcSurfaceDef->phys = getMappedGPUAddr(fd, data, mSrcSize);
357 dstSurfaceDef->phys = getMappedGPUAddr(fd, data, mDstSize);
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2d2.h316 void *phys; /* physical address */ member in struct:__anon1400
H A Dcopybit_c2d.cpp537 surfaceDef.phys = (void*) gpuaddr;
1587 surfDefinition.phys = (void*)0xdddddddd;
/hardware/qcom/display/msm8226/libcopybit/
H A Dc2d2.h316 void *phys; /* physical address */ member in struct:__anon1478
H A Dcopybit_c2d.cpp536 surfaceDef.phys = (void*) gpuaddr;
1576 surfDefinition.phys = (void*)0xdddddddd;
/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h316 void *phys; /* physical address */ member in struct:__anon1551
H A Dcopybit_c2d.cpp527 surfaceDef.phys = (void*) gpuaddr;
1533 surfDefinition.phys = (void*)0xdddddddd;
/hardware/qcom/display/msm8974/libcopybit/
H A Dc2d2.h316 void *phys; /* physical address */ member in struct:__anon1617
H A Dcopybit_c2d.cpp538 surfaceDef.phys = (void*) gpuaddr;
1567 surfDefinition.phys = (void*)0xdddddddd;
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3402 if (buf[i].virt.p != NULL || buf[i].phys.p != 0 ||

Completed in 332 milliseconds