Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_hci.c796 epParse->epExtension = NULL; in USB_HostHelperParseAlternateSetting()
803 if (epParse->epExtension == NULL) in USB_HostHelperParseAlternateSetting()
805 epParse->epExtension = (uint8_t *)unionDes; in USB_HostHelperParseAlternateSetting()
A Dusb_host.h155 uint8_t *epExtension; /*!< Endpoint extended descriptor pointer*/ member
A Dusb_host_devices.c860 epParse->epExtension = NULL; in USB_HostParseDeviceConfigurationDescriptor()
871 if (epParse->epExtension == NULL) in USB_HostParseDeviceConfigurationDescriptor()
873 epParse->epExtension = (uint8_t *)unionDes; in USB_HostParseDeviceConfigurationDescriptor()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_hci.c783 epParse->epExtension = NULL; in USB_HostHelperParseAlternateSetting()
790 if (epParse->epExtension == NULL) in USB_HostHelperParseAlternateSetting()
792 epParse->epExtension = (uint8_t *)unionDes; in USB_HostHelperParseAlternateSetting()
A Dusb_host.h196 uint8_t *epExtension; /*!< Endpoint extended descriptor pointer*/ member
A Dusb_host_devices.c935 epParse->epExtension = NULL; in USB_HostParseDeviceConfigurationDescriptor()
947 if (epParse->epExtension == NULL) in USB_HostParseDeviceConfigurationDescriptor()
949 epParse->epExtension = (uint8_t *)unionDes; in USB_HostParseDeviceConfigurationDescriptor()

Completed in 17 milliseconds