Lines Matching refs:report_mutex
297 struct mutex report_mutex; member
450 mutex_lock(&steam->report_mutex); in steam_get_serial()
465 mutex_unlock(&steam->report_mutex); in steam_get_serial()
477 mutex_lock(&steam->report_mutex); in steam_request_conn_status()
479 mutex_unlock(&steam->report_mutex); in steam_request_conn_status()
508 mutex_lock(&steam->report_mutex); in steam_haptic_pulse()
510 mutex_unlock(&steam->report_mutex); in steam_haptic_pulse()
530 mutex_lock(&steam->report_mutex); in steam_haptic_rumble()
532 mutex_unlock(&steam->report_mutex); in steam_haptic_rumble()
562 mutex_lock(&steam->report_mutex); in steam_set_lizard_mode()
587 mutex_unlock(&steam->report_mutex); in steam_set_lizard_mode()
1243 mutex_init(&steam->report_mutex); in steam_probe()