Lines Matching full:provided

76  * struct scmi_clk_proto_ops - represents the various operations provided
79 * @count_get: get the count of clocks provided by SCMI
121 * struct scmi_perf_proto_ops - represents the various operations provided
140 * @power_scale_mw_get: indicates if the power values provided are in milliWatts
171 * struct scmi_power_proto_ops - represents the various operations provided
174 * @num_domains_get: get the count of power domains provided by SCMI
202 * @timestamp: An unsigned timestamp for the sensor read, as provided by
475 * struct scmi_sensor_proto_ops - represents the various operations provided
478 * @count_get: get the count of sensors provided by SCMI
508 * struct scmi_reset_proto_ops - represents the various operations provided
511 * @num_domains_get: get the count of reset domains provided by SCMI
566 * struct scmi_voltage_proto_ops - represents the various operations provided
569 * @num_domains_get: get the count of voltage domains provided by SCMI
649 * struct scmi_powercap_proto_ops - represents the various operations provided
652 * @num_domains_get: get the count of powercap domains provided by SCMI.
657 * @cap_set: set the CAP value for the specified domain to the provided value;
675 * @pai_set: set the PAI value for the specified domain to the provided value.
721 * struct scmi_notify_ops - represents notifications' operations provided by
733 * tuple: (proto_id, evt_id, src_id) using the provided register/unregister
744 * @src_id can be provided as NULL if it simply does NOT make sense for
750 * invoking the callback provided with the notifier_block *nb as follows:
756 * @nb: The notifier block provided by the user