Lines Matching +full:assigned +full:- +full:resolution +full:- +full:bits
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2018-2021 ARM Ltd.
21 * struct scmi_revision_info - version information structure
30 * @impl_ver: A vendor-specific implementation version.
32 * @sub_vendor_id: A sub-vendor identifier(Null terminated ASCII string)
74 * struct scmi_clk_proto_ops - represents the various operations provided
101 * struct scmi_perf_proto_ops - represents the various operations provided
148 * struct scmi_power_proto_ops - represents the various operations provided
161 #define SCMI_POWER_STATE_ID_MASK (BIT(28) - 1)
174 * struct scmi_sensor_reading - represent a timestamped read
188 * struct scmi_range_attrs - specifies a sensor or axis values' range
198 * struct scmi_sensor_axis_info - describes one sensor axes
201 * @scale: Power-of-10 multiplier applied to the axis unit.
202 * @name: NULL-terminated string representing axes name as advertised by
206 * @resolution: Extended attribute representing the resolution of the axes.
208 * @exponent: Extended attribute representing the power-of-10 multiplier that
209 * is applied to the resolution field. Set to 0 if not reported by
220 unsigned int resolution; member
226 * struct scmi_sensor_intervals_info - describes number and type of available
237 * lesser-than-64-bytes dynamic allocation for small @count
261 * struct scmi_sensor_info - represents information related to one of the
265 * @scale: Power-of-10 multiplier applied to the sensor unit.
270 * @tstamp_scale: Power-of-10 multiplier applied to the sensor timestamps to
278 * @name: NULL-terminated string representing sensor name as advertised by
286 * @resolution: Extended attribute representing the resolution of the sensor.
289 * @exponent: Extended attribute representing the power-of-10 multiplier that is
290 * applied to the resolution field.
344 unsigned int resolution; member
414 BITS = 0x3C, enumerator
452 * struct scmi_sensor_proto_ops - represents the various operations provided
457 * @trip_point_config: selects and configures a trip-point of interest
461 * Supports multi-axis sensors for sensors which
485 * struct scmi_reset_proto_ops - represents the various operations provided
511 * struct scmi_voltage_info - describe one available SCMI Voltage Domain
515 * - when True the entries are to be interpreted as triplets,
518 * - when False the entries simply represent a single discrete
524 * @name: name assigned to the Voltage Domain by platform
543 * struct scmi_voltage_proto_ops - represents the various operations provided
570 * struct scmi_powercap_info - Describe one available Powercap domain
585 * @name: name assigned to the Powercap Domain by platform.
626 * struct scmi_powercap_proto_ops - represents the various operations provided
680 * struct scmi_notify_ops - represents notifications' operations provided by
739 * struct scmi_handle - Handle returned to ARM SCMI clients for usage.
837 return -EINVAL; in scmi_driver_register()
849 * module_scmi_driver() - Helper macro for registering a scmi driver
860 * module_scmi_protocol() - Helper macro for registering a scmi protocol
875 /* SCMI Notification API - Custom Event Reports */