Lines Matching refs:controllerHandle

98 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont…  in _USB_OtgStartTimer()
107 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont… in _USB_OtgCancelTimer()
119 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont… in _USB_OtgEnterStateStart()
187 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAIdle()
330 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAWaitVrise()
334 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAWaitVrise()
415 (void)USB_OtgKhciControl(otgInstance->controllerHandle, (uint32_t)kOtg_ControlPullUp, 0, 0); in _USB_OtgEnterStateAWaitVfall()
424 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAWaitVfall()
427 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont… in _USB_OtgEnterStateAWaitVfall()
485 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAWaitBcon()
489 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAWaitBcon()
596 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAHost()
600 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont… in _USB_OtgEnterStateAHost()
603 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAHost()
623 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgExitHost()
752 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateASuspend()
756 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateASuspend()
812 … (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgProcessStateASuspend()
882 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAPeripheral()
884 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAPeripheral()
890 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAPeripheral()
897 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAPeripheral()
901 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateAPeripheral()
919 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgExitDevice()
921 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgExitDevice()
972 … otgInstance->controllerHandle, kOtg_ControlRequestStatus, kOtg_StatusCheckIdleInAPeripheral, in _USB_OtgProcessStateAPeripheral()
1031 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateAVbusErr()
1035 … otgInstance->controllerHandle, kOtg_ControlRequestStatus, kOtg_StatusId, kOtg_State_AVbusErr); in _USB_OtgEnterStateAVbusErr()
1109 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont… in _USB_OtgEnterStateBIdle()
1111 …(void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_Cont… in _USB_OtgEnterStateBIdle()
1114 otgInstance->controllerHandle, kOtg_ControlRequestStatus, in _USB_OtgEnterStateBIdle()
1243 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateBSrpInit()
1247 otgInstance->controllerHandle, (uint32_t)kOtg_ControlRequestStatus, in _USB_OtgEnterStateBSrpInit()
1331 otgInstance->controllerHandle, (uint32_t)kOtg_ControlPullUp, (uint32_t)kOtg_PullDp, 0); in _USB_OtgEnterStateBPeripheral()
1333 … otgInstance->controllerHandle, (uint32_t)kOtg_ControlPullDown, (uint32_t)kOtg_PullDm, 0); in _USB_OtgEnterStateBPeripheral()
1338 otgInstance->controllerHandle, (uint32_t)kOtg_ControlRequestStatus, in _USB_OtgEnterStateBPeripheral()
1404 … (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgProcessStateBPeripheral()
1440 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateBWaitAcon()
1443 otgInstance->controllerHandle, (uint32_t)kOtg_ControlRequestStatus, in _USB_OtgEnterStateBWaitAcon()
1540 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in _USB_OtgEnterStateBHost()
1545 … otgInstance->controllerHandle, (uint32_t)kOtg_ControlRequestStatus, (uint32_t)kOtg_StatusADisconn, in _USB_OtgEnterStateBHost()
1671 …->controllerInterface->controllerInit(controllerId, otgInstance, &otgInstance->controllerHandle) != in USB_OtgInit()
1695 (void)otgInstance->controllerInterface->controllerDeinit(otgInstance->controllerHandle); in USB_OtgDeinit()
1721 (void)otgInstance->controllerInterface->controllerControl(otgInstance->controllerHandle, in USB_OtgTaskFunction()