| /linux/drivers/firmware/arm_scmi/vendors/imx/ |
| H A D | imx-sm-bbm.c | 98 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, 0, sizeof(*attr), &t); in scmi_imx_bbm_attributes_get() 124 ret = ph->xops->xfer_get_init(ph, message_id, in scmi_imx_bbm_notify() 136 ret = ph->xops->xfer_get_init(ph, message_id, in scmi_imx_bbm_notify() 245 ret = ph->xops->xfer_get_init(ph, IMX_BBM_RTC_TIME_SET, sizeof(*cfg), 0, &t); in scmi_imx_bbm_rtc_time_set() 273 ret = ph->xops->xfer_get_init(ph, IMX_BBM_RTC_TIME_GET, sizeof(*cfg), in scmi_imx_bbm_rtc_time_get() 302 ret = ph->xops->xfer_get_init(ph, IMX_BBM_RTC_ALARM_SET, sizeof(*cfg), 0, &t); in scmi_imx_bbm_rtc_alarm_set() 325 ret = ph->xops->xfer_get_init(ph, IMX_BBM_BUTTON_GET, 0, sizeof(u32), &t); in scmi_imx_bbm_button_get()
|
| H A D | imx-sm-cpu.c | 92 ret = ph->xops->xfer_get_init(ph, msg_id, sizeof(u32), 0, &t); in scmi_imx_cpu_start() 116 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_CPU_RESET_VECTOR_SET, sizeof(*in), in scmi_imx_cpu_reset_vector_set() 155 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_CPU_INFO_GET, sizeof(u32), in scmi_imx_cpu_started() 187 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, 0, in scmi_imx_cpu_protocol_attributes_get() 214 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_CPU_ATTRIBUTES, sizeof(u32), 0, &t); in scmi_imx_cpu_attributes_get()
|
| H A D | imx-sm-lmm.c | 83 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_LMM_ATTRIBUTES, sizeof(u32), 0, &t); in scmi_imx_lmm_attributes() 122 ret = ph->xops->xfer_get_init(ph, msg_id, sizeof(u32), 0, &t); in scmi_imx_lmm_power_boot() 141 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_LMM_RESET_VECTOR_SET, sizeof(*in), in scmi_imx_lmm_reset_vector_set() 170 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_LMM_SHUTDOWN, sizeof(*in), in scmi_imx_lmm_shutdown() 202 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, 0, in scmi_imx_lmm_protocol_attributes_get()
|
| H A D | imx-sm-misc.c | 112 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, 0, in scmi_imx_misc_attributes_get() 161 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_MISC_CTRL_NOTIFY, in scmi_imx_misc_ctrl_notify() 252 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_MISC_CTRL_GET, sizeof(u32), in scmi_imx_misc_ctrl_get() 294 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_MISC_CTRL_SET, in scmi_imx_misc_ctrl_set() 319 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_MISC_DISCOVER_BUILD_INFO, 0, in scmi_imx_misc_build_info_discover() 346 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_MISC_BOARD_INFO, 0, sizeof(*out), &t); in scmi_imx_misc_board_info() 370 ret = ph->xops->xfer_get_init(ph, SCMI_IMX_MISC_CFG_INFO_GET, 0, sizeof(*out), &t); in scmi_imx_misc_cfg_info_get()
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | base.c | 73 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, in scmi_base_attributes_get() 117 ret = ph->xops->xfer_get_init(ph, cmd, 0, size, &t); in scmi_base_vendor_id_get() 147 ret = ph->xops->xfer_get_init(ph, BASE_DISCOVER_IMPLEMENT_VERSION, in scmi_base_implementation_version_get() 184 ret = ph->xops->xfer_get_init(ph, BASE_DISCOVER_LIST_PROTOCOLS, in scmi_base_implementation_list_get() 270 ret = ph->xops->xfer_get_init(ph, BASE_DISCOVER_AGENT, in scmi_base_discover_agent_get() 296 ret = ph->xops->xfer_get_init(ph, BASE_NOTIFY_ERRORS, in scmi_base_error_notify()
|
| H A D | power.c | 84 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, in scmi_power_attributes_get() 118 ret = ph->xops->xfer_get_init(ph, POWER_DOMAIN_ATTRIBUTES, in scmi_power_domain_attributes_get() 160 ret = ph->xops->xfer_get_init(ph, POWER_STATE_SET, sizeof(*st), 0, &t); in scmi_power_state_set() 181 ret = ph->xops->xfer_get_init(ph, POWER_STATE_GET, sizeof(u32), sizeof(u32), &t); in scmi_power_state_get() 226 ret = ph->xops->xfer_get_init(ph, POWER_STATE_NOTIFY, in scmi_power_request_notify()
|
| H A D | clock.c | 198 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, in scmi_clock_protocol_attributes_get() 326 ret = ph->xops->xfer_get_init(ph, CLOCK_GET_PERMISSIONS, in scmi_clock_get_permissions() 356 ret = ph->xops->xfer_get_init(ph, CLOCK_ATTRIBUTES, in scmi_clock_attributes_get() 557 ret = ph->xops->xfer_get_init(ph, CLOCK_RATE_GET, in scmi_clock_rate_get() 589 ret = ph->xops->xfer_get_init(ph, CLOCK_RATE_SET, sizeof(*cfg), 0, &t); in scmi_clock_rate_set() 640 ret = ph->xops->xfer_get_init(ph, CLOCK_CONFIG_SET, in scmi_clock_config_set() 677 ret = ph->xops->xfer_get_init(ph, CLOCK_PARENT_SET, in scmi_clock_set_parent() 702 ret = ph->xops->xfer_get_init(ph, CLOCK_PARENT_GET, in scmi_clock_get_parent() 733 ret = ph->xops->xfer_get_init(ph, CLOCK_CONFIG_SET, in scmi_clock_config_set_v2() 802 ret = ph->xops->xfer_get_init(ph, CLOCK_CONFIG_GET, in scmi_clock_config_get_v2() [all …]
|
| H A D | voltage.c | 79 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, 0, in scmi_protocol_attributes_get() 218 ret = ph->xops->xfer_get_init(ph, VOLTAGE_DOMAIN_ATTRIBUTES, in scmi_voltage_descriptors_get() 274 ret = ph->xops->xfer_get_init(ph, cmd_id, sizeof(__le32), 0, &t); in __scmi_voltage_get_u32() 298 ret = ph->xops->xfer_get_init(ph, VOLTAGE_CONFIG_SET, in scmi_voltage_config_set() 334 ret = ph->xops->xfer_get_init(ph, VOLTAGE_LEVEL_SET, in scmi_voltage_level_set()
|
| H A D | powercap.c | 147 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, 0, in scmi_powercap_attributes_get() 203 ret = ph->xops->xfer_get_init(ph, POWERCAP_DOMAIN_ATTRIBUTES, in scmi_powercap_domain_attributes_get() 321 ret = ph->xops->xfer_get_init(ph, POWERCAP_CAP_GET, sizeof(u32), in scmi_powercap_xfer_cap_get() 373 ret = ph->xops->xfer_get_init(ph, POWERCAP_CAP_SET, in scmi_powercap_xfer_cap_set() 472 ret = ph->xops->xfer_get_init(ph, POWERCAP_PAI_GET, sizeof(u32), in scmi_powercap_xfer_pai_get() 514 ret = ph->xops->xfer_get_init(ph, POWERCAP_PAI_SET, in scmi_powercap_xfer_pai_set() 566 ret = ph->xops->xfer_get_init(ph, POWERCAP_MEASUREMENTS_GET, in scmi_powercap_measurements_get() 754 ret = ph->xops->xfer_get_init(ph, message_id, in scmi_powercap_notify() 788 ret = ph->xops->xfer_get_init(ph, message_id, in scmi_powercap_notify()
|
| H A D | reset.c | 80 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, in scmi_reset_attributes_get() 121 ret = ph->xops->xfer_get_init(ph, RESET_DOMAIN_ATTRIBUTES, in scmi_reset_domain_attributes_get() 204 ret = ph->xops->xfer_get_init(ph, RESET, sizeof(*dom), 0, &t); in scmi_domain_reset() 274 ret = ph->xops->xfer_get_init(ph, RESET_NOTIFY, sizeof(*cfg), 0, &t); in scmi_reset_notify()
|
| H A D | sensors.c | 233 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, in scmi_sensor_attributes_get() 719 ret = ph->xops->xfer_get_init(ph, message_id, sizeof(*cfg), 0, &t); in scmi_sensor_request_notify() 759 ret = ph->xops->xfer_get_init(ph, SENSOR_TRIP_POINT_CONFIG, in scmi_sensor_trip_point_config() 786 ret = ph->xops->xfer_get_init(ph, SENSOR_CONFIG_GET, in scmi_sensor_config_get() 815 ret = ph->xops->xfer_get_init(ph, SENSOR_CONFIG_SET, in scmi_sensor_config_set() 862 ret = ph->xops->xfer_get_init(ph, SENSOR_READING_GET, in scmi_sensor_reading_get() 935 ret = ph->xops->xfer_get_init(ph, SENSOR_READING_GET, in scmi_sensor_reading_get_timestamped()
|
| H A D | perf.c | 202 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, 0, in scmi_perf_attributes_get() 260 ret = ph->xops->xfer_get_init(ph, PERF_DOMAIN_ATTRIBUTES, in scmi_perf_domain_attributes_get() 531 ret = ph->xops->xfer_get_init(ph, PERF_LIMITS_SET, in scmi_perf_msg_limits_set() 610 ret = ph->xops->xfer_get_init(ph, PERF_LIMITS_GET, in scmi_perf_msg_limits_get() 686 ret = ph->xops->xfer_get_init(ph, PERF_LEVEL_SET, sizeof(*lvl), 0, &t); in scmi_perf_msg_level_set() 749 ret = ph->xops->xfer_get_init(ph, PERF_LEVEL_GET, in scmi_perf_msg_level_get() 814 ret = ph->xops->xfer_get_init(ph, message_id, sizeof(*notify), 0, &t); in scmi_perf_level_limits_notify()
|
| H A D | pinctrl.c | 135 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, 0, sizeof(*attr), &t); in scmi_pinctrl_attributes_get() 207 ret = ph->xops->xfer_get_init(ph, PINCTRL_ATTRIBUTES, sizeof(*tx), in scmi_pinctrl_attributes() 489 ret = ph->xops->xfer_get_init(ph, PINCTRL_SETTINGS_CONFIGURE, in scmi_pinctrl_settings_conf() 536 ret = ph->xops->xfer_get_init(ph, PINCTRL_SETTINGS_CONFIGURE, in scmi_pinctrl_function_select() 572 ret = ph->xops->xfer_get_init(ph, cmd, sizeof(*tx), 0, &t); in scmi_pinctrl_request_free()
|
| H A D | system.c | 59 ret = ph->xops->xfer_get_init(ph, SYSTEM_POWER_STATE_NOTIFY, in scmi_system_request_notify()
|
| H A D | driver.c | 1552 static int xfer_get_init(const struct scmi_protocol_handle *ph, in xfer_get_init() function 1611 ret = xfer_get_init(ph, PROTOCOL_VERSION, 0, sizeof(*version), &t); in version_get() 1658 .xfer_get_init = xfer_get_init, 1692 ret = ph->xops->xfer_get_init(ph, cmd_id, txlen, sizeof(*resp), &t); in scmi_common_extended_name_get() 1747 ret = xfer_get_init(ph, PROTOCOL_MESSAGE_ATTRIBUTES, in scmi_protocol_msg_check() 1802 ret = ph->xops->xfer_get_init(ph, msg_id, tx_size, 0, &i->t); in scmi_iterator_init() 1933 ret = ph->xops->xfer_get_init(ph, describe_id, in scmi_common_fastchannel_init() 2097 ret = xfer_get_init(ph, NEGOTIATE_PROTOCOL_VERSION, in scmi_protocol_version_negotiate()
|
| H A D | protocols.h | 305 int (*xfer_get_init)(const struct scmi_protocol_handle *ph, u8 msg_id, member
|