Home
last modified time | relevance | path

Searched refs:getData (Results 1 – 8 of 8) sorted by relevance

/drivers/hdf_core/adapter/khdf/liteos_m/test/sample_driver/include/
Dsample_service.h38 const char *(*getData)(void); member
/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/
Dmipi_dsi_define.h90 unsigned char *getData; /* read data memory address, should malloc by user */ member
Dmipi_tx_hi35xx.c925 getCmdInfo->getData, getCmdInfo->getDataSize)) { /* user space */ in MipiTxDrvGetCmdInfo()
926 if (copy_to_user(getCmdInfo->getData, dataBuf, getCmdInfo->getDataSize) != 0) { in MipiTxDrvGetCmdInfo()
931 …if (memcpy_s(getCmdInfo->getData, getCmdInfo->getDataSize, dataBuf, getCmdInfo->getDataSize) != EO… in MipiTxDrvGetCmdInfo()
1227 if (getCmdInfo->getData == NULL) { in MipiTxCheckGetCmdInfo()
1259 cmdInfo.getData = out; in Hi35xxGetCmd()
/drivers/hdf_core/adapter/khdf/liteos_m/test/sample_driver/src/
Dsample_driver.c64 .getData = SampleServiceGetData, in HdfSampleDriverBind()
/drivers/hdf_core/framework/utils/include/
Dhdf_sbuf_impl.h58 const uint8_t *(*getData)(const struct HdfSBufImpl *sbuf); member
/drivers/hdf_core/framework/utils/src/
Dhdf_sbuf.c77 HDF_SBUF_IMPL_CHECK_RETURN(sbuf, getData, NULL); in HdfSbufGetData()
78 return (uint8_t *)sbuf->impl->getData(sbuf->impl); in HdfSbufGetData()
83 HDF_SBUF_IMPL_CHECK_RETURN_VOID(sbuf, getData); in HdfSbufFlush()
Dhdf_sbuf_impl_raw.c500 .getData = SbufRawImplGetData, in SbufInterfaceAssign()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
Dhdf_sbuf_impl_hipc.cpp359 inf->getData = SbufMParcelImplGetData; in MParcelImplInterfaceAssign()