Home
last modified time | relevance | path

Searched refs:mdrv_mhl_SendWriteBurst (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.h163 MS_BOOL mdrv_mhl_SendWriteBurst(MS_U8 ucAddr, MS_U8 ucLength, MS_U8 *ucData);
202 MS_BOOL mdrv_mhl_SendWriteBurst(void* pInstance, MS_U8 ucAddr, MS_U8 ucLength, MS_U8 *ucData);
H A DdrvMHL.c7284 MS_BOOL mdrv_mhl_SendWriteBurst(MS_U8 ucAddr, MS_U8 ucLength, MS_U8 *ucData) in mdrv_mhl_SendWriteBurst() function
8956 MS_BOOL mdrv_mhl_SendWriteBurst(void* pInstance, MS_U8 ucAddr, MS_U8 ucLength, MS_U8 *ucData) in mdrv_mhl_SendWriteBurst() function
/utopia/UTPA2-700.0.x/modules/hdmi/api/mhl/
H A DapiMHL_v2.c192 psMHLInstPri->fpMHLSendWriteBurst = (IOCTL_MHL_SEND_WRITE_BURST)mdrv_mhl_SendWriteBurst;
H A DapiMHL.c1045 return mdrv_mhl_SendWriteBurst(ucAddr, ucLength, buffer); in mapi_mhl_SendWriteBurst()