new_profile_index   35 drivers/hid/hid-roccat-kovaplus.c 		uint new_profile_index)
new_profile_index   37 drivers/hid/hid-roccat-kovaplus.c 	if (new_profile_index >= ARRAY_SIZE(kovaplus->profile_settings))
new_profile_index   39 drivers/hid/hid-roccat-kovaplus.c 	kovaplus->actual_profile = new_profile_index;
new_profile_index   40 drivers/hid/hid-roccat-kovaplus.c 	kovaplus->actual_cpi = kovaplus->profile_settings[new_profile_index].cpi_startup_level;
new_profile_index   41 drivers/hid/hid-roccat-kovaplus.c 	kovaplus->actual_x_sensitivity = kovaplus->profile_settings[new_profile_index].sensitivity_x;
new_profile_index   42 drivers/hid/hid-roccat-kovaplus.c 	kovaplus->actual_y_sensitivity = kovaplus->profile_settings[new_profile_index].sensitivity_y;