Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/parisc/kernel/
Dkeyboard.c62 init_hw: def_init_hw, \
96 if(ops->init_hw) in register_kbd_ops()
97 kbd_ops->init_hw = ops->init_hw; in register_kbd_ops()
/linux-2.4.37.9/include/asm-parisc/
Dkeyboard.h56 void (*init_hw)(void); member
67 #define kbd_init_hw (*kbd_ops->init_hw)