new_startup_profile  559 drivers/hid/hid-roccat-kone.c 	unsigned long new_startup_profile;
new_startup_profile  565 drivers/hid/hid-roccat-kone.c 	retval = kstrtoul(buf, 10, &new_startup_profile);
new_startup_profile  569 drivers/hid/hid-roccat-kone.c 	if (new_startup_profile  < 1 || new_startup_profile > 5)
new_startup_profile  574 drivers/hid/hid-roccat-kone.c 	kone->settings.startup_profile = new_startup_profile;
new_startup_profile  584 drivers/hid/hid-roccat-kone.c 	kone_profile_activated(kone, new_startup_profile);
new_startup_profile  585 drivers/hid/hid-roccat-kone.c 	kone_profile_report(kone, new_startup_profile);