Searched refs:scmi_msg (Results 1 – 7 of 7) sorted by relevance
76 struct scmi_msg { struct91 typedef void (*scmi_msg_handler_t)(struct scmi_msg *msg); argument98 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg);105 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg);112 scmi_msg_handler_t scmi_msg_get_rstd_handler(struct scmi_msg *msg);119 scmi_msg_handler_t scmi_msg_get_pd_handler(struct scmi_msg *msg);126 void scmi_process_message(struct scmi_msg *msg);135 void scmi_write_response(struct scmi_msg *msg, void *payload, size_t size);143 void scmi_status_response(struct scmi_msg *msg, int32_t status);
19 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg __unused) in scmi_msg_get_clock_handler()24 scmi_msg_handler_t scmi_msg_get_rstd_handler(struct scmi_msg *msg __unused) in scmi_msg_get_rstd_handler()29 scmi_msg_handler_t scmi_msg_get_pd_handler(struct scmi_msg *msg __unused) in scmi_msg_get_pd_handler()34 scmi_msg_handler_t scmi_msg_get_voltage_handler(struct scmi_msg *msg __unused) in scmi_msg_get_voltage_handler()39 void scmi_status_response(struct scmi_msg *msg, int32_t status) in scmi_status_response()47 void scmi_write_response(struct scmi_msg *msg, void *payload, size_t size) in scmi_write_response()61 void scmi_process_message(struct scmi_msg *msg) in scmi_process_message()
18 static void report_version(struct scmi_msg *msg) in report_version()33 static void report_attributes(struct scmi_msg *msg) in report_attributes()50 static void report_message_attributes(struct scmi_msg *msg) in report_message_attributes()72 static void discover_vendor(struct scmi_msg *msg) in discover_vendor()89 static void discover_sub_vendor(struct scmi_msg *msg) in discover_sub_vendor()106 static void discover_implementation_version(struct scmi_msg *msg) in discover_implementation_version()134 static void discover_list_protocols(struct scmi_msg *msg) in discover_list_protocols()184 scmi_msg_handler_t scmi_msg_get_base_handler(struct scmi_msg *msg) in scmi_msg_get_base_handler()
61 static void report_version(struct scmi_msg *msg) in report_version()76 static void report_attributes(struct scmi_msg *msg) in report_attributes()101 static void report_message_attributes(struct scmi_msg *msg) in report_message_attributes()123 static void scmi_pd_attributes(struct scmi_msg *msg) in scmi_pd_attributes()157 static void scmi_pd_state_get(struct scmi_msg *msg) in scmi_pd_state_get()185 static void scmi_pd_state_set(struct scmi_msg *msg) in scmi_pd_state_set()228 scmi_msg_handler_t scmi_msg_get_pd_handler(struct scmi_msg *msg) in scmi_msg_get_pd_handler()
48 static void report_version(struct scmi_msg *msg) in report_version()63 static void report_attributes(struct scmi_msg *msg) in report_attributes()78 static void report_message_attributes(struct scmi_msg *msg) in report_message_attributes()100 static void reset_domain_attributes(struct scmi_msg *msg) in reset_domain_attributes()134 static void reset_request(struct scmi_msg *msg) in reset_request()187 scmi_msg_handler_t scmi_msg_get_rstd_handler(struct scmi_msg *msg) in scmi_msg_get_rstd_handler()
79 static void report_version(struct scmi_msg *msg) in report_version()94 static void report_attributes(struct scmi_msg *msg) in report_attributes()110 static void report_message_attributes(struct scmi_msg *msg) in report_message_attributes()132 static void scmi_clock_attributes(struct scmi_msg *msg) in scmi_clock_attributes()168 static void scmi_clock_rate_get(struct scmi_msg *msg) in scmi_clock_rate_get()197 static void scmi_clock_rate_set(struct scmi_msg *msg) in scmi_clock_rate_set()224 static void scmi_clock_config_set(struct scmi_msg *msg) in scmi_clock_config_set()278 static void scmi_clock_describe_rates(struct scmi_msg *msg) in scmi_clock_describe_rates()372 scmi_msg_handler_t scmi_msg_get_clock_handler(struct scmi_msg *msg) in scmi_msg_get_clock_handler()
114 struct scmi_msg msg; in scmi_proccess_smt()