Searched refs:scmi_inc_count (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/firmware/arm_scmi/ |
H A D | driver.c | 996 scmi_inc_count(info->dbg->counters, ERR_MSG_UNEXPECTED); in scmi_xfer_command_acquire() 1024 scmi_inc_count(info->dbg->counters, ERR_MSG_INVALID); in scmi_xfer_command_acquire() 1069 scmi_inc_count(info->dbg->counters, ERR_MSG_NOMEM); in scmi_handle_notification() 1085 scmi_inc_count(info->dbg->counters, NOTIFICATION_OK); in scmi_handle_notification() 1145 scmi_inc_count(info->dbg->counters, DELAYED_RESPONSE_OK); in scmi_handle_response() 1148 scmi_inc_count(info->dbg->counters, RESPONSE_OK); in scmi_handle_response() 1254 scmi_inc_count(info->dbg->counters, XFERS_RESPONSE_POLLED_TIMEOUT); in scmi_wait_for_reply() 1279 scmi_inc_count(info->dbg->counters, RESPONSE_POLLED_OK); in scmi_wait_for_reply() 1294 scmi_inc_count(info->dbg->counters, XFERS_RESPONSE_TIMEOUT); in scmi_wait_for_reply() 1378 scmi_inc_count(info->dbg->counters, SENT_FAIL_POLLING_UNSUPPORTED); 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
|