Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.h160 MS_BOOL mdrv_mhl_SendRAPCommand(MS_U8 ucKeyCode);
199 MS_BOOL mdrv_mhl_SendRAPCommand(void* pInstance, MS_U8 ucKeyCode);
H A DdrvMHL.c7181 MS_BOOL mdrv_mhl_SendRAPCommand(MS_U8 ucKeyCode) in mdrv_mhl_SendRAPCommand() function
8823 MS_BOOL mdrv_mhl_SendRAPCommand(void* pInstance, MS_U8 ucKeyCode) in mdrv_mhl_SendRAPCommand() function
/utopia/UTPA2-700.0.x/modules/hdmi/api/mhl/
H A DapiMHL_v2.c189 psMHLInstPri->fpMHLSendRAPCommand = (IOCTL_MHL_SEND_RAP_COMMAND)mdrv_mhl_SendRAPCommand;
H A DapiMHL.c937 return mdrv_mhl_SendRAPCommand(databuf); in mapi_mhl_SendRAPCmd()