Home
last modified time | relevance | path

Searched refs:send_mutex (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/s390/char/
Dsclp_config.c95 static DEFINE_MUTEX(send_mutex); in sclp_ofb_send_req()
115 mutex_lock(&send_mutex); in sclp_ofb_send_req()
117 mutex_unlock(&send_mutex); in sclp_ofb_send_req()
/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c68 mutex_init(&guc->send_mutex); in intel_guc_init_early()
363 mutex_lock(&guc->send_mutex); in intel_guc_send_mmio()
406 mutex_unlock(&guc->send_mutex); in intel_guc_send_mmio()
Dintel_guc.h73 struct mutex send_mutex; member
Dintel_guc_ct.c522 mutex_lock(&guc->send_mutex); in intel_guc_send_ct()
534 mutex_unlock(&guc->send_mutex); in intel_guc_send_ct()
/Linux-v5.4/drivers/hid/
Dhid-logitech-hidpp.c168 struct mutex send_mutex; member
262 mutex_lock(&hidpp->send_mutex); in hidpp_send_message_sync()
304 mutex_unlock(&hidpp->send_mutex); in hidpp_send_message_sync()
3071 if (unlikely(mutex_is_locked(&hidpp->send_mutex))) { in hidpp_raw_hidpp_event()
3594 mutex_init(&hidpp->send_mutex); in hidpp_probe()
3683 mutex_destroy(&hidpp->send_mutex); in hidpp_probe()
3698 mutex_destroy(&hidpp->send_mutex); in hidpp_remove()