Lines Matching refs:dcdHandle
1290 USB_HSDcdIsrFunction(ehciState->dcdHandle); in USB_DeviceEhciIsrHSDCDFunction()
1438 dcdError = USB_HSDCD_Init(base, &dcdParamConfig, &ehciState->dcdHandle); in USB_DeviceEhciInit()
1450 … (kStatus_USB_Success != USB_HSDCD_Control(ehciState->dcdHandle, kUSB_DeviceHSDcdRun, NULL))) in USB_DeviceEhciInit()
1456 (void)USB_HSDCD_Control(ehciState->dcdHandle, kUSB_DeviceHSDcdRun, NULL); in USB_DeviceEhciInit()
1468 …HYDCD_Init(index, (usb_phydcd_config_struct_t *)&phyDcdParamConfig, (void *)&ehciState->dcdHandle); in USB_DeviceEhciInit()
1480 … (kStatus_USB_Success != USB_HSDCD_Control(ehciState->dcdHandle, kUSB_DevicePHYDcdRun, NULL))) in USB_DeviceEhciInit()
1486 (void)USB_PHYDCD_Control(ehciState->dcdHandle, kUSB_DevicePHYDcdRun, NULL); in USB_DeviceEhciInit()
1529 if (kStatus_USB_Success != USB_HSDCD_Deinit(ehciState->dcdHandle)) in USB_DeviceEhciDeinit()
1534 (void)USB_HSDCD_Deinit(ehciState->dcdHandle); in USB_DeviceEhciDeinit()
1539 if (kStatus_USB_Success != USB_PHYDCD_Deinit(ehciState->dcdHandle)) in USB_DeviceEhciDeinit()
1544 (void)USB_PHYDCD_Deinit(ehciState->dcdHandle); in USB_DeviceEhciDeinit()
2023 USB_HSDcdIsrFunction(ehciState->dcdHandle); in USB_DeviceEhciControl()
2027 if (kStatus_USB_Success != USB_PHYDCD_TimerIsrFunction(ehciState->dcdHandle)) in USB_DeviceEhciControl()
2032 (void)USB_PHYDCD_TimerIsrFunction(ehciState->dcdHandle); in USB_DeviceEhciControl()
2041 …if (kStatus_hsdcd_Success == USB_HSDCD_Control(ehciState->dcdHandle, kUSB_DeviceHSDcdEnable, NULL)) in USB_DeviceEhciControl()
2046 …if (kStatus_phydcd_Success == USB_PHYDCD_Control(ehciState->dcdHandle, kUSB_DevicePHYDcdEnable, NU… in USB_DeviceEhciControl()
2056 …if (kStatus_hsdcd_Success == USB_HSDCD_Control(ehciState->dcdHandle, kUSB_DeviceHSDcdDisable, NULL… in USB_DeviceEhciControl()
2061 …if (kStatus_phydcd_Success == USB_PHYDCD_Control(ehciState->dcdHandle, kUSB_DevicePHYDcdDisable, N… in USB_DeviceEhciControl()
2180 … if (kStatus_USB_Success != USB_HSDCD_Control(ehciState->dcdHandle, kUSB_DeviceHSDcdRun, NULL)) in USB_DeviceEhciIsrFunction()
2185 (void)USB_HSDCD_Control(ehciState->dcdHandle, kUSB_DeviceHSDcdRun, NULL); in USB_DeviceEhciIsrFunction()
2190 … if (kStatus_USB_Success != USB_PHYDCD_Control(ehciState->dcdHandle, kUSB_DevicePHYDcdRun, NULL)) in USB_DeviceEhciIsrFunction()
2195 (void)USB_PHYDCD_Control(ehciState->dcdHandle, kUSB_DevicePHYDcdRun, NULL); in USB_DeviceEhciIsrFunction()