Searched refs:KBDC (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/misc/kbd/ |
| HD | atkbdcreg.h | 258 typedef struct atkbdc_softc *KBDC; typedef 273 KBDC atkbdc_open(int unit); 274 int kbdc_lock(KBDC kbdc, int lock); 275 int kbdc_data_ready(KBDC kbdc); 277 int write_controller_command(KBDC kbdc,int c); 278 int write_controller_data(KBDC kbdc, int c); 279 int write_controller_w1r1(KBDC kbdc, int c, int d); 281 int write_kbd_command(KBDC kbdc,int c); 282 int write_aux_command(KBDC kbdc,int c); 283 int send_kbd_command(KBDC kbdc,int c); [all …]
|
| HD | atkbdc.c | 332 KBDC 341 return (KBDC)atkbdc_softc[unit]; in atkbdc_open() 385 kbdc_lock(KBDC p, int lock) in kbdc_lock() 397 kbdc_data_ready(KBDC p) in kbdc_data_ready() 600 write_controller_w1r1(KBDC p, int c, int d) in write_controller_w1r1() 611 write_controller_command(KBDC p, int c) in write_controller_command() 621 write_controller_data(KBDC p, int c) in write_controller_data() 631 write_kbd_command(KBDC p, int c) in write_kbd_command() 641 write_aux_command(KBDC p, int c) in write_aux_command() 655 send_kbd_command(KBDC p, int c) in send_kbd_command() [all …]
|
| HD | atkbd.c | 60 KBDC kbdc; /* keyboard controller */ 85 static int atkbd_reset(KBDC kbdc, int flags, int c); 268 static int setup_kbd_port(KBDC kbdc, int port, int intr); 269 static int get_kbd_echo(KBDC kbdc); 270 static int probe_keyboard(KBDC kbdc, int flags); 271 static int init_keyboard(KBDC kbdc, int *type, int flags); 272 static int write_kbd(KBDC kbdc, int command, int data); 273 static int get_kbd_id(KBDC kbdc); 360 KBDC kbdc; in atkbd_probe() 1188 atkbd_reset(KBDC kbdc, int flags, int c) in atkbd_reset() [all …]
|
| /dragonfly/sys/dev/misc/psm/ |
| HD | psm.c | 439 KBDC kbdc; /* handle to access kbd controller */ 631 static int enable_aux_dev(KBDC); 632 static int disable_aux_dev(KBDC); 633 static int get_mouse_status(KBDC, int *, int, int); 634 static int get_aux_id(KBDC); 635 static int set_mouse_sampling_rate(KBDC, int); 636 static int set_mouse_scaling(KBDC, int); 637 static int set_mouse_resolution(KBDC, int); 638 static int set_mouse_mode(KBDC); 639 static int get_mouse_buttons(KBDC); [all …]
|