Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-roccat-kone.c275 mutex_lock(&kone->kone_lock); in kone_sysfs_read_settings()
277 mutex_unlock(&kone->kone_lock); in kone_sysfs_read_settings()
300 mutex_lock(&kone->kone_lock); in kone_sysfs_write_settings()
323 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()
368 mutex_lock(&kone->kone_lock); in kone_sysfs_write_profilex()
377 mutex_unlock(&kone->kone_lock); in kone_sysfs_write_profilex()
429 mutex_lock(&kone->kone_lock); in kone_sysfs_show_weight()
431 mutex_unlock(&kone->kone_lock); in kone_sysfs_show_weight()
[all …]
Dhid-roccat-kone.h207 struct mutex kone_lock; member