Lines Matching +full:platform +full:- +full:level

1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2018-2021 ARM Ltd.
20 * struct scmi_revision_info - version information structure
29 * @impl_ver: A vendor-specific implementation version.
31 * @sub_vendor_id: A sub-vendor identifier(Null terminated ASCII string)
64 * struct scmi_clk_proto_ops - represents the various operations provided
88 * struct scmi_perf_proto_ops - represents the various operations provided
91 * @limits_set: sets limits on the performance level of a domain
92 * @limits_get: gets limits on the performance level of a domain
93 * @level_set: sets the performance level of a domain
94 * @level_get: gets the performance level of a domain
99 * to sustained performance level mapping
101 * to sustained performance level mapping
115 u32 level, bool poll);
117 u32 *level, bool poll);
135 * struct scmi_power_proto_ops - represents the various operations provided
147 #define SCMI_POWER_STATE_ID_MASK (BIT(28) - 1)
160 * struct scmi_sensor_reading - represent a timestamped read
166 * SCMI platform. Set to zero when not available.
174 * struct scmi_range_attrs - specifies a sensor or axis values' range
184 * struct scmi_sensor_axis_info - describes one sensor axes
187 * @scale: Power-of-10 multiplier applied to the axis unit.
188 * @name: NULL-terminated string representing axes name as advertised by
189 * SCMI platform.
194 * @exponent: Extended attribute representing the power-of-10 multiplier that
212 * struct scmi_sensor_intervals_info - describes number and type of available
223 * lesser-than-64-bytes dynamic allocation for small @count
247 * struct scmi_sensor_info - represents information related to one of the
251 * @scale: Power-of-10 multiplier applied to the sensor unit.
256 * @tstamp_scale: Power-of-10 multiplier applied to the sensor timestamps to
264 * @name: NULL-terminated string representing sensor name as advertised by
265 * SCMI platform.
275 * @exponent: Extended attribute representing the power-of-10 multiplier that is
337 * DSP0249 (Platform Level Data Model specification)
438 * struct scmi_sensor_proto_ops - represents the various operations provided
443 * @trip_point_config: selects and configures a trip-point of interest
447 * Supports multi-axis sensors for sensors which
471 * struct scmi_reset_proto_ops - represents the various operations provided
491 * struct scmi_voltage_info - describe one available SCMI Voltage Domain
493 * @id: the domain ID as advertised by the platform
495 * - when True the entries are to be interpreted as triplets,
498 * - when False the entries simply represent a single discrete
499 * supported voltage level
503 * @name: name assigned to the Voltage Domain by platform
522 * struct scmi_voltage_proto_ops - represents the various operations provided
529 * @level_set: set the voltage level for the specified domain
530 * @level_get: get the voltage level of the specified domain
549 * struct scmi_notify_ops - represents notifications' operations provided by
560 * platform instance regarding the desired event identified by the
565 * @handle: The handle identifying the platform instance to use, when not
608 * struct scmi_handle - Handle returned to ARM SCMI clients for usage.
689 return -EINVAL; in scmi_driver_register()
701 * module_scmi_driver() - Helper macro for registering a scmi driver
712 * module_scmi_protocol() - Helper macro for registering a scmi protocol
727 /* SCMI Notification API - Custom Event Reports */