Searched refs:levels (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/include/drivers/ |
A D | stpmic1_regulator.h | 40 void stpmic1_regulator_levels_mv(const char *name, const uint16_t **levels,
|
A D | scmi-msg.h | 337 long *levels, size_t *nb_elts);
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/ |
A D | scmi_server.c | 685 const uint16_t *levels = NULL; in pmic_describe_levels() local 693 stpmic1_regulator_levels_mv(voltd->priv_id, &levels, &full_count); in pmic_describe_levels() 709 microvolt[i] = levels[start_index + i] * 1000; in pmic_describe_levels() 793 long *levels, size_t *nb_elts) in plat_scmi_voltd_levels_array() argument 803 return pwr_describe_levels(voltd, start_index, levels, nb_elts); in plat_scmi_voltd_levels_array() 805 return pmic_describe_levels(voltd, start_index, levels, in plat_scmi_voltd_levels_array()
|
/optee_os-3.20.0/core/drivers/ |
A D | stpmic1.c | 592 const uint16_t **levels, in stpmic1_regulator_levels_mv() argument 602 if (levels) in stpmic1_regulator_levels_mv() 603 *levels = regul->voltage_table; in stpmic1_regulator_levels_mv()
|
/optee_os-3.20.0/core/drivers/scmi-msg/ |
A D | voltage_domain.c | 33 long *levels __unused, in plat_scmi_voltd_levels_array()
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp15xx-dhcom-pdk2.dtsi | 27 brightness-levels = <0 16 22 30 40 55 75 102 138 188 255>;
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 1263 * [#665][pr665]: xtest 1013 stalled on HiKey when log levels are 4 and optee_os is on its own UART
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 1648 use it to reduce error probability in RSA key generation to levels mandated
|
Completed in 17 milliseconds