Lines Matching refs:emptyq
68 #define emptyq(q) ((q)->tail = (q)->head = (q)->qcount = 0) macro
70 #define emptyq(q) ((q)->tail = (q)->head = 0) macro
667 emptyq(&p->aux); in send_aux_command()
714 emptyq(&p->aux); in send_aux_command_and_data()
878 emptyq(&p->kbd); in empty_kbd_buffer()
917 emptyq(&p->aux); in empty_aux_buffer()
964 emptyq(&p->kbd); in empty_both_buffers()
965 emptyq(&p->aux); in empty_both_buffers()
984 emptyq(&p->kbd); in reset_kbd()
1022 emptyq(&p->aux); in reset_aux_dev()
1074 emptyq(&p->kbd); in test_controller()
1102 emptyq(&p->kbd); in test_kbd_port()
1128 emptyq(&p->kbd); in test_aux_port()
1160 emptyq(&p->kbd); in get_controller_command_byte()