Searched refs:scmi_xfer_get_init (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/ |
D | base.c | 64 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_base_attributes_get() 108 ret = scmi_xfer_get_init(handle, cmd, SCMI_PROTOCOL_BASE, 0, size, &t); in scmi_base_vendor_id_get() 138 ret = scmi_xfer_get_init(handle, BASE_DISCOVER_IMPLEMENT_VERSION, in scmi_base_implementation_version_get() 173 ret = scmi_xfer_get_init(handle, BASE_DISCOVER_LIST_PROTOCOLS, in scmi_base_implementation_list_get() 227 ret = scmi_xfer_get_init(handle, BASE_DISCOVER_AGENT, in scmi_base_discover_agent_get() 251 ret = scmi_xfer_get_init(handle, BASE_NOTIFY_ERRORS, in scmi_base_error_notify()
|
D | clock.c | 84 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_clock_protocol_attributes_get() 108 ret = scmi_xfer_get_init(handle, CLOCK_ATTRIBUTES, SCMI_PROTOCOL_CLOCK, in scmi_clock_attributes_get() 151 ret = scmi_xfer_get_init(handle, CLOCK_DESCRIBE_RATES, in scmi_clock_describe_rates_get() 222 ret = scmi_xfer_get_init(handle, CLOCK_RATE_GET, SCMI_PROTOCOL_CLOCK, in scmi_clock_rate_get() 246 ret = scmi_xfer_get_init(handle, CLOCK_RATE_SET, SCMI_PROTOCOL_CLOCK, in scmi_clock_rate_set() 280 ret = scmi_xfer_get_init(handle, CLOCK_CONFIG_SET, SCMI_PROTOCOL_CLOCK, in scmi_clock_config_set()
|
D | power.c | 78 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_power_attributes_get() 105 ret = scmi_xfer_get_init(handle, POWER_DOMAIN_ATTRIBUTES, in scmi_power_domain_attributes_get() 135 ret = scmi_xfer_get_init(handle, POWER_STATE_SET, SCMI_PROTOCOL_POWER, in scmi_power_state_set() 157 ret = scmi_xfer_get_init(handle, POWER_STATE_GET, SCMI_PROTOCOL_POWER, in scmi_power_state_get() 201 ret = scmi_xfer_get_init(handle, POWER_STATE_NOTIFY, in scmi_power_request_notify()
|
D | sensors.c | 97 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_sensor_attributes_get() 126 ret = scmi_xfer_get_init(handle, SENSOR_DESCRIPTION_GET, in scmi_sensor_description_get() 189 ret = scmi_xfer_get_init(handle, SENSOR_TRIP_POINT_NOTIFY, in scmi_sensor_trip_point_notify() 213 ret = scmi_xfer_get_init(handle, SENSOR_TRIP_POINT_CONFIG, in scmi_sensor_trip_point_config() 239 ret = scmi_xfer_get_init(handle, SENSOR_READING_GET, in scmi_sensor_reading_get()
|
D | reset.c | 74 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_reset_attributes_get() 97 ret = scmi_xfer_get_init(handle, RESET_DOMAIN_ATTRIBUTES, in scmi_reset_domain_attributes_get() 157 ret = scmi_xfer_get_init(handle, RESET, SCMI_PROTOCOL_RESET, in scmi_domain_reset() 212 ret = scmi_xfer_get_init(handle, RESET_NOTIFY, in scmi_reset_notify()
|
D | perf.c | 185 ret = scmi_xfer_get_init(handle, PROTOCOL_ATTRIBUTES, in scmi_perf_attributes_get() 215 ret = scmi_xfer_get_init(handle, PERF_DOMAIN_ATTRIBUTES, in scmi_perf_domain_attributes_get() 271 ret = scmi_xfer_get_init(handle, PERF_DESCRIBE_LEVELS, in scmi_perf_describe_levels_get() 363 ret = scmi_xfer_get_init(handle, PERF_LIMITS_SET, SCMI_PROTOCOL_PERF, in scmi_perf_mb_limits_set() 402 ret = scmi_xfer_get_init(handle, PERF_LIMITS_GET, SCMI_PROTOCOL_PERF, in scmi_perf_mb_limits_get() 443 ret = scmi_xfer_get_init(handle, PERF_LEVEL_SET, SCMI_PROTOCOL_PERF, in scmi_perf_mb_level_set() 480 ret = scmi_xfer_get_init(handle, PERF_LEVEL_GET, SCMI_PROTOCOL_PERF, in scmi_perf_mb_level_get() 518 ret = scmi_xfer_get_init(handle, message_id, SCMI_PROTOCOL_PERF, in scmi_perf_level_limits_notify() 560 ret = scmi_xfer_get_init(handle, PERF_DESCRIBE_FASTCHANNEL, in scmi_perf_domain_desc_fc()
|
D | system.c | 42 ret = scmi_xfer_get_init(handle, SYSTEM_POWER_STATE_NOTIFY, in scmi_system_request_notify()
|
D | common.h | 148 int scmi_xfer_get_init(const struct scmi_handle *h, u8 msg_id, u8 prot_id,
|
D | driver.c | 466 int scmi_xfer_get_init(const struct scmi_handle *handle, u8 msg_id, u8 prot_id, in scmi_xfer_get_init() function 516 ret = scmi_xfer_get_init(handle, PROTOCOL_VERSION, protocol, 0, in scmi_version_get()
|