Home
last modified time | relevance | path

Searched refs:scmi_xfer_get_init (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/firmware/arm_scmi/
Dbase.c40 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_base_attributes_get()
84 ret = scmi_xfer_get_init(handle, cmd, SCMI_PROTOCOL_BASE, 0, size, &t); in scmi_base_vendor_id_get()
114 ret = scmi_xfer_get_init(handle, BASE_DISCOVER_IMPLEMENT_VERSION, in scmi_base_implementation_version_get()
149 ret = scmi_xfer_get_init(handle, BASE_DISCOVER_LIST_PROTOCOLS, in scmi_base_implementation_list_get()
201 ret = scmi_xfer_get_init(handle, BASE_DISCOVER_AGENT, in scmi_base_discover_agent_get()
Dclock.c80 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_clock_protocol_attributes_get()
104 ret = scmi_xfer_get_init(handle, CLOCK_ATTRIBUTES, SCMI_PROTOCOL_CLOCK, in scmi_clock_attributes_get()
135 ret = scmi_xfer_get_init(handle, CLOCK_DESCRIBE_RATES, in scmi_clock_describe_rates_get()
199 ret = scmi_xfer_get_init(handle, CLOCK_RATE_GET, SCMI_PROTOCOL_CLOCK, in scmi_clock_rate_get()
225 ret = scmi_xfer_get_init(handle, CLOCK_RATE_SET, SCMI_PROTOCOL_CLOCK, in scmi_clock_rate_set()
249 ret = scmi_xfer_get_init(handle, CLOCK_CONFIG_SET, SCMI_PROTOCOL_CLOCK, in scmi_clock_config_set()
Dsensors.c82 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_sensor_attributes_get()
111 ret = scmi_xfer_get_init(handle, SENSOR_DESCRIPTION_GET, in scmi_sensor_description_get()
165 ret = scmi_xfer_get_init(handle, SENSOR_CONFIG_SET, in scmi_sensor_configuration_set()
188 ret = scmi_xfer_get_init(handle, SENSOR_TRIP_POINT_SET, in scmi_sensor_trip_point_set()
212 ret = scmi_xfer_get_init(handle, SENSOR_READING_GET, in scmi_sensor_reading_get()
Dpower.c66 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_power_attributes_get()
93 ret = scmi_xfer_get_init(handle, POWER_DOMAIN_ATTRIBUTES, in scmi_power_domain_attributes_get()
123 ret = scmi_xfer_get_init(handle, POWER_STATE_SET, SCMI_PROTOCOL_POWER, in scmi_power_state_set()
145 ret = scmi_xfer_get_init(handle, POWER_STATE_GET, SCMI_PROTOCOL_POWER, in scmi_power_state_get()
Dperf.c118 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_perf_attributes_get()
148 ret = scmi_xfer_get_init(handle, PERF_DOMAIN_ATTRIBUTES, in scmi_perf_domain_attributes_get()
203 ret = scmi_xfer_get_init(handle, PERF_DESCRIBE_LEVELS, in scmi_perf_describe_levels_get()
259 ret = scmi_xfer_get_init(handle, PERF_LIMITS_SET, SCMI_PROTOCOL_PERF, in scmi_perf_limits_set()
282 ret = scmi_xfer_get_init(handle, PERF_LIMITS_GET, SCMI_PROTOCOL_PERF, in scmi_perf_limits_get()
308 ret = scmi_xfer_get_init(handle, PERF_LEVEL_SET, SCMI_PROTOCOL_PERF, in scmi_perf_level_set()
330 ret = scmi_xfer_get_init(handle, PERF_LEVEL_GET, SCMI_PROTOCOL_PERF, in scmi_perf_level_get()
Dcommon.h98 int scmi_xfer_get_init(const struct scmi_handle *h, u8 msg_id, u8 prot_id,
Ddriver.c454 int scmi_xfer_get_init(const struct scmi_handle *handle, u8 msg_id, u8 prot_id, in scmi_xfer_get_init() function
503 ret = scmi_xfer_get_init(handle, PROTOCOL_VERSION, protocol, 0, in scmi_version_get()