Lines Matching full:provided

87  * struct scmi_clk_proto_ops - represents the various operations provided
90 * @count_get: get the count of clocks provided by SCMI
133 * struct scmi_perf_proto_ops - represents the various operations provided
156 * @power_scale_mw_get: indicates if the power values provided are in milliWatts
191 * struct scmi_power_proto_ops - represents the various operations provided
194 * @num_domains_get: get the count of power domains provided by SCMI
222 * @timestamp: An unsigned timestamp for the sensor read, as provided by
495 * struct scmi_sensor_proto_ops - represents the various operations provided
498 * @count_get: get the count of sensors provided by SCMI
528 * struct scmi_reset_proto_ops - represents the various operations provided
531 * @num_domains_get: get the count of reset domains provided by SCMI
586 * struct scmi_voltage_proto_ops - represents the various operations provided
589 * @num_domains_get: get the count of voltage domains provided by SCMI
669 * struct scmi_powercap_proto_ops - represents the various operations provided
672 * @num_domains_get: get the count of powercap domains provided by SCMI.
677 * @cap_set: set the CAP value for the specified domain to the provided value;
695 * @pai_set: set the PAI value for the specified domain to the provided value.
773 * struct scmi_pinctrl_proto_ops - represents the various operations provided
824 * struct scmi_notify_ops - represents notifications' operations provided by
836 * tuple: (proto_id, evt_id, src_id) using the provided register/unregister
847 * @src_id can be provided as NULL if it simply does NOT make sense for
853 * invoking the callback provided with the notifier_block *nb as follows:
859 * @nb: The notifier block provided by the user