Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.h143 MS_BOOL mdrv_mhl_AutoSwitchHandler(MS_BOOL bReset, MS_U8 *ucCbusPath);
182 MS_BOOL mdrv_mhl_AutoSwitchHandler(void* pInstance, MS_BOOL bReset, MS_U8 *ucCbusPath);
H A DdrvMHL.c6605 MS_BOOL mdrv_mhl_AutoSwitchHandler(MS_BOOL bReset, MS_U8 *ucCbusPath) in mdrv_mhl_AutoSwitchHandler() function
8083 MS_BOOL mdrv_mhl_AutoSwitchHandler(void* pInstance, MS_BOOL bReset, MS_U8 *ucCbusPath) in mdrv_mhl_AutoSwitchHandler() function
/utopia/UTPA2-700.0.x/modules/hdmi/api/mhl/
H A DapiMHL_v2.c172 psMHLInstPri->fpMHLAutoSwitchHandler = (IOCTL_MHL_AUTO_SWITCH)mdrv_mhl_AutoSwitchHandler;
H A DapiMHL.c371 return mdrv_mhl_AutoSwitchHandler(bReset, ucCbusPath); in mapi_mhl_AutoSwitchHandler()