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

/drivers/hid/
H A Dhid-roccat-kovaplus.h129 struct kovaplus_profile_settings profile_settings[5]; member in struct:kovaplus_device
H A Dhid-roccat-pyra.h149 struct pyra_profile_settings profile_settings[5]; member in struct:pyra_device
H A Dhid-roccat-kovaplus.c41 kovaplus->actual_cpi = kovaplus->profile_settings[new_profile_index].cpi_startup_level;
42 kovaplus->actual_x_sensitivity = kovaplus->profile_settings[new_profile_index].sensitivity_x;
43 kovaplus->actual_y_sensitivity = kovaplus->profile_settings[new_profile_index].sensitivity_y;
217 KOVAPLUS_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS);
428 &kovaplus->profile_settings[i], i);
H A Dhid-roccat-konepure.c46 ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(profile_settings, 0x06, 0x1f);
H A Dhid-roccat-pyra.c39 pyra->actual_cpi = pyra->profile_settings[pyra->actual_profile].y_cpi;
185 PYRA_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS);
387 &pyra->profile_settings[i], i);
H A Dhid-roccat-koneplus.c189 KONEPLUS_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS);

Completed in 149 milliseconds