Home
last modified time | relevance | path

Searched refs:kone_lock (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-roccat-kone.c282 mutex_lock(&kone->kone_lock); in kone_sysfs_read_settings()
284 mutex_unlock(&kone->kone_lock); in kone_sysfs_read_settings()
307 mutex_lock(&kone->kone_lock); in kone_sysfs_write_settings()
313 mutex_unlock(&kone->kone_lock); in kone_sysfs_write_settings()
325 mutex_unlock(&kone->kone_lock); in kone_sysfs_write_settings()
345 mutex_lock(&kone->kone_lock); in kone_sysfs_read_profilex()
347 mutex_unlock(&kone->kone_lock); in kone_sysfs_read_profilex()
369 mutex_lock(&kone->kone_lock); in kone_sysfs_write_profilex()
378 mutex_unlock(&kone->kone_lock); in kone_sysfs_write_profilex()
430 mutex_lock(&kone->kone_lock); in kone_sysfs_show_weight()
[all …]
Dhid-roccat-kone.h208 struct mutex kone_lock; member