Home
last modified time | relevance | path

Searched refs:profile_settings (Results 1 – 6 of 6) sorted by relevance

/drivers/hid/
Dhid-roccat-kovaplus.c37 if (new_profile_index >= ARRAY_SIZE(kovaplus->profile_settings)) 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()
214 KOVAPLUS_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS);
423 &kovaplus->profile_settings[i], i); in kovaplus_init_kovaplus_device_struct()
Dhid-roccat-pyra.c35 if (new_profile >= ARRAY_SIZE(pyra->profile_settings)) in profile_activated()
38 pyra->actual_cpi = pyra->profile_settings[pyra->actual_profile].y_cpi; in profile_activated()
182 PYRA_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS);
255 if (settings->startup_profile >= ARRAY_SIZE(pyra->profile_settings)) in pyra_sysfs_write_settings()
383 &pyra->profile_settings[i], i); in pyra_init_pyra_device_struct()
Dhid-roccat-kovaplus.h126 struct kovaplus_profile_settings profile_settings[5]; member
Dhid-roccat-pyra.h146 struct pyra_profile_settings profile_settings[5]; member
Dhid-roccat-konepure.c43 ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(profile_settings, 0x06, 0x1f);
Dhid-roccat-koneplus.c184 KONEPLUS_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS);