Searched refs:mdrv_mhl_SendWriteBurst (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/ |
| H A D | drvMHL.h | 163 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 D | drvMHL.c | 7284 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 D | apiMHL_v2.c | 192 psMHLInstPri->fpMHLSendWriteBurst = (IOCTL_MHL_SEND_WRITE_BURST)mdrv_mhl_SendWriteBurst;
|
| H A D | apiMHL.c | 1045 return mdrv_mhl_SendWriteBurst(ucAddr, ucLength, buffer); in mapi_mhl_SendWriteBurst()
|