Lines Matching refs:current_mode
2942 int current_mode; in adaptive_kbd_mode_show() local
2944 current_mode = adaptive_keyboard_get_mode(); in adaptive_kbd_mode_show()
2945 if (current_mode < 0) in adaptive_kbd_mode_show()
2946 return current_mode; in adaptive_kbd_mode_show()
2948 return snprintf(buf, PAGE_SIZE, "%d\n", current_mode); in adaptive_kbd_mode_show()
3625 int current_mode = 0; in adaptive_keyboard_hotkey_notify_hotkey() local
3635 current_mode = adaptive_keyboard_get_mode(); in adaptive_keyboard_hotkey_notify_hotkey()
3636 if (current_mode < 0) in adaptive_keyboard_hotkey_notify_hotkey()
3639 current_mode); in adaptive_keyboard_hotkey_notify_hotkey()
3648 current_mode = adaptive_keyboard_get_mode(); in adaptive_keyboard_hotkey_notify_hotkey()
3649 if (current_mode < 0) in adaptive_keyboard_hotkey_notify_hotkey()
3652 adaptive_keyboard_prev_mode = current_mode; in adaptive_keyboard_hotkey_notify_hotkey()