Home
last modified time | relevance | path

Searched refs:controllerInterface (Results 1 – 4 of 4) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_dci.c67 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface);
209 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface) in USB_DeviceGetControllerInterface() argument
280 if (NULL != deviceHandle->controllerInterface) in USB_DeviceTransfer()
352 if (NULL != deviceHandle->controllerInterface) in USB_DeviceControl()
844 error = USB_DeviceGetControllerInterface(controllerId, &deviceHandle->controllerInterface); in USB_DeviceInit()
850 if (NULL == deviceHandle->controllerInterface) in USB_DeviceInit()
855 if (((usb_device_controller_init_t)NULL == deviceHandle->controllerInterface->deviceInit) || in USB_DeviceInit()
945 if (NULL != deviceHandle->controllerInterface) in USB_DeviceDeinit()
947 deviceHandle->controllerInterface->deviceDeinit(deviceHandle->controllerHandle); in USB_DeviceDeinit()
948 deviceHandle->controllerInterface = (usb_device_controller_interface_struct_t *)NULL; in USB_DeviceDeinit()
[all …]
A Dusb_device_dci.h152 …const usb_device_controller_interface_struct_t *controllerInterface; /*!< Controller interface han… member
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_dci.c67 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface);
204 uint8_t controllerId, const usb_device_controller_interface_struct_t **controllerInterface) in USB_DeviceGetControllerInterface() argument
275 if (NULL != deviceHandle->controllerInterface) in USB_DeviceTransfer()
347 if (NULL != deviceHandle->controllerInterface) in USB_DeviceControl()
839 error = USB_DeviceGetControllerInterface(controllerId, &deviceHandle->controllerInterface); in USB_DeviceInit()
845 if (NULL == deviceHandle->controllerInterface) in USB_DeviceInit()
850 if (((usb_device_controller_init_t)NULL == deviceHandle->controllerInterface->deviceInit) || in USB_DeviceInit()
940 if (NULL != deviceHandle->controllerInterface) in USB_DeviceDeinit()
942 deviceHandle->controllerInterface->deviceDeinit(deviceHandle->controllerHandle); in USB_DeviceDeinit()
943 deviceHandle->controllerInterface = (usb_device_controller_interface_struct_t *)NULL; in USB_DeviceDeinit()
[all …]
A Dusb_device_dci.h152 …const usb_device_controller_interface_struct_t *controllerInterface; /*!< Controller interface han… member

Completed in 11 milliseconds