Home
last modified time | relevance | path

Searched refs:dcdHandle (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_ehci.c1290 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()
[all …]
Dusb_device_lpcip3511.h165 void *dcdHandle; /*!< Dcd handle used to identify the device object belongs to */ member
Dusb_device_ehci.h155 void *dcdHandle; /*!< Dcd handle used to identify the device object belongs to */ member
Dusb_device_lpcip3511.c1557 USB_HSDcdIsrFunction(lpc3511IpState->dcdHandle); in USB_DeviceLpcIp3511IsrDCDFunction()
1612 …cdError = USB_HSDCD_Init(base, &dcdParamConfig, &lpc3511IpState->dcdHandle); in USB_DeviceLpc3511IpInit()
1733 if (kStatus_USB_Success != USB_HSDCD_Deinit(lpc3511IpState->dcdHandle)) in USB_DeviceLpc3511IpDeinit()
1738 (void)USB_HSDCD_Deinit(lpc3511IpState->dcdHandle); in USB_DeviceLpc3511IpDeinit()
2514 …if (kStatus_hsdcd_Success == USB_HSDCD_Control(lpc3511IpState->dcdHandle, kUSB_DeviceHSDcdEnable, … in USB_DeviceLpc3511IpControl()
2520 …if (kStatus_hsdcd_Success == USB_HSDCD_Control(lpc3511IpState->dcdHandle, kUSB_DeviceHSDcdDisable,… in USB_DeviceLpc3511IpControl()
2631 …if (kStatus_USB_Success != USB_HSDCD_Control(lpc3511IpState->dcdHandle, kUSB_DeviceHSDcdRun, NULL)) in USB_DeviceLpcIp3511IsrFunction()
2636 (void)USB_HSDCD_Control(lpc3511IpState->dcdHandle, kUSB_DeviceHSDcdRun, NULL); in USB_DeviceLpcIp3511IsrFunction()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/dcd/
Dusb_phydcd.h85 …t USB_PHYDCD_Init(uint8_t index, usb_phydcd_config_struct_t *config, usb_phydcd_handle *dcdHandle);
97 usb_phydcd_status_t USB_PHYDCD_Deinit(usb_phydcd_handle dcdHandle);
Dusb_phydcd.c56 …_t USB_PHYDCD_Init(uint8_t index, usb_phydcd_config_struct_t *config, usb_phydcd_handle *dcdHandle) in USB_PHYDCD_Init() argument
83 *dcdHandle = dcdState; in USB_PHYDCD_Init()
86 usb_phydcd_status_t USB_PHYDCD_Deinit(usb_phydcd_handle dcdHandle) in USB_PHYDCD_Deinit() argument
89 dcdState = (usb_phydcd_state_struct_t *)dcdHandle; in USB_PHYDCD_Deinit()
Dusb_hsdcd.h84 …SB_HSDCD_Init(USBHSDCD_Type *base, usb_hsdcd_config_struct_t *config, usb_hsdcd_handle *dcdHandle);
Dusb_hsdcd.c83 …USB_HSDCD_Init(USBHSDCD_Type *base, usb_hsdcd_config_struct_t *config, usb_hsdcd_handle *dcdHandle) in USB_HSDCD_Init() argument
106 *dcdHandle = dcdHSState; in USB_HSDCD_Init()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.h595 void *dcdHandle; /*!< Dcd handle used to identify the device object belongs to */ member
Dusb_host_ip3516hs.c985 USB_HSDCD_Control(usbHostState->dcdHandle, kUSB_HostHSDcdSetType, &(chargerType)); in USB_HostIp3516HsPortChange()
1028 … USB_HSDCD_Control(usbHostState->dcdHandle, kUSB_HostHSDcdSetType, &(usbHostState->chargerType)); in USB_HostIp3516HsPortChange()
3481 if (kStatus_hsdcd_Success != USB_HSDCD_Init(base, NULL, &usbHostState->dcdHandle)) in USB_HostIp3516HsCreate()
3531 USB_HSDCD_Deinit(usbHostState->dcdHandle); in USB_HostIp3516HsDestory()
3926 … USB_HSDCD_Control(usbHostState->dcdHandle, kUSB_HostHSDcdSetType, &(usbHostState->chargerType)); in USB_HostIp3516HsIoctl()