Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hid/
Dhid-corsair.c344 int current_profile; in k90_show_current_profile() local
362 current_profile = data[7]; in k90_show_current_profile()
363 if (current_profile < 1 || current_profile > 3) { in k90_show_current_profile()
370 ret = snprintf(buf, PAGE_SIZE, "%d\n", current_profile); in k90_show_current_profile()
406 static DEVICE_ATTR(current_profile, 0644, k90_show_current_profile,
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-driver-hid-corsair11 What: /sys/bus/drivers/corsair/<dev>/current_profile
/Linux-v5.15/drivers/platform/x86/
Dideapad-laptop.c112 enum platform_profile_option current_profile; member
760 *profile = dytc->current_profile; in dytc_profile_get()
840 dytc->current_profile = profile; in dytc_profile_set()
865 if (profile != priv->dytc->current_profile) { in dytc_profile_refresh()
866 priv->dytc->current_profile = profile; in dytc_profile_refresh()