Searched refs:register_keyboard_notifier (Results 1 – 5 of 5) sorted by relevance
19 extern int register_keyboard_notifier(struct notifier_block *nb);
5 One can use register_keyboard_notifier to get called back on keyboard
378 register_keyboard_notifier(&keyboard_notifier_block); in braille_register_console()
143 int register_keyboard_notifier(struct notifier_block *nb) in register_keyboard_notifier() function147 EXPORT_SYMBOL_GPL(register_keyboard_notifier);
2397 err = register_keyboard_notifier(&keyboard_notifier_block); in speakup_init()