Home
last modified time | relevance | path

Searched refs:fpMasterSPI_Read (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mspi/drv/mspi/
H A DmdrvMSPI.c84 pMSPIPri->fpMasterSPI_Read = _MDrv_MasterSPI_Read; in MSPIOpen()
104 pMSPIPri->fpMasterSPI_Read = MDrv_MasterSPI_Read; in MSPIOpen()
278 …u32Ret = (MS_U32)psMSPIInstPri->fpMasterSPI_Read(pMSPIReadParam->u32DevID, pMSPIReadParam->pu8Data… in MSPIIoctl()
H A DdrvMSPI_private.h156 IOCTL_MasterSPI_Read fpMasterSPI_Read; member