Lines Matching refs:u_char
53 static u_char command_byte = 0;
57 static u_char ps2mult_buf [PS2BUF_SIZE];
62 static u_char ps2mult_buf_status [PS2BUF_SIZE];
72 static void ps2mult_send_byte(u_char byte, u_char sel) in ps2mult_send_byte()
100 static void ps2mult_receive_byte(u_char byte, u_char sel) in ps2mult_receive_byte()
102 u_char status = KBD_STAT_DEFAULT; in ps2mult_receive_byte()
152 u_char byte; in ps2mult_callback()
203 u_char ps2mult_read_status(void) in ps2mult_read_status()
205 u_char byte; in ps2mult_read_status()
220 u_char ps2mult_read_input(void) in ps2mult_read_input()
222 u_char byte = 0; in ps2mult_read_input()
237 void ps2mult_write_output(u_char val) in ps2mult_write_output()
288 void ps2mult_write_command(u_char val) in ps2mult_write_command()
440 u_char key[] = { in ps2mult_init()