Searched refs:startup_profile (Results 1 - 5 of 5) sorted by relevance

/drivers/hid/
H A Dhid-roccat-kone.c288 * Writing settings automatically activates startup_profile.
315 old_profile = kone->settings.startup_profile;
318 kone_profile_activated(kone, kone->settings.startup_profile);
320 if (kone->settings.startup_profile != old_profile)
321 kone_profile_report(kone, kone->settings.startup_profile);
517 kone_profile_activated(kone, kone->settings.startup_profile);
533 return snprintf(buf, PAGE_SIZE, "%d\n", kone->settings.startup_profile);
557 kone->settings.startup_profile = new_startup_profile;
609 __ATTR(startup_profile, 0660,
682 kone_profile_activated(kone, kone->settings.startup_profile);
[all...]
H A Dhid-roccat-pyra.h42 uint8_t startup_profile; /* Range 0-4! */ member in struct:pyra_settings
H A Dhid-roccat-pyra.c319 profile_activated(pyra, pyra->settings.startup_profile);
322 roccat_report.value = pyra->settings.startup_profile + 1;
361 return snprintf(buf, PAGE_SIZE, "%d\n", pyra->settings.startup_profile);
369 __ATTR(startup_profile, 0440,
484 profile_activated(pyra, pyra->settings.startup_profile);
H A Dhid-roccat-kone.h140 uint8_t startup_profile; /* 1-5 */ member in struct:kone_settings
H A Dhid-roccat-koneplus.c471 __ATTR(startup_profile, 0660,

Completed in 295 milliseconds