Searched refs:protocol_msg_check (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/firmware/arm_scmi/ |
| H A D | system.c | 155 if (!ph->hops->protocol_msg_check(ph, SYSTEM_POWER_STATE_NOTIFY, NULL)) in scmi_system_protocol_init()
|
| H A D | protocols.h | 279 int (*protocol_msg_check)(const struct scmi_protocol_handle *ph, member
|
| H A D | power.c | 102 if (!ph->hops->protocol_msg_check(ph, POWER_STATE_NOTIFY, NULL)) in scmi_power_attributes_get()
|
| H A D | reset.c | 94 if (!ph->hops->protocol_msg_check(ph, RESET_NOTIFY, NULL)) in scmi_reset_attributes_get()
|
| H A D | powercap.c | 163 if (!ph->hops->protocol_msg_check(ph, in scmi_powercap_attributes_get() 167 if (!ph->hops->protocol_msg_check(ph, in scmi_powercap_attributes_get()
|
| H A D | sensors.c | 252 if (!ph->hops->protocol_msg_check(ph, in scmi_sensor_attributes_get() 256 if (!ph->hops->protocol_msg_check(ph, in scmi_sensor_attributes_get()
|
| H A D | clock.c | 214 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()
|
| H A D | perf.c | 229 if (!ph->hops->protocol_msg_check(ph, PERF_NOTIFY_LEVEL, NULL)) in scmi_perf_attributes_get() 232 if (!ph->hops->protocol_msg_check(ph, PERF_NOTIFY_LIMITS, NULL)) in scmi_perf_attributes_get()
|
| H A D | driver.c | 2050 .protocol_msg_check = scmi_protocol_msg_check,
|