Home
last modified time | relevance | path

Searched refs:interfaceHandle (Results 1 – 6 of 6) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host.h327 extern usb_status_t USB_HostHelperParseAlternateSetting(usb_host_interface_handle interfaceHandle,
597 usb_host_interface_handle interfaceHandle);
612 usb_host_interface_handle interfaceHandle);
A Dusb_host_devices.c1209 …_HostOpenDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle interfaceHandle) in USB_HostOpenDeviceInterface() argument
1216 if ((deviceHandle == NULL) || (interfaceHandle == NULL)) in USB_HostOpenDeviceInterface()
1248 if (&deviceInstance->configuration.interfaceList[interfaceIndex] == interfaceHandle) in USB_HostOpenDeviceInterface()
1259 …HostCloseDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle interfaceHandle) in USB_HostCloseDeviceInterface() argument
1296 if (interfaceHandle != NULL) in USB_HostCloseDeviceInterface()
1301 if (&deviceInstance->configuration.interfaceList[interfaceIndex] == interfaceHandle) in USB_HostCloseDeviceInterface()
A Dusb_host_hci.c694 usb_status_t USB_HostHelperParseAlternateSetting(usb_host_interface_handle interfaceHandle, in USB_HostHelperParseAlternateSetting() argument
702 if (interfaceHandle == NULL) in USB_HostHelperParseAlternateSetting()
713 unionDes = (usb_descriptor_union_t *)((usb_host_interface_t *)interfaceHandle) in USB_HostHelperParseAlternateSetting()
717 …((usb_host_interface_t *)interfaceHandle)->interfaceExtensionLength; /* interface extend descripto… in USB_HostHelperParseAlternateSetting()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host.h368 extern usb_status_t USB_HostHelperParseAlternateSetting(usb_host_interface_handle interfaceHandle,
645 usb_host_interface_handle interfaceHandle);
660 usb_host_interface_handle interfaceHandle);
A Dusb_host_devices.c1304 …_HostOpenDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle interfaceHandle) in USB_HostOpenDeviceInterface() argument
1311 if ((deviceHandle == NULL) || (interfaceHandle == NULL)) in USB_HostOpenDeviceInterface()
1343 if (&deviceInstance->configuration.interfaceList[interfaceIndex] == interfaceHandle) in USB_HostOpenDeviceInterface()
1354 …HostCloseDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle interfaceHandle) in USB_HostCloseDeviceInterface() argument
1391 if (interfaceHandle != NULL) in USB_HostCloseDeviceInterface()
1396 if (&deviceInstance->configuration.interfaceList[interfaceIndex] == interfaceHandle) in USB_HostCloseDeviceInterface()
A Dusb_host_hci.c682 usb_status_t USB_HostHelperParseAlternateSetting(usb_host_interface_handle interfaceHandle, in USB_HostHelperParseAlternateSetting() argument
690 if (interfaceHandle == NULL) in USB_HostHelperParseAlternateSetting()
701 temp = (void *)((usb_host_interface_t *)interfaceHandle)->interfaceExtension; in USB_HostHelperParseAlternateSetting()
704 …((usb_host_interface_t *)interfaceHandle)->interfaceExtensionLength; /* interface extend descripto… in USB_HostHelperParseAlternateSetting()

Completed in 22 milliseconds