Home
last modified time | relevance | path

Searched refs:phyAddr (Results 1 – 25 of 26) sorted by relevance

12

/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_cec.c257 void HdmiCecEncodingActiveSourceMsg(struct HdmiCecMsg *msg, uint16_t phyAddr) in HdmiCecEncodingActiveSourceMsg() argument
262 msg->data[HDMI_CEC_MSG_DATA_SECOND_ELEMENT] = (phyAddr >> HDMI_ONE_BYTE_SHIFT); in HdmiCecEncodingActiveSourceMsg()
263 msg->data[HDMI_CEC_MSG_DATA_THIRD_ELEMENT] = (phyAddr & HDMI_ONE_BYTE_MARK); in HdmiCecEncodingActiveSourceMsg()
278 void HdmiCecEncodingInactiveSourceMsg(struct HdmiCecMsg *msg, uint16_t phyAddr) in HdmiCecEncodingInactiveSourceMsg() argument
282 msg->data[HDMI_CEC_MSG_DATA_SECOND_ELEMENT] = (phyAddr >> HDMI_ONE_BYTE_SHIFT); in HdmiCecEncodingInactiveSourceMsg()
283 msg->data[HDMI_CEC_MSG_DATA_THIRD_ELEMENT] = (phyAddr & HDMI_ONE_BYTE_MARK); in HdmiCecEncodingInactiveSourceMsg()
310 void HdmiCecEncodingRoutingInfomationMsg(struct HdmiCecMsg *msg, uint16_t phyAddr) in HdmiCecEncodingRoutingInfomationMsg() argument
315 msg->data[HDMI_CEC_MSG_DATA_SECOND_ELEMENT] = (phyAddr >> HDMI_ONE_BYTE_SHIFT); in HdmiCecEncodingRoutingInfomationMsg()
316 msg->data[HDMI_CEC_MSG_DATA_THIRD_ELEMENT] = (phyAddr & HDMI_ONE_BYTE_MARK); in HdmiCecEncodingRoutingInfomationMsg()
319 void HdmiCecEncodingSetStreamPathMsg(struct HdmiCecMsg *msg, uint16_t phyAddr) in HdmiCecEncodingSetStreamPathMsg() argument
[all …]
/drivers/peripheral/display/test/unittest/lite/
Ddisplay_test.c88 static void PicSourceSurfaceInit(ISurface *surface, uint64_t phyAddr, int32_t bpp) in PicSourceSurfaceInit() argument
92 surface->phyAddr = phyAddr; in PicSourceSurfaceInit()
101 static void DestSurfaceInit(ISurface *surface, uint64_t phyAddr, int32_t bpp) in DestSurfaceInit() argument
105 surface->phyAddr = phyAddr; in DestSurfaceInit()
338 PicSourceSurfaceInit(&srcSurface, pictureBuf->phyAddr, LAYER_BPP); in BlitTest()
341 DestSurfaceInit(&dstSurface, g_displayTest.buffer.data.phyAddr, LAYER_BPP); in BlitTest()
372 DestSurfaceInit(&dstSurface, g_displayTest.buffer.data.phyAddr, LAYER_BPP); in FillRectTest()
/drivers/hdf_core/interfaces/inner_api/hdi/base/
Dbuffer_handle.h62 uint64_t phyAddr; /**< Physical address */ member
/drivers/peripheral/base/
Dbuffer_handle.h34 uint64_t phyAddr; /**< Physical address */ member
/drivers/hdf_core/framework/support/platform/include/hdmi/
Dhdmi_cec.h1478 uint16_t phyAddr[HDMI_CDC_HEC_SET_STATE_MSG_OPTIONAL_PA_MAX_NUM]; member
1678 uint16_t phyAddr; member
1741 uint16_t phyAddr, const struct HdmiCdcHecState *state);
1749 void HdmiCecEncodingActiveSourceMsg(struct HdmiCecMsg *msg, uint16_t phyAddr);
1769 void HdmiCecEncodingInactiveSourceMsg(struct HdmiCecMsg *msg, uint16_t phyAddr);
1781 void HdmiCecEncodingReportCurrentLatencyMsg(struct HdmiCecMsg *msg, uint16_t phyAddr, struct HdmiCe…
1787 void HdmiCecEncodingRequestCurrentLatencyMsg(struct HdmiCecMsg *msg, uint16_t phyAddr, bool respons…
1791 void HdmiCecEncodingRoutingInfomationMsg(struct HdmiCecMsg *msg, uint16_t phyAddr);
1801 void HdmiCecEncodingSetStreamPathMsg(struct HdmiCecMsg *msg, uint16_t phyAddr);
1805 void HdmiCecEncodingSystemAudioModeRequestMsg(struct HdmiCecMsg *msg, uint16_t phyAddr, bool respon…
/drivers/peripheral/codec/hdi_service/common/
Dcommon_msgproc.c32 !HdfSbufWriteUint64(data, handle->phyAddr)) { in PackBufferHandle()
83 !HdfSbufReadUint64(data, &tmpHandle->phyAddr)) { in ParseBufferHandle()
/drivers/hdf_core/framework/support/platform/src/dma/
Ddmac_core.c488 uintptr_t phyAddr; in DmaCntlrTransfer() local
500 phyAddr = (uintptr_t)cntlr->dmacPaddrToVaddr((paddr_t)msg->destAddr); in DmaCntlrTransfer()
501 cntlr->dmacCacheInv(phyAddr, (uintptr_t)(phyAddr + msg->transLen)); in DmaCntlrTransfer()
505 phyAddr = (uintptr_t)cntlr->dmacPaddrToVaddr((paddr_t)msg->srcAddr); in DmaCntlrTransfer()
506 cntlr->dmacCacheFlush(phyAddr, (uintptr_t)(phyAddr + msg->transLen)); in DmaCntlrTransfer()
/drivers/peripheral/camera/hal_c/hdi_cif/src/
Dbuffer_producer_wrapper.cpp64 buffer->phyAddr = handle->phyAddr; in BufferProducerRequestBuffer()
/drivers/peripheral/camera/hal_c/include/
Dcamera_types_c_if.h206 uint64_t phyAddr; member
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/
Dbuffer_adapter.cpp32 buffer->SetPhyAddress(bufHandle->phyAddr); in SurfaceBufferToCameraBuffer()
58 pHandle->phyAddr = buffer->GetPhyAddress(); in CameraBufferToSurfaceBuffer()
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Dframebuffer_allocator.cpp114 handle.phyAddr = smemAddress; in Allocate()
180 freeBuffers_.push(handle->phyAddr); in FreeMem()
Ddrm_allocator.cpp65 handle.phyAddr = GetPhysicalAddr(handle.fd); in Allocate()
/drivers/peripheral/camera/vdi_base/usb_camera/buffer_manager/src/buffer_adapter/standard/
Dbuffer_adapter.cpp32 buffer->SetPhyAddress(bufHandle->phyAddr); in SurfaceBufferToCameraBuffer()
58 pHandle->phyAddr = buffer->GetPhyAddress(); in CameraBufferToSurfaceBuffer()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_layer.cpp27 …: mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.… in HdiLayerBuffer()
52 mPhyAddr = right.phyAddr; in operator =()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Dbuffer_util.c75 handle->phyAddr = other->phyAddr; in CloneNativeBufferHandle()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
Dgralloc_buffer_allocator.cpp213 dest.phyAddr = src->GetPhyAddress(); in CameraBufferToGrallocBuffer()
233 dest->SetPhyAddress(src.phyAddr); in GrallocBufferToCameraBuffer()
/drivers/hdf_core/framework/model/audio/common/include/
Daudio_platform_base.h45 unsigned long phyAddr; /* DMA cache physical address */ member
/drivers/peripheral/display/interfaces/include/
Ddisplay_type.h313 uint64_t phyAddr; /**< Physical memory address */ member
347 uint64_t phyAddr; /**< Start physical address of an image */ member
Ddisplay_vgu.h237 uint64_t phyAddr; /* < Physical memory address */ member
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
Ddbuffer_manager.cpp84 buffer->SetPhyAddress(bufHandle->phyAddr); in SurfaceBufferToDImageBuffer()
/drivers/peripheral/codec/hal/src/
Dcodec_types.c36 !HdfSbufWriteUint64(data, handle->phyAddr)) { in BufferHandleMarshalling()
88 !HdfSbufReadUint64(data, &tmpHandle->phyAddr)) { in BufferHandleUnmarshalling()
/drivers/interface/display/composer/v1_0/display_command/
Ddisplay_cmd_utils.h211 DISPLAY_CHK_RETURN(packer->WriteUint64(buffer->phyAddr) == false, HDF_FAILURE, in BufferHandlePack()
295 DISPLAY_CHK_CONDITION(retVal, true, unpacker->ReadUint64(handle->phyAddr), in BufferHandleUnpack()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
Dhdi_gfx_composition.cpp118 surface.phyAddr = buffer.GetMemHandle(); in InitGfxSurface()
/drivers/hdf_core/framework/model/audio/common/src/
Daudio_platform_base.c745 platformData->renderBufInfo.phyAddr = 0; in AudioRenderBuffInit()
780 platformData->renderBufInfo.phyAddr = 0; in AudioRenderBuffFree()
797 platformData->captureBufInfo.phyAddr = 0; in AudioCaptureBuffInit()
832 platformData->captureBufInfo.phyAddr = 0; in AudioCaptureBuffFree()
/drivers/peripheral/codec/hal/v1.0/codec_instance/src/
Dcodec_instance.c774 newHandle->phyAddr = handle->phyAddr; in DupBufferHandle()

12