Searched refs:mdrv_mhl_AutoSwitchHandler (Results 1 – 4 of 4) sorted by relevance
143 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);
6605 MS_BOOL mdrv_mhl_AutoSwitchHandler(MS_BOOL bReset, MS_U8 *ucCbusPath) in mdrv_mhl_AutoSwitchHandler() function8083 MS_BOOL mdrv_mhl_AutoSwitchHandler(void* pInstance, MS_BOOL bReset, MS_U8 *ucCbusPath) in mdrv_mhl_AutoSwitchHandler() function
172 psMHLInstPri->fpMHLAutoSwitchHandler = (IOCTL_MHL_AUTO_SWITCH)mdrv_mhl_AutoSwitchHandler;
371 return mdrv_mhl_AutoSwitchHandler(bReset, ucCbusPath); in mapi_mhl_AutoSwitchHandler()