Home
last modified time | relevance | path

Searched refs:protocol_msg_check (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/firmware/arm_scmi/
Dsystem.c163 if (!ph->hops->protocol_msg_check(ph, SYSTEM_POWER_STATE_NOTIFY, NULL)) in scmi_system_protocol_init()
Dprotocols.h274 int (*protocol_msg_check)(const struct scmi_protocol_handle *ph, member
Dpower.c103 if (!ph->hops->protocol_msg_check(ph, POWER_STATE_NOTIFY, NULL)) in scmi_power_attributes_get()
Dreset.c95 if (!ph->hops->protocol_msg_check(ph, RESET_NOTIFY, NULL)) in scmi_reset_attributes_get()
Dpowercap.c164 if (!ph->hops->protocol_msg_check(ph, in scmi_powercap_attributes_get()
168 if (!ph->hops->protocol_msg_check(ph, in scmi_powercap_attributes_get()
Dsensors.c253 if (!ph->hops->protocol_msg_check(ph, in scmi_sensor_attributes_get()
257 if (!ph->hops->protocol_msg_check(ph, in scmi_sensor_attributes_get()
Dclock.c214 if (!ph->hops->protocol_msg_check(ph, CLOCK_RATE_NOTIFY, NULL)) in scmi_clock_protocol_attributes_get()
217 if (!ph->hops->protocol_msg_check(ph, in scmi_clock_protocol_attributes_get()
Dperf.c230 if (!ph->hops->protocol_msg_check(ph, PERF_NOTIFY_LEVEL, NULL)) in scmi_perf_attributes_get()
233 if (!ph->hops->protocol_msg_check(ph, PERF_NOTIFY_LIMITS, NULL)) in scmi_perf_attributes_get()
Ddriver.c2022 .protocol_msg_check = scmi_protocol_msg_check,