Home
last modified time | relevance | path

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

/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,