Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.h122 extern int KeyboardConvertScan_init(struct kb8042 *, int scanset);
H A Dat_keyprocess.c675 KeyboardConvertScan_init(struct kb8042 *kb8042, int scanset) in KeyboardConvertScan_init() function
H A Dkb8042.c538 if (KeyboardConvertScan_init(kb8042, scanset) != DDI_SUCCESS) { in kb8042_attach()