Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClEcc/src/
DmcuxClEcc_Constants.c82 .common.curveID = MCUXCLECC_CURVEID_MONT_X25519,
83 .common.byteLenP = CURVE25519_BYTE_LEN_P,
84 .common.byteLenN = CURVE25519_BYTE_LEN_N,
85 .common.pFullModulusP = (uint8_t*)&pCurve25519_FullP,
86 .common.pFullModulusN = (uint8_t*)&pCurve25519_FullN,
87 .common.pR2P = (uint8_t*)&pCurve25519_R2P,
88 .common.pR2N = (uint8_t*)&pCurve25519_R2N,
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_video.c476 if (descUnion.common->bDescriptorType == USB_HOST_DESC_CS_INTERFACE) in USB_HostVideoStreamSetInterface()
478 if (descUnion.common->bData[0] == USB_HOST_DESC_SUBTYPE_VS_INPUT_HEADER) in USB_HostVideoStreamSetInterface()
485 length += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
486 descUnion.bufr += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
495 if ((descUnion.common->bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE) && in USB_HostVideoStreamSetInterface()
501 length += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
502 descUnion.bufr += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
507 if (descUnion.common->bDescriptorType == USB_DESCRIPTOR_TYPE_ENDPOINT) in USB_HostVideoStreamSetInterface()
511 descLength = descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
512 descUnion.bufr += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
[all …]
Dusb_host_audio.c508 …if ((ptr1.common->bDescriptorType == 0x04U) && (ptr1.interface->bAlternateSetting == alternateSett… in USB_HostAudioStreamSetInterface()
513 ptr1.bufr += ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
514 length += ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
518 if (ptr1.common->bDescriptorType == 0x24U) in USB_HostAudioStreamSetInterface()
523 if (ptr1.common->bData[0] == USB_AUDIO_DESC_SUBTYPE_AS_GENERAL) in USB_HostAudioStreamSetInterface()
527 else if (ptr1.common->bData[0] == USB_AUDIO_DESC_SUBTYPE_AS_FORMAT_TYPE) in USB_HostAudioStreamSetInterface()
538 if (ptr1.common->bData[0] == USB_AUDIO_DESC_SUBTYPE_AS_GENERAL_20) in USB_HostAudioStreamSetInterface()
542 else if (ptr1.common->bData[0] == USB_AUDIO_DESC_SUBTYPE_AS_FORMAT_TYPE_20) in USB_HostAudioStreamSetInterface()
561 if (ptr1.common->bDescriptorType == 0x05U) in USB_HostAudioStreamSetInterface()
584 descLength = ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
[all …]
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c813 …if (((((uint32_t)unionDes) + 1U) < endPos) && (unionDes->common.bLength == USB_DESCRIPTOR_LENGTH_C… in USB_HostParseDeviceConfigurationDescriptor()
814 (unionDes->common.bDescriptorType == USB_DESCRIPTOR_TYPE_CONFIGURE)) in USB_HostParseDeviceConfigurationDescriptor()
822 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor()
826 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE)) in USB_HostParseDeviceConfigurationDescriptor()
832 if ((unionDes->common.bDescriptorType == 0x00U) || in USB_HostParseDeviceConfigurationDescriptor()
833 (unionDes->common.bLength == 0x00U)) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor()
837 … deviceInstance->configuration.configurationExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor()
838 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor()
851 (unionDes->common.bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE)) in USB_HostParseDeviceConfigurationDescriptor()
878 if (unionDes->common.bLength == 0x00U) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8DX2/
Dall_lib_device_MIMX8DX2.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
80 # include(driver_phy-common)
90 # include(driver_display-common)
112 # include(driver_camera-receiver-common)
120 # include(driver_camera-common)
121 # include(driver_camera-device-common)
123 # include(driver_video-common)
130 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX1/
Dall_lib_device_MIMX8QX1.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
80 # include(driver_phy-common)
90 # include(driver_display-common)
112 # include(driver_camera-receiver-common)
120 # include(driver_camera-common)
121 # include(driver_camera-device-common)
123 # include(driver_video-common)
130 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8DX1/
Dall_lib_device_MIMX8DX1.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
80 # include(driver_phy-common)
90 # include(driver_display-common)
112 # include(driver_camera-receiver-common)
120 # include(driver_camera-common)
121 # include(driver_camera-device-common)
123 # include(driver_video-common)
130 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX2/
Dall_lib_device_MIMX8QX2.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
80 # include(driver_phy-common)
90 # include(driver_display-common)
112 # include(driver_camera-receiver-common)
120 # include(driver_camera-common)
121 # include(driver_camera-device-common)
123 # include(driver_video-common)
130 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX5/
Dall_lib_device_MIMX8QX5.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
83 # include(driver_phy-common)
93 # include(driver_display-common)
116 # include(driver_camera-receiver-common)
124 # include(driver_camera-common)
125 # include(driver_camera-device-common)
128 # include(driver_video-common)
136 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8UX6/
Dall_lib_device_MIMX8UX6.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
83 # include(driver_phy-common)
93 # include(driver_display-common)
116 # include(driver_camera-receiver-common)
124 # include(driver_camera-common)
125 # include(driver_camera-device-common)
128 # include(driver_video-common)
136 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX4/
Dall_lib_device_MIMX8QX4.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
83 # include(driver_phy-common)
93 # include(driver_display-common)
116 # include(driver_camera-receiver-common)
124 # include(driver_camera-common)
125 # include(driver_camera-device-common)
128 # include(driver_video-common)
136 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8UX5/
Dall_lib_device_MIMX8UX5.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
83 # include(driver_phy-common)
93 # include(driver_display-common)
116 # include(driver_camera-receiver-common)
124 # include(driver_camera-common)
125 # include(driver_camera-device-common)
128 # include(driver_video-common)
136 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8DX3/
Dall_lib_device_MIMX8DX3.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
83 # include(driver_phy-common)
93 # include(driver_display-common)
116 # include(driver_camera-receiver-common)
124 # include(driver_camera-common)
125 # include(driver_camera-device-common)
128 # include(driver_video-common)
136 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8DX5/
Dall_lib_device_MIMX8DX5.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
83 # include(driver_phy-common)
93 # include(driver_display-common)
116 # include(driver_camera-receiver-common)
124 # include(driver_camera-common)
125 # include(driver_camera-device-common)
128 # include(driver_video-common)
136 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8DX4/
Dall_lib_device_MIMX8DX4.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
83 # include(driver_phy-common)
93 # include(driver_display-common)
116 # include(driver_camera-receiver-common)
124 # include(driver_camera-common)
125 # include(driver_camera-device-common)
128 # include(driver_video-common)
136 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8DX6/
Dall_lib_device_MIMX8DX6.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
83 # include(driver_phy-common)
93 # include(driver_display-common)
116 # include(driver_camera-receiver-common)
124 # include(driver_camera-common)
125 # include(driver_camera-device-common)
128 # include(driver_video-common)
136 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX3/
Dall_lib_device_MIMX8QX3.cmake36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common
83 # include(driver_phy-common)
93 # include(driver_display-common)
116 # include(driver_camera-receiver-common)
124 # include(driver_camera-common)
125 # include(driver_camera-device-common)
128 # include(driver_video-common)
136 # include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/
Ddriver_camera-common.cmake1 #Description: Driver camera-common; user_visible: True
3 message("driver_camera-common component is included.")
13 include(driver_video-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/
Ddriver_phy-common_MIMX8QM6_cm4_core0.cmake1 #Description: Driver phy-common; user_visible: True
3 message("driver_phy-common component is included.")
13 include(driver_mdio-common)
Ddriver_phy-common_MIMX8QM6_cm4_core1.cmake1 #Description: Driver phy-common; user_visible: True
3 message("driver_phy-common component is included.")
13 include(driver_mdio-common)
Ddriver_phy-common_MIMX8QX6.cmake1 #Description: Driver phy-common; user_visible: True
3 message("driver_phy-common component is included.")
13 include(driver_mdio-common)
Ddriver_phy-common_MK64F12.cmake1 #Description: Driver phy-common; user_visible: True
3 message("driver_phy-common component is included.")
13 include(driver_mdio-common)
Ddriver_phy-common_MK66F18.cmake1 #Description: Driver phy-common; user_visible: True
3 message("driver_phy-common component is included.")
13 include(driver_mdio-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/
Ddriver_display-common.cmake1 #Description: Driver display-common; user_visible: True
3 message("driver_display-common component is included.")
13 include(driver_video-common)
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/
Ddriver_dc-fb-common.cmake1 #Description: Driver dc-fb-common; user_visible: True
3 message("driver_dc-fb-common component is included.")
13 include(driver_video-common)

12345678910>>...14