Home
last modified time | relevance | path

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

/Linux-v5.4/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.c81 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_clock_protocol_attributes_get()
105 ret = scmi_xfer_get_init(handle, CLOCK_ATTRIBUTES, SCMI_PROTOCOL_CLOCK, in scmi_clock_attributes_get()
136 ret = scmi_xfer_get_init(handle, CLOCK_DESCRIBE_RATES, in scmi_clock_describe_rates_get()
202 ret = scmi_xfer_get_init(handle, CLOCK_RATE_GET, SCMI_PROTOCOL_CLOCK, in scmi_clock_rate_get()
226 ret = scmi_xfer_get_init(handle, CLOCK_RATE_SET, SCMI_PROTOCOL_CLOCK, in scmi_clock_rate_set()
260 ret = scmi_xfer_get_init(handle, CLOCK_CONFIG_SET, SCMI_PROTOCOL_CLOCK, in scmi_clock_config_set()
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()
Dsensors.c85 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_sensor_attributes_get()
114 ret = scmi_xfer_get_init(handle, SENSOR_DESCRIPTION_GET, in scmi_sensor_description_get()
175 ret = scmi_xfer_get_init(handle, SENSOR_TRIP_POINT_NOTIFY, in scmi_sensor_trip_point_notify()
199 ret = scmi_xfer_get_init(handle, SENSOR_TRIP_POINT_CONFIG, in scmi_sensor_trip_point_config()
225 ret = scmi_xfer_get_init(handle, SENSOR_READING_GET, in scmi_sensor_reading_get()
Dperf.c162 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_perf_attributes_get()
192 ret = scmi_xfer_get_init(handle, PERF_DOMAIN_ATTRIBUTES, in scmi_perf_domain_attributes_get()
248 ret = scmi_xfer_get_init(handle, PERF_DESCRIBE_LEVELS, in scmi_perf_describe_levels_get()
338 ret = scmi_xfer_get_init(handle, PERF_LIMITS_SET, SCMI_PROTOCOL_PERF, in scmi_perf_mb_limits_set()
377 ret = scmi_xfer_get_init(handle, PERF_LIMITS_GET, SCMI_PROTOCOL_PERF, in scmi_perf_mb_limits_get()
418 ret = scmi_xfer_get_init(handle, PERF_LEVEL_SET, SCMI_PROTOCOL_PERF, in scmi_perf_mb_level_set()
455 ret = scmi_xfer_get_init(handle, PERF_LEVEL_GET, SCMI_PROTOCOL_PERF, in scmi_perf_mb_level_get()
512 ret = scmi_xfer_get_init(handle, PERF_DESCRIBE_FASTCHANNEL, in scmi_perf_domain_desc_fc()
Dreset.c62 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_reset_attributes_get()
85 ret = scmi_xfer_get_init(handle, RESET_DOMAIN_ATTRIBUTES, in scmi_reset_domain_attributes_get()
145 ret = scmi_xfer_get_init(handle, RESET, SCMI_PROTOCOL_RESET, in scmi_domain_reset()
Dcommon.h104 int scmi_xfer_get_init(const struct scmi_handle *h, u8 msg_id, u8 prot_id,
Ddriver.c528 int scmi_xfer_get_init(const struct scmi_handle *handle, u8 msg_id, u8 prot_id, in scmi_xfer_get_init() function
578 ret = scmi_xfer_get_init(handle, PROTOCOL_VERSION, protocol, 0, in scmi_version_get()