Home
last modified time | relevance | path

Searched refs:new_startup_profile (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hid/
Dhid-roccat-kone.c566 unsigned long new_startup_profile; in kone_sysfs_set_startup_profile() local
572 retval = kstrtoul(buf, 10, &new_startup_profile); in kone_sysfs_set_startup_profile()
576 if (new_startup_profile < 1 || new_startup_profile > 5) in kone_sysfs_set_startup_profile()
581 kone->settings.startup_profile = new_startup_profile; in kone_sysfs_set_startup_profile()
591 kone_profile_activated(kone, new_startup_profile); in kone_sysfs_set_startup_profile()
592 kone_profile_report(kone, new_startup_profile); in kone_sysfs_set_startup_profile()