Home
last modified time | relevance | path

Searched full:feature (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/device/board/isoftstone/yangfan/common/mqtt/
Dnotice.html34Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Featur…
35 and/or Fragments associated with that Feature.</li>
36 …e other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&…
40 …tained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature
48 <li>Feature directories</li>
51Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (a…
52 installation process. If the Feature contains Included Features, the Feature Update License should…
53 …hem. Feature Update Licenses may be found in the &quot;license&quot; property of files named &quo…
54 Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or ref…
57 <p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE …
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
Drga_policy.c15 int feature = 0; in rga_set_feature() local
18 feature |= RGA_COLOR_FILL; in rga_set_feature()
21 feature |= RGA_COLOR_PALETTE; in rga_set_feature()
24 feature |= RGA_COLOR_KEY; in rga_set_feature()
27 feature |= RGA_ROP_CALCULATE; in rga_set_feature()
30 feature |= RGA_NN_QUANTIZE; in rga_set_feature()
32 return feature; in rga_set_feature()
180 int feature; in rga_job_assign() local
198 feature = rga_set_feature(rga_base); in rga_job_assign()
215 if (feature > 0) { in rga_job_assign()
[all …]
/device/soc/hisilicon/common/platform/mtd/hifmc100/spi_nand/
Dhifmc100_spi_nand_ids.c106 uint8_t feature; in HifmcCntlrSpinandQeEnableDefault() local
117 ret = HifmcCntlrDevFeatureOp(cntlr, spi, true, MTD_SPI_NAND_FEATURE_ADDR, &feature); in HifmcCntlrSpinandQeEnableDefault()
121 if (!!(feature & MTD_SPI_FEATURE_QE_ENABLE) == enable) { in HifmcCntlrSpinandQeEnableDefault()
122 HDF_LOGI("%s: qe feature:%d, qe enable:%d", __func__, feature, enable); in HifmcCntlrSpinandQeEnableDefault()
127 feature |= MTD_SPI_FEATURE_QE_ENABLE; in HifmcCntlrSpinandQeEnableDefault()
129 feature &= ~MTD_SPI_FEATURE_QE_ENABLE; in HifmcCntlrSpinandQeEnableDefault()
134 ret = HifmcCntlrDevFeatureOp(cntlr, spi, false, MTD_SPI_NAND_FEATURE_ADDR, &feature); in HifmcCntlrSpinandQeEnableDefault()
140 ret = HifmcCntlrDevFeatureOp(cntlr, spi, true, MTD_SPI_NAND_FEATURE_ADDR, &feature); in HifmcCntlrSpinandQeEnableDefault()
144 if (!!(feature & MTD_SPI_FEATURE_QE_ENABLE) == enable) { in HifmcCntlrSpinandQeEnableDefault()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dversion.h88 * \brief Check if support for a feature was compiled into this
94 * support", "mbed TLS modules" and "mbed TLS feature
97 * \param feature The string for the define to check (e.g. "MBEDTLS_AES_C")
99 * \return 0 if the feature is present,
100 * -1 if the feature is not present and
101 * -2 if support for feature checking as a whole was not
104 int mbedtls_version_check_feature( const char *feature );
Dpadlock.h74 * \param feature The feature to detect
76 * \return 1 if CPU has support for the feature, 0 otherwise
78 int mbedtls_padlock_has_support( int feature );
/device/soc/esp/esp32/components/bt/host/bluedroid/device/
Dinterop.c31 static const char *interop_feature_string(const interop_feature_t feature) in interop_feature_string() argument
33 switch (feature) { in interop_feature_string()
42 bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr) in interop_match() argument
49 if (feature == interop_database[i].feature && in interop_match()
55 bdaddr_to_string(addr, bdstr, sizeof(bdstr)), interop_feature_string(feature)); in interop_match()
/device/soc/rockchip/rk3588/hardware/rga/include/
Dim2d_hardware.h133 unsigned int feature; member
160 /* feature */
182 /* feature */
202 /* feature */
223 /* feature */
248 /* feature */
274 /* feature */
295 /* feature */
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_ll_usart.h78 … This feature can be modified afterwards using unitary function @ref LL_USART_SetBaudRate().*/
83 … This feature can be modified afterwards using unitary function @ref LL_USART_SetDataWidth().*/
88 …This feature can be modified afterwards using unitary function @ref LL_USART_SetStopBitsLength().*/
93 … This feature can be modified afterwards using unitary function @ref LL_USART_SetParity().*/
98 …This feature can be modified afterwards using unitary function @ref LL_USART_SetTransferDirection(…
103 … This feature can be modified afterwards using unitary function @ref LL_USART_SetHWFlowCtrl().*/
108 … This feature can be modified afterwards using unitary function @ref LL_USART_SetOverSampling().*/
887 * Hardware Flow control feature is supported by the USARTx instance.
900 * Hardware Flow control feature is supported by the USARTx instance.
913 * Hardware Flow control feature is supported by the USARTx instance.
[all …]
Dstm32f4xx_ll_fmpi2c.h73 This feature can be modified afterwards using unitary function
80 This feature can be modified afterwards using unitary function
86 This feature can be modified afterwards using unitary functions
92 This feature can be modified afterwards using unitary function
98 This feature can be modified afterwards using unitary function
105 This feature can be modified afterwards using unitary function
111 This feature can be modified afterwards using unitary function
947 * SMBus feature is supported by the FMPI2Cx Instance.
966 * SMBus feature is supported by the FMPI2Cx Instance.
984 * SMBus feature is supported by the FMPI2Cx Instance.
[all …]
Dstm32f4xx_ll_i2c.h76 … This feature can be modified afterwards using unitary function @ref LL_I2C_SetMode(). */
81 … This feature can be modified afterwards using unitary function @ref LL_I2C_SetClockPeriod()
87 … This feature can be modified afterwards using unitary function @ref LL_I2C_SetDutyCycle(). */
93 …This feature can be modified afterwards using unitary functions @ref LL_I2C_EnableAnalogFilter() o…
98 … This feature can be modified afterwards using unitary function @ref LL_I2C_SetDigitalFilter(). */
104 … This feature can be modified afterwards using unitary function @ref LL_I2C_SetOwnAddress1(). */
109 …This feature can be modified afterwards using unitary function @ref LL_I2C_AcknowledgeNextData(). …
114 … This feature can be modified afterwards using unitary function @ref LL_I2C_SetOwnAddress1(). */
874 * SMBus feature is supported by the I2Cx Instance.
894 * SMBus feature is supported by the I2Cx Instance.
[all …]
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
Dpwm.h113 * @brief Enables the interrupt feature for a PWM device.
120 * @return Returns {@link LZ_HARDWARE_SUCCESS} if the interrupt feature is enabled;
126 * @brief Disables the interrupt feature for a PWM device.
129 * @return Returns {@link LZ_HARDWARE_SUCCESS} if the interrupt feature is disabled;
138 * @return Returns {@link LZ_HARDWARE_SUCCESS} if the interrupt feature is masked;
147 * @return Returns {@link LZ_HARDWARE_SUCCESS} if the interrupt feature is masked;
157 * @return Returns {@link LZ_HARDWARE_SUCCESS} if the interrupt feature is masked;
Dgpio.h309 * @brief Enables the interrupt feature for a GPIO pin.
317 * @return Returns {@link LZ_HARDWARE_SUCCESS} if the interrupt feature is enabled;
323 * @brief Disables the interrupt feature for a GPIO pin.
326 * @return Returns {@link LZ_HARDWARE_SUCCESS} if the interrupt feature is disabled;
335 * @return Returns {@link LZ_HARDWARE_SUCCESS} if the interrupt feature is masked;
344 * @return Returns {@link LZ_HARDWARE_SUCCESS} if the interrupt feature is masked;
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/
Dplic.h116 * @brief This function serves to set plic feature.
117 * @param[in] feature - preemptive priority interrupt feature and the vector mode.
120 static inline void plic_set_feature(feature_e feature) in plic_set_feature() argument
122 reg_irq_feature = feature; // enable vectored in PLIC in plic_set_feature()
126 * @brief This function serves to enable preemptive priority interrupt feature.
136 * @brief This function serves to enable preemptive priority interrupt feature.
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_hw.h40 * Tell whether a feature is supported
42 * @feature: feature to be checked
44 #define kbase_hw_has_feature(kbdev, feature)\ argument
45 test_bit(feature, &(kbdev)->hw_features_mask[0])
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6880/
Dhpm_plic_drv.h20 /* Feature Register */
48 * @brief Set plic feature
51 * @param[in] feature Specific feature to be set
54 ATTR_ALWAYS_INLINE static inline void __plic_set_feature(uint32_t base, uint32_t feature) in __plic_set_feature() argument
56 *(volatile uint32_t *)(base + HPM_PLIC_FEATURE_OFFSET) = feature; in __plic_set_feature()
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6280/
Dhpm_plic_drv.h20 /* Feature Register */
48 * @brief Set plic feature
51 * @param[in] feature Specific feature to be set
54 ATTR_ALWAYS_INLINE static inline void __plic_set_feature(uint32_t base, uint32_t feature) in __plic_set_feature() argument
56 *(volatile uint32_t *)(base + HPM_PLIC_FEATURE_OFFSET) = feature; in __plic_set_feature()
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6750/
Dhpm_plic_drv.h20 /* Feature Register */
48 * @brief Set plic feature
51 * @param[in] feature Specific feature to be set
54 ATTR_ALWAYS_INLINE static inline void __plic_set_feature(uint32_t base, uint32_t feature) in __plic_set_feature() argument
56 *(volatile uint32_t *)(base + HPM_PLIC_FEATURE_OFFSET) = feature; in __plic_set_feature()
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6360/
Dhpm_plic_drv.h20 /* Feature Register */
48 * @brief Set plic feature
51 * @param[in] feature Specific feature to be set
54 ATTR_ALWAYS_INLINE static inline void __plic_set_feature(uint32_t base, uint32_t feature) in __plic_set_feature() argument
56 *(volatile uint32_t *)(base + HPM_PLIC_FEATURE_OFFSET) = feature; in __plic_set_feature()
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM5301/
Dhpm_plic_drv.h20 /* Feature Register */
52 * @brief Set plic feature
55 * @param[in] feature Specific feature to be set
58 ATTR_ALWAYS_INLINE static inline void __plic_set_feature(uint32_t base, uint32_t feature) in __plic_set_feature() argument
60 *(volatile uint32_t *) (base + HPM_PLIC_FEATURE_OFFSET) = feature; in __plic_set_feature()
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM5361/
Dhpm_plic_drv.h20 /* Feature Register */
52 * @brief Set plic feature
55 * @param[in] feature Specific feature to be set
58 ATTR_ALWAYS_INLINE static inline void __plic_set_feature(uint32_t base, uint32_t feature) in __plic_set_feature() argument
60 *(volatile uint32_t *) (base + HPM_PLIC_FEATURE_OFFSET) = feature; in __plic_set_feature()
/device/soc/telink/b91/adapter/hals/mbedtls/src/mbedtls/internal/compatibility/
Dpadlock.h59 * \param feature The feature to detect
61 * \return non-zero if CPU has support for the feature, 0 otherwise
63 int mbedtls_padlock_has_support(int feature);
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/wss/
Dwss.c69 // WSS Scale Feature Characteristics
131 // Weight Scale Feature Characteristic - Declaration
133 // Weight Scale Feature Characteristic - Value
246 cfm.value = (uint8_t *)&s_wss_env.wss_init.feature; in wss_read_att_cb()
448 …if ((s_wss_env.wss_init.feature & WSS_FEAT_TIME_STAMP) && (s_wss_env.wss_init.time_stamp_present))… in wss_meas_value_encoded()
460 …if ((s_wss_env.wss_init.feature & WSS_FEAT_MULTI_USER) && (s_wss_env.wss_init.multi_user_present))… in wss_meas_value_encoded()
467 if ((WSS_FEAT_BMI & s_wss_env.wss_init.feature) && (s_wss_env.wss_init.bmi_present)) { in wss_meas_value_encoded()
473 if ((WSS_FEAT_MASS_RES_5G & s_wss_env.wss_init.feature) && \ in wss_meas_value_encoded()
474 (WSS_FEAT_HEIGHT_RES_1MM & s_wss_env.wss_init.feature) && \ in wss_meas_value_encoded()
482 if ((WSS_FEAT_MASS_RES_5G & s_wss_env.wss_init.feature) && \ in wss_meas_value_encoded()
[all …]
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/hub/
Dusbh_hub.c156 static int _usbh_hub_set_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in _usbh_hub_set_feature() argument
164 setup->wValue = feature; in _usbh_hub_set_feature()
171 static int _usbh_hub_clear_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in _usbh_hub_clear_feature() argument
179 setup->wValue = feature; in _usbh_hub_clear_feature()
243 static int usbh_hub_set_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in usbh_hub_set_feature() argument
252 setup->wValue = feature; in usbh_hub_set_feature()
257 return _usbh_hub_set_feature(hub, port, feature); in usbh_hub_set_feature()
261 static int usbh_hub_clear_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in usbh_hub_clear_feature() argument
270 setup->wValue = feature; in usbh_hub_clear_feature()
275 return _usbh_hub_clear_feature(hub, port, feature); in usbh_hub_clear_feature()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/bcs/
Dbcs.c123 // BC Feature Characteristic - Declaration
125 // BC Feature Characteristic - Value
237 cfm.value = (uint8_t *)&s_bcs_env.bcs_init.feature; in bcs_read_att_cb()
535 if ((s_bcs_env.bcs_init.feature & BCS_FEAT_TIME_STAMP) && \ in bcs_meas_value_encoded()
542 if ((s_bcs_env.bcs_init.feature & BCS_FEAT_MULTI_USER) && \ in bcs_meas_value_encoded()
550 if ((s_bcs_env.bcs_init.feature & BCS_FEAT_BASAL_METABOLISM) && \ in bcs_meas_value_encoded()
556 if ((s_bcs_env.bcs_init.feature & BCS_FEAT_MUSCLE_PERCENTAGE) && \ in bcs_meas_value_encoded()
562 if ((s_bcs_env.bcs_init.feature & BCS_FEAT_MUSCLE_MASS) && \ in bcs_meas_value_encoded()
568 if ((s_bcs_env.bcs_init.feature & BCS_FEAT_FAT_FREE_MASS) && \ in bcs_meas_value_encoded()
580 if (!(s_bcs_env.bcs_init.feature & BCS_FEAT_SOFT_LEAN_MASS) || \ in bcs_meas_value_encoded()
[all …]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
Dmali_kbase_hw.h32 * @brief Tell whether a feature is supported
34 #define kbase_hw_has_feature(kbdev, feature) test_bit(feature, &(kbdev)->hw_features_mask[0]) argument

12345678910>>...32