profile_settings 184 drivers/hid/hid-roccat-koneplus.c KONEPLUS_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS); profile_settings 43 drivers/hid/hid-roccat-konepure.c ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(profile_settings, 0x06, 0x1f); profile_settings 37 drivers/hid/hid-roccat-kovaplus.c if (new_profile_index >= ARRAY_SIZE(kovaplus->profile_settings)) profile_settings 40 drivers/hid/hid-roccat-kovaplus.c kovaplus->actual_cpi = kovaplus->profile_settings[new_profile_index].cpi_startup_level; profile_settings 41 drivers/hid/hid-roccat-kovaplus.c kovaplus->actual_x_sensitivity = kovaplus->profile_settings[new_profile_index].sensitivity_x; profile_settings 42 drivers/hid/hid-roccat-kovaplus.c kovaplus->actual_y_sensitivity = kovaplus->profile_settings[new_profile_index].sensitivity_y; profile_settings 214 drivers/hid/hid-roccat-kovaplus.c KOVAPLUS_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS); profile_settings 423 drivers/hid/hid-roccat-kovaplus.c &kovaplus->profile_settings[i], i); profile_settings 126 drivers/hid/hid-roccat-kovaplus.h struct kovaplus_profile_settings profile_settings[5]; profile_settings 35 drivers/hid/hid-roccat-pyra.c if (new_profile >= ARRAY_SIZE(pyra->profile_settings)) profile_settings 38 drivers/hid/hid-roccat-pyra.c pyra->actual_cpi = pyra->profile_settings[pyra->actual_profile].y_cpi; profile_settings 182 drivers/hid/hid-roccat-pyra.c PYRA_BIN_ATTRIBUTE_RW(profile_settings, PROFILE_SETTINGS); profile_settings 255 drivers/hid/hid-roccat-pyra.c if (settings->startup_profile >= ARRAY_SIZE(pyra->profile_settings)) profile_settings 383 drivers/hid/hid-roccat-pyra.c &pyra->profile_settings[i], i); profile_settings 146 drivers/hid/hid-roccat-pyra.h struct pyra_profile_settings profile_settings[5];