Lines Matching refs:otgHandle

88 …            (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusSrpDet, 1U);  in _USB_OtgKhciCheckSrp()
160 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusBConn, in USB_OtgKhciParsePeripheralStatus()
165 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusAConn, in USB_OtgKhciParsePeripheralStatus()
182 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusId, value); in USB_OtgKhciParsePeripheralStatus()
192 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusSessVld, value); in USB_OtgKhciParsePeripheralStatus()
202 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusVbusVld, value); in USB_OtgKhciParsePeripheralStatus()
268 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusSsendSrp, 1); in _USB_OtgKhciRequestState()
323 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusId, value); in _USB_OtgKhciRequestState()
331 usb_otg_handle otgHandle, in USB_OtgKhciInit() argument
344 if (otgHandle == NULL) in USB_OtgKhciInit()
354 otgKhciInstance->otgHandle = otgHandle; in USB_OtgKhciInit()
479 … (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusBSrpDone, 1U); in USB_OtgKhciControl()
518 void USB_OtgKhciIsrFunction(usb_otg_handle otgHandle) in USB_OtgKhciIsrFunction() argument
524 if (otgHandle == NULL) in USB_OtgKhciIsrFunction()
528 …otgKhciInstance = (usb_otg_khci_instance_t *)(((usb_otg_instance_t *)otgHandle)->controllerHandle); in USB_OtgKhciIsrFunction()
571 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusTimeOut, 1U); in USB_OtgKhciIsrFunction()
589 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusAConn, 0); in USB_OtgKhciIsrFunction()
593 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusBConn, 0); in USB_OtgKhciIsrFunction()
611 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusBConn, 1U); in USB_OtgKhciIsrFunction()
622 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusSe0Srp, 1U); in USB_OtgKhciIsrFunction()
630 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusTimeOut, 1U); in USB_OtgKhciIsrFunction()
644 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusChange, 1U); in USB_OtgKhciIsrFunction()
652 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusBusSuspend, 1); in USB_OtgKhciIsrFunction()
677 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusSsendSrp, 1); in USB_OtgKhciIsrFunction()
684 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusSessVld, 1); in USB_OtgKhciIsrFunction()