Searched refs:usb_host_ep_t (Results 1 – 5 of 5) sorted by relevance
125 usb_host_ep_t interruptInEndpointInformation; /*!< The interrupt in information */126 usb_host_ep_t bulkInEndpointInformation; /*!< The bulk in information */127 usb_host_ep_t bulkOutEndpointInformation; /*!< The bulk out information */295 usb_host_ep_t *USB_HostPhdcGetEndpointInformation(usb_host_class_handle classHandle,
1257 usb_host_ep_t *USB_HostPhdcGetEndpointInformation(usb_host_class_handle classHandle, in USB_HostPhdcGetEndpointInformation()1262 usb_host_ep_t *endpointReturn = NULL; in USB_HostPhdcGetEndpointInformation()1270 endpointReturn = (usb_host_ep_t *)&phdcInstance->bulkInEndpointInformation; in USB_HostPhdcGetEndpointInformation()1275 endpointReturn = (usb_host_ep_t *)&phdcInstance->bulkOutEndpointInformation; in USB_HostPhdcGetEndpointInformation()1281 endpointReturn = (usb_host_ep_t *)&phdcInstance->interruptInEndpointInformation; in USB_HostPhdcGetEndpointInformation()
198 } usb_host_ep_t; typedef203 usb_host_ep_t epList[USB_HOST_CONFIG_INTERFACE_MAX_EP]; /*!< Endpoint array*/
688 usb_host_ep_t *epParse; in USB_HostHelperParseAlternateSetting()780 epParse = (usb_host_ep_t *)&interface->epList[interface->epCount]; in USB_HostHelperParseAlternateSetting()
787 usb_host_ep_t *epParse; in USB_HostParseDeviceConfigurationDescriptor()931 epParse = (usb_host_ep_t *)temp; in USB_HostParseDeviceConfigurationDescriptor()