Searched refs:scmi_inc_count (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/firmware/arm_scmi/ |
| H A D | driver.c | 1032 scmi_inc_count(info->dbg->counters, ERR_MSG_UNEXPECTED); in scmi_xfer_command_acquire() 1060 scmi_inc_count(info->dbg->counters, ERR_MSG_INVALID); in scmi_xfer_command_acquire() 1105 scmi_inc_count(info->dbg->counters, ERR_MSG_NOMEM); in scmi_handle_notification() 1121 scmi_inc_count(info->dbg->counters, NOTIFICATION_OK); in scmi_handle_notification() 1181 scmi_inc_count(info->dbg->counters, DELAYED_RESPONSE_OK); in scmi_handle_response() 1184 scmi_inc_count(info->dbg->counters, RESPONSE_OK); in scmi_handle_response() 1318 scmi_inc_count(info->dbg->counters, RESPONSE_POLLED_OK); in scmi_wait_for_reply() 1333 scmi_inc_count(info->dbg->counters, XFERS_RESPONSE_TIMEOUT); in scmi_wait_for_reply() 1457 scmi_inc_count(info->dbg->counters, SENT_FAIL); in do_xfer() 1464 scmi_inc_count(info->dbg->counters, SENT_OK); in do_xfer() [all …]
|
| H A D | common.h | 311 static inline void scmi_inc_count(atomic_t *arr, int stat) in scmi_inc_count() function
|