Searched refs:getData (Results 1 – 8 of 8) sorted by relevance
/drivers/hdf_core/adapter/khdf/liteos_m/test/sample_driver/include/ |
D | sample_service.h | 38 const char *(*getData)(void); member
|
/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/ |
D | mipi_dsi_define.h | 90 unsigned char *getData; /* read data memory address, should malloc by user */ member
|
D | mipi_tx_hi35xx.c | 925 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/ |
D | sample_driver.c | 64 .getData = SampleServiceGetData, in HdfSampleDriverBind()
|
/drivers/hdf_core/framework/utils/include/ |
D | hdf_sbuf_impl.h | 58 const uint8_t *(*getData)(const struct HdfSBufImpl *sbuf); member
|
/drivers/hdf_core/framework/utils/src/ |
D | hdf_sbuf.c | 77 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()
|
D | hdf_sbuf_impl_raw.c | 500 .getData = SbufRawImplGetData, in SbufInterfaceAssign()
|
/drivers/hdf_core/adapter/uhdf2/ipc/src/ |
D | hdf_sbuf_impl_hipc.cpp | 359 inf->getData = SbufMParcelImplGetData; in MParcelImplInterfaceAssign()
|