Searched refs:kb8042 (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/io/kb8042/ |
H A D | kb8042.c | 122 static void kb8042_init(struct kb8042 *kb8042, boolean_t from_resume); 124 static void kb8042_wait_poweron(struct kb8042 *kb8042); 125 static void kb8042_send_to_keyboard(struct kb8042 *, int, boolean_t); 127 static void kb8042_setled(struct kb8042 *, int led_state, boolean_t polled); 133 static void kb8042_get_initial_leds(struct kb8042 *, int *, int *); 134 static boolean_t kb8042_autorepeat_detect(struct kb8042 *kb8042, int key_pos, 136 static void kb8042_type4_cmd(struct kb8042 *kb8042, int cmd); 137 static void kb8042_ioctlmsg(struct kb8042 *kb8042, queue_t *, mblk_t *); 139 static void kb8042_process_key(struct kb8042 *, kbtrans_key_t, enum keystate); 142 static void kb8042_cleanup(struct kb8042 *kb8042); [all …]
|
H A D | at_keyprocess.c | 65 static boolean_t KeyboardConvertScan_set1(struct kb8042 *, unsigned char, int *, 67 static boolean_t KeyboardConvertScan_set2(struct kb8042 *, unsigned char, int *, 74 static boolean_t (*KeyboardConvertScan_fn)(struct kb8042 *, unsigned char, 675 KeyboardConvertScan_init(struct kb8042 *kb8042, int scanset) in KeyboardConvertScan_init() argument 677 kb8042->parse_scan_state = STATE_IDLE; in KeyboardConvertScan_init() 678 kb8042->break_received = 0; in KeyboardConvertScan_init() 714 struct kb8042 *kb8042, in KeyboardConvertScan() argument 722 return ((*KeyboardConvertScan_fn)(kb8042, scan, keynum, state, in KeyboardConvertScan() 728 struct kb8042 *kb8042, in KeyboardConvertScan_set1() argument 758 kb8042->parse_scan_state = STATE_IDLE; in KeyboardConvertScan_set1() [all …]
|
H A D | kb8042.h | 81 struct kb8042 { struct 120 extern boolean_t KeyboardConvertScan(struct kb8042 *, unsigned char scan, argument 122 extern int KeyboardConvertScan_init(struct kb8042 *, int scanset);
|
/titanic_50/usr/src/uts/intel/kb8042/ |
H A D | Makefile | 41 MODULE = kb8042
|
/titanic_50/usr/src/uts/sparc/kb8042/ |
H A D | Makefile | 41 MODULE = kb8042
|
/titanic_50/usr/src/uts/sparc/ |
H A D | Makefile.sparc | 292 DRV_KMODS += i8042 kb8042 mouse8042
|
/titanic_50/usr/src/uts/intel/ |
H A D | Makefile.intel | 269 DRV_KMODS += kb8042
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.mf | 171 driver name=kb8042 alias=pnpPNP,303 359 file path=kernel/drv/$(ARCH64)/kb8042 group=sys
|
/titanic_50/usr/src/uts/common/ |
H A D | Makefile.rules | 903 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/kb8042/%.c 2220 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/kb8042/%.c
|
H A D | Makefile.files | 1002 kb8042.o \
|