Searched refs:scmi_inc_count (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/firmware/arm_scmi/ |
| H A D | driver.c | 597 scmi_inc_count(info->dbg, XFERS_INFLIGHT); in scmi_xfer_inflight_register_unlocked() 1020 scmi_inc_count(info->dbg, ERR_MSG_UNEXPECTED); in scmi_xfer_command_acquire() 1048 scmi_inc_count(info->dbg, ERR_MSG_INVALID); in scmi_xfer_command_acquire() 1093 scmi_inc_count(info->dbg, ERR_MSG_NOMEM); in scmi_handle_notification() 1109 scmi_inc_count(info->dbg, NOTIFICATION_OK); in scmi_handle_notification() 1169 scmi_inc_count(info->dbg, DELAYED_RESPONSE_OK); in scmi_handle_response() 1172 scmi_inc_count(info->dbg, RESPONSE_OK); in scmi_handle_response() 1282 scmi_inc_count(info->dbg, XFERS_RESPONSE_POLLED_TIMEOUT); in scmi_wait_for_reply() 1307 scmi_inc_count(info->dbg, RESPONSE_POLLED_OK); in scmi_wait_for_reply() 1322 scmi_inc_count(info->dbg, XFERS_RESPONSE_TIMEOUT); in scmi_wait_for_reply() [all …]
|
| H A D | common.h | 328 static inline void scmi_inc_count(struct scmi_debug_info *dbg, int stat) in scmi_inc_count() function
|