Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-roccat-kovaplus.c34 static void kovaplus_profile_activated(struct kovaplus_device *kovaplus, in kovaplus_profile_activated() argument
37 if (new_profile_index >= ARRAY_SIZE(kovaplus->profile_settings)) in kovaplus_profile_activated()
39 kovaplus->actual_profile = new_profile_index; in kovaplus_profile_activated()
40 kovaplus->actual_cpi = kovaplus->profile_settings[new_profile_index].cpi_startup_level; in kovaplus_profile_activated()
41 kovaplus->actual_x_sensitivity = kovaplus->profile_settings[new_profile_index].sensitivity_x; in kovaplus_profile_activated()
42 kovaplus->actual_y_sensitivity = kovaplus->profile_settings[new_profile_index].sensitivity_y; in kovaplus_profile_activated()
131 struct kovaplus_device *kovaplus = hid_get_drvdata(dev_get_drvdata(dev)); in kovaplus_sysfs_read() local
141 mutex_lock(&kovaplus->kovaplus_lock); in kovaplus_sysfs_read()
143 mutex_unlock(&kovaplus->kovaplus_lock); in kovaplus_sysfs_read()
156 struct kovaplus_device *kovaplus = hid_get_drvdata(dev_get_drvdata(dev)); in kovaplus_sysfs_write() local
[all …]
DMakefile98 hid-roccat-koneplus.o hid-roccat-konepure.o hid-roccat-kovaplus.o \