Home
last modified time | relevance | path

Searched refs:report_mutex (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-steam.c296 struct mutex report_mutex; member
449 mutex_lock(&steam->report_mutex); in steam_get_serial()
463 mutex_unlock(&steam->report_mutex); in steam_get_serial()
475 mutex_lock(&steam->report_mutex); in steam_request_conn_status()
477 mutex_unlock(&steam->report_mutex); in steam_request_conn_status()
506 mutex_lock(&steam->report_mutex); in steam_haptic_pulse()
508 mutex_unlock(&steam->report_mutex); in steam_haptic_pulse()
528 mutex_lock(&steam->report_mutex); in steam_haptic_rumble()
530 mutex_unlock(&steam->report_mutex); in steam_haptic_rumble()
561 mutex_lock(&steam->report_mutex); in steam_set_lizard_mode()
[all...]
/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c261 if (mutex_lock_interruptible(&session->report_mutex)) in hidp_get_raw_report()
308 mutex_unlock(&session->report_mutex); in hidp_get_raw_report()
314 mutex_unlock(&session->report_mutex); in hidp_get_raw_report()
339 if (mutex_lock_interruptible(&session->report_mutex)) in hidp_set_raw_report()
379 mutex_unlock(&session->report_mutex); in hidp_set_raw_report()
954 mutex_init(&session->report_mutex); in hidp_session_new()
H A Dhidp.h177 struct mutex report_mutex; member