Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/mipi_dsi/
H A Dmipi_tx_hi35xx.c955 static int MipiTxDrvGetCmdInfo(GetCmdInfoTag *getCmdInfo) in MipiTxDrvGetCmdInfo() argument
959 dataBuf = (unsigned char*)OsalMemAlloc(getCmdInfo->getDataSize); in MipiTxDrvGetCmdInfo()
968 if (MipiTxSendShortPacket(0, getCmdInfo->dataType, getCmdInfo->dataParam) != HDF_SUCCESS) { in MipiTxDrvGetCmdInfo()
972 if (MipiTxGetReadFifoData(getCmdInfo->getDataSize, dataBuf) != HDF_SUCCESS) { in MipiTxDrvGetCmdInfo()
978 LOS_CopyFromKernel(getCmdInfo->getData, getCmdInfo->getDataSize, dataBuf, getCmdInfo->getDataSize); in MipiTxDrvGetCmdInfo()
1216 static int MipiTxCheckGetCmdInfo(const GetCmdInfoTag *getCmdInfo) in MipiTxCheckGetCmdInfo() argument
1222 if (getCmdInfo in MipiTxCheckGetCmdInfo()
1237 MipiTxGetCmd(GetCmdInfoTag *getCmdInfo) MipiTxGetCmd() argument
[all...]

Completed in 3 milliseconds