Searched refs:profile_settings (Results 1 – 6 of 6) sorted by relevance
35 if (new_profile_index >= ARRAY_SIZE(kovaplus->profile_settings)) in kovaplus_profile_activated()38 kovaplus->actual_cpi = kovaplus->profile_settings[new_profile_index].cpi_startup_level; in kovaplus_profile_activated()39 kovaplus->actual_x_sensitivity = kovaplus->profile_settings[new_profile_index].sensitivity_x; in kovaplus_profile_activated()40 kovaplus->actual_y_sensitivity = kovaplus->profile_settings[new_profile_index].sensitivity_y; in kovaplus_profile_activated()212 KOVAPLUS_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS);426 &kovaplus->profile_settings[i], i); in kovaplus_init_kovaplus_device_struct()
32 if (new_profile >= ARRAY_SIZE(pyra->profile_settings)) in profile_activated()35 pyra->actual_cpi = pyra->profile_settings[pyra->actual_profile].y_cpi; in profile_activated()179 PYRA_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS);252 if (settings->startup_profile >= ARRAY_SIZE(pyra->profile_settings)) in pyra_sysfs_write_settings()386 &pyra->profile_settings[i], i); in pyra_init_pyra_device_struct()
126 struct kovaplus_profile_settings profile_settings[5]; member
146 struct pyra_profile_settings profile_settings[5]; member
41 ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(profile_settings, 0x06, 0x1f);
182 KONEPLUS_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS);
Completed in 15 milliseconds