Searched refs:scmi_inc_count (Results 1 – 2 of 2) sorted by relevance
| /drivers/firmware/arm_scmi/ |
| A D | driver.c | 613 scmi_inc_count(info->dbg->counters, XFERS_INFLIGHT); in scmi_xfer_inflight_register_unlocked() 1037 scmi_inc_count(info->dbg->counters, ERR_MSG_UNEXPECTED); in scmi_xfer_command_acquire() 1065 scmi_inc_count(info->dbg->counters, ERR_MSG_INVALID); in scmi_xfer_command_acquire() 1110 scmi_inc_count(info->dbg->counters, ERR_MSG_NOMEM); in scmi_handle_notification() 1126 scmi_inc_count(info->dbg->counters, NOTIFICATION_OK); in scmi_handle_notification() 1186 scmi_inc_count(info->dbg->counters, DELAYED_RESPONSE_OK); in scmi_handle_response() 1189 scmi_inc_count(info->dbg->counters, RESPONSE_OK); in scmi_handle_response() 1324 scmi_inc_count(info->dbg->counters, RESPONSE_POLLED_OK); in scmi_wait_for_reply() 1464 scmi_inc_count(info->dbg->counters, SENT_FAIL); in do_xfer() 1471 scmi_inc_count(info->dbg->counters, SENT_OK); in do_xfer() [all …]
|
| A D | common.h | 312 static inline void scmi_inc_count(atomic_t *arr, int stat) in scmi_inc_count() function
|
Completed in 11 milliseconds