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()
450 mutex_lock(&scmi_optee_private->mu); in scmi_optee_chan_setup()
452 mutex_unlock(&scmi_optee_private->mu); in scmi_optee_chan_setup()
477 mutex_lock(&scmi_optee_private->mu); in scmi_optee_chan_free()
479 mutex_unlock(&scmi_optee_private->mu); in scmi_optee_chan_free()
500 mutex_lock(&channel->mu); in scmi_optee_send_message()
511 mutex_unlock(&channel->mu); in scmi_optee_send_message()
532 mutex_unlock(&channel->mu); in scmi_optee_mark_txdone()
576 mutex_init(&agent->mu); in scmi_optee_service_probe()