Searched refs:KBDC (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/atkbdc/ |
H A D | atkbdcreg.h | 224 typedef atkbdc_softc_t *KBDC; typedef 239 KBDC atkbdc_open(int unit); 240 int kbdc_lock(KBDC kbdc, int lock); 241 int kbdc_data_ready(KBDC kbdc); 243 int write_controller_command(KBDC kbdc,int c); 244 int write_controller_data(KBDC kbdc,int c); 246 int write_kbd_command(KBDC kbdc,int c); 247 int write_aux_command(KBDC kbdc,int c); 248 int send_kbd_command(KBDC kbdc,int c); 249 int send_aux_command(KBDC kbdc,int c); [all …]
|
H A D | atkbdc.c | 320 KBDC 373 kbdc_lock(KBDC p, int lock) in kbdc_lock() 385 kbdc_data_ready(KBDC p) in kbdc_data_ready() 589 write_controller_command(KBDC p, int c) in write_controller_command() 599 write_controller_data(KBDC p, int c) in write_controller_data() 609 write_kbd_command(KBDC p, int c) in write_kbd_command() 619 write_aux_command(KBDC p, int c) in write_aux_command() 633 send_kbd_command(KBDC p, int c) in send_kbd_command() 650 send_aux_command(KBDC p, int c) in send_aux_command() 677 send_kbd_command_and_data(KBDC p, int c, int d) in send_kbd_command_and_data() [all …]
|
H A D | atkbd.c | 59 KBDC kbdc; /* keyboard controller */ 83 static int atkbd_reset(KBDC kbdc, int flags, int c); 262 static int setup_kbd_port(KBDC kbdc, int port, int intr); 263 static int get_kbd_echo(KBDC kbdc); 264 static int probe_keyboard(KBDC kbdc, int flags); 265 static int init_keyboard(KBDC kbdc, int *type, int flags); 266 static int write_kbd(KBDC kbdc, int command, int data); 267 static int get_kbd_id(KBDC kbdc); 350 KBDC kbdc; in atkbd_probe() 1172 atkbd_reset(KBDC kbdc, int flags, int c) in atkbd_reset() [all …]
|
H A D | psm.c | 434 KBDC kbdc; /* handle to access kbd controller */ 621 static int enable_aux_dev(KBDC); 622 static int disable_aux_dev(KBDC); 623 static int get_mouse_status(KBDC, int *, int, int); 624 static int get_aux_id(KBDC); 625 static int set_mouse_sampling_rate(KBDC, int); 626 static int set_mouse_scaling(KBDC, int); 627 static int set_mouse_resolution(KBDC, int); 628 static int set_mouse_mode(KBDC); 629 static int get_mouse_buttons(KBDC); [all …]
|