Lines Matching full:provided
61 * struct scmi_clk_ops - represents the various operations provided
64 * @count_get: get the count of clocks provided by SCMI
85 * struct scmi_perf_ops - represents the various operations provided
127 * struct scmi_power_ops - represents the various operations provided
130 * @num_domains_get: get the count of power domains provided by SCMI
174 * struct scmi_sensor_ops - represents the various operations provided
177 * @count_get: get the count of sensors provided by SCMI
193 * struct scmi_reset_ops - represents the various operations provided
196 * @num_domains_get: get the count of reset domains provided by SCMI
213 * struct scmi_notify_ops - represents notifications' operations provided by
221 * tuple: (proto_id, evt_id, src_id) using the provided register/unregister
230 * @src_id can be provided as NULL if it simply does NOT make sense for
236 * invoking the callback provided with the notifier_block *nb as follows:
242 * @nb: The notifier block provided by the user