Searched refs:SCMI_INVALID_PARAMETERS (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/drivers/scmi-msg/ |
| H A D | voltage_domain.c | 144 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_voltd_domain_attributes() 188 status = SCMI_INVALID_PARAMETERS; in scmi_voltd_describe_levels() 193 status = SCMI_INVALID_PARAMETERS; in scmi_voltd_describe_levels() 283 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_voltd_config_set() 309 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_voltd_config_get() 318 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_voltd_config_get() 337 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_voltd_level_set() 365 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_voltd_level_get()
|
| H A D | clock.c | 139 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_clock_attributes() 173 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_clock_rate_get() 201 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_clock_rate_set() 229 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_clock_config_set() 285 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_clock_describe_rates()
|
| H A D | perf_domain.c | 181 return SCMI_INVALID_PARAMETERS; in sanitize_message() 315 res = SCMI_INVALID_PARAMETERS; in scmi_perf_describe_levels()
|
| H A D | reset_domain.c | 108 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in reset_domain_attributes()
|
| /optee_os/core/include/drivers/ |
| H A D | scmi.h | 20 #define SCMI_INVALID_PARAMETERS (-2) macro
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | scmi_server.c | 550 return SCMI_INVALID_PARAMETERS; in plat_scmi_clock_rates_array() 848 return SCMI_INVALID_PARAMETERS; in plat_scmi_voltd_get_level() 929 return SCMI_INVALID_PARAMETERS; in plat_scmi_voltd_set_config()
|