Home
last modified time | relevance | path

Searched refs:resistance (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dctr_drbg.h158 /**< Prediction resistance is disabled. */
160 /**< Prediction resistance is enabled. */
174 resistance is enabled, that is
290 * \brief This function turns prediction resistance on or off.
300 * \param resistance #MBEDTLS_CTR_DRBG_PR_ON or #MBEDTLS_CTR_DRBG_PR_OFF.
303 int resistance );
387 * or prediction resistance is enabled.
416 * or prediction resistance is enabled.
H A Dhmac_drbg.h77 #define MBEDTLS_HMAC_DRBG_PR_OFF 0 /**< No prediction resistance */
78 #define MBEDTLS_HMAC_DRBG_PR_ON 1 /**< Prediction resistance enabled */
97 int prediction_resistance; /*!< enable prediction resistance (Automatic
208 * \brief This function turns prediction resistance on or off.
218 * \param resistance #MBEDTLS_HMAC_DRBG_PR_ON or #MBEDTLS_HMAC_DRBG_PR_OFF.
221 int resistance );
292 * or prediction resistance is enabled.
322 * or prediction resistance is enabled.
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H A Dpower_supply_core.c724 of_property_read_u32(battery_np, "factory-internal-resistance-micro-ohms", &info->factory_internal_resistance_uohm); in power_supply_get_battery_info()
779 list = of_get_property(battery_np, "resistance-temp-table", &len); in power_supply_get_battery_info()
795 resist_table[index].resistance = be32_to_cpu(*list++); in power_supply_get_battery_info()
821 * power_supply_temp2resist_simple() - find the battery internal resistance
823 * @table: Pointer to battery resistance temperature table
827 * This helper function is used to look up battery internal resistance percent
828 * according to current temperature value from the resistance temperature table,
830 * resistance = the ideal battery internal resistance * percent / 100.
832 * Return: the battery internal resistance percen
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dpower_supply.h342 int resistance; /* internal resistance percent */ member

Completed in 5 milliseconds