Lines Matching full:provided

74  * struct scmi_clk_proto_ops - represents the various operations provided
77 * @count_get: get the count of clocks provided by SCMI
101 * struct scmi_perf_proto_ops - represents the various operations provided
119 * @power_scale_mw_get: indicates if the power values provided are in milliWatts
148 * struct scmi_power_proto_ops - represents the various operations provided
151 * @num_domains_get: get the count of power domains provided by SCMI
179 * @timestamp: An unsigned timestamp for the sensor read, as provided by
452 * struct scmi_sensor_proto_ops - represents the various operations provided
455 * @count_get: get the count of sensors provided by SCMI
485 * struct scmi_reset_proto_ops - represents the various operations provided
488 * @num_domains_get: get the count of reset domains provided by SCMI
543 * struct scmi_voltage_proto_ops - represents the various operations provided
546 * @num_domains_get: get the count of voltage domains provided by SCMI
626 * struct scmi_powercap_proto_ops - represents the various operations provided
629 * @num_domains_get: get the count of powercap domains provided by SCMI.
632 * @cap_set: set the CAP value for the specified domain to the provided value;
638 * @pai_set: set the PAI value for the specified domain to the provided value.
680 * struct scmi_notify_ops - represents notifications' operations provided by
692 * tuple: (proto_id, evt_id, src_id) using the provided register/unregister
703 * @src_id can be provided as NULL if it simply does NOT make sense for
709 * invoking the callback provided with the notifier_block *nb as follows:
715 * @nb: The notifier block provided by the user