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