Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
A Dsystem.c163 if (!ph->hops->protocol_msg_check(ph, SYSTEM_POWER_STATE_NOTIFY, NULL)) in scmi_system_protocol_init()
A Dprotocols.h274 int (*protocol_msg_check)(const struct scmi_protocol_handle *ph, member
A Dreset.c95 if (!ph->hops->protocol_msg_check(ph, RESET_NOTIFY, NULL)) in scmi_reset_attributes_get()
A Dpower.c103 if (!ph->hops->protocol_msg_check(ph, POWER_STATE_NOTIFY, NULL)) in scmi_power_attributes_get()
A 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()
A 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()
A 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()
A 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()
A Ddriver.c2022 .protocol_msg_check = scmi_protocol_msg_check,

Completed in 27 milliseconds