Home
last modified time | relevance | path

Searched refs:SCMI_INVALID_PARAMETERS (Results 1 – 3 of 3) sorted by relevance

/external/arm-trusted-firmware/drivers/scmi-msg/
Dclock.c148 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_clock_attributes()
184 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_clock_rate_get()
211 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_clock_rate_set()
238 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_clock_config_set()
295 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in scmi_clock_describe_rates()
Dreset_domain.c115 scmi_status_response(msg, SCMI_INVALID_PARAMETERS); in reset_domain_attributes()
/external/arm-trusted-firmware/include/drivers/
Dscmi.h19 #define SCMI_INVALID_PARAMETERS (-2) macro