Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-roccat-kone.c565 unsigned long new_startup_profile; in kone_sysfs_set_startup_profile() local
571 retval = kstrtoul(buf, 10, &new_startup_profile); in kone_sysfs_set_startup_profile()
575 if (new_startup_profile < 1 || new_startup_profile > 5) in kone_sysfs_set_startup_profile()
580 kone->settings.startup_profile = new_startup_profile; in kone_sysfs_set_startup_profile()
590 kone_profile_activated(kone, new_startup_profile); in kone_sysfs_set_startup_profile()
591 kone_profile_report(kone, new_startup_profile); in kone_sysfs_set_startup_profile()