Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-roccat-kone.c281 mutex_lock(&kone->kone_lock); in kone_sysfs_read_settings()
283 mutex_unlock(&kone->kone_lock); in kone_sysfs_read_settings()
305 mutex_lock(&kone->kone_lock); in kone_sysfs_write_settings()
311 mutex_unlock(&kone->kone_lock); in kone_sysfs_write_settings()
323 mutex_unlock(&kone->kone_lock); in kone_sysfs_write_settings()
342 mutex_lock(&kone->kone_lock); in kone_sysfs_read_profilex()
344 mutex_unlock(&kone->kone_lock); in kone_sysfs_read_profilex()
365 mutex_lock(&kone->kone_lock); in kone_sysfs_write_profilex()
374 mutex_unlock(&kone->kone_lock); in kone_sysfs_write_profilex()
426 mutex_lock(&kone->kone_lock); in kone_sysfs_show_weight()
[all …]
Dhid-roccat-kone.h208 struct mutex kone_lock; member