Lines Matching full:provided
64 * struct scmi_clk_proto_ops - represents the various operations provided
67 * @count_get: get the count of clocks provided by SCMI
88 * struct scmi_perf_proto_ops - represents the various operations provided
106 * @power_scale_mw_get: indicates if the power values provided are in milliWatts
135 * struct scmi_power_proto_ops - represents the various operations provided
138 * @num_domains_get: get the count of power domains provided by SCMI
165 * @timestamp: An unsigned timestamp for the sensor read, as provided by
438 * struct scmi_sensor_proto_ops - represents the various operations provided
441 * @count_get: get the count of sensors provided by SCMI
471 * struct scmi_reset_proto_ops - represents the various operations provided
474 * @num_domains_get: get the count of reset domains provided by SCMI
522 * struct scmi_voltage_proto_ops - represents the various operations provided
525 * @num_domains_get: get the count of voltage domains provided by SCMI
549 * struct scmi_notify_ops - represents notifications' operations provided by
561 * tuple: (proto_id, evt_id, src_id) using the provided register/unregister
572 * @src_id can be provided as NULL if it simply does NOT make sense for
578 * invoking the callback provided with the notifier_block *nb as follows:
584 * @nb: The notifier block provided by the user