Searched refs:interfaceHandle (Results 1 – 6 of 6) sorted by relevance
327 extern usb_status_t USB_HostHelperParseAlternateSetting(usb_host_interface_handle interfaceHandle,597 usb_host_interface_handle interfaceHandle);612 usb_host_interface_handle interfaceHandle);
1209 …_HostOpenDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle interfaceHandle) in USB_HostOpenDeviceInterface() argument1216 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() argument1296 if (interfaceHandle != NULL) in USB_HostCloseDeviceInterface()1301 if (&deviceInstance->configuration.interfaceList[interfaceIndex] == interfaceHandle) in USB_HostCloseDeviceInterface()
694 usb_status_t USB_HostHelperParseAlternateSetting(usb_host_interface_handle interfaceHandle, in USB_HostHelperParseAlternateSetting() argument702 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()
368 extern usb_status_t USB_HostHelperParseAlternateSetting(usb_host_interface_handle interfaceHandle,645 usb_host_interface_handle interfaceHandle);660 usb_host_interface_handle interfaceHandle);
1304 …_HostOpenDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle interfaceHandle) in USB_HostOpenDeviceInterface() argument1311 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() argument1391 if (interfaceHandle != NULL) in USB_HostCloseDeviceInterface()1396 if (&deviceInstance->configuration.interfaceList[interfaceIndex] == interfaceHandle) in USB_HostCloseDeviceInterface()
682 usb_status_t USB_HostHelperParseAlternateSetting(usb_host_interface_handle interfaceHandle, in USB_HostHelperParseAlternateSetting() argument690 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