Lines Matching full:mu
110 * @mu: Mutex protection on channel access
122 struct mutex mu; member
138 * @mu: Mutex for protection of @channel_list
145 struct mutex mu; member
433 mutex_init(&channel->mu); in scmi_optee_chan_setup()
454 mutex_lock(&scmi_optee_private->mu); in scmi_optee_chan_setup()
456 mutex_unlock(&scmi_optee_private->mu); in scmi_optee_chan_setup()
474 mutex_lock(&scmi_optee_private->mu); in scmi_optee_chan_free()
476 mutex_unlock(&scmi_optee_private->mu); in scmi_optee_chan_free()
497 mutex_lock(&channel->mu); in scmi_optee_send_message()
508 mutex_unlock(&channel->mu); in scmi_optee_send_message()
529 mutex_unlock(&channel->mu); in scmi_optee_mark_txdone()
573 mutex_init(&agent->mu); in scmi_optee_service_probe()