Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/char/
Dsclp_config.c93 static DEFINE_MUTEX(send_mutex); in sclp_ofb_send_req()
113 mutex_lock(&send_mutex); in sclp_ofb_send_req()
115 mutex_unlock(&send_mutex); in sclp_ofb_send_req()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_guc.c71 mutex_init(&guc->send_mutex); in intel_guc_init_early()
406 mutex_lock(&guc->send_mutex); in intel_guc_send_mmio()
448 mutex_unlock(&guc->send_mutex); in intel_guc_send_mmio()
Dintel_guc.h88 struct mutex send_mutex; member
Dintel_guc_ct.c551 mutex_lock(&guc->send_mutex); in intel_guc_send_ct()
563 mutex_unlock(&guc->send_mutex); in intel_guc_send_ct()
/Linux-v4.19/drivers/hid/
Dhid-logitech-hidpp.c133 struct mutex send_mutex; member
227 mutex_lock(&hidpp->send_mutex); in hidpp_send_message_sync()
269 mutex_unlock(&hidpp->send_mutex); in hidpp_send_message_sync()
2600 if (unlikely(mutex_is_locked(&hidpp->send_mutex))) { in hidpp_raw_hidpp_event()
2975 mutex_init(&hidpp->send_mutex); in hidpp_probe()
3068 mutex_destroy(&hidpp->send_mutex); in hidpp_probe()
3086 mutex_destroy(&hidpp->send_mutex); in hidpp_remove()