Searched refs:write_cmd (Results 1 – 4 of 4) sorted by relevance
/external/qemu/hw/ |
D | ps2.c | 82 int32_t write_cmd; member 194 switch(s->common.write_cmd) { in ps2_write_keyboard() 223 s->common.write_cmd = val; in ps2_write_keyboard() 259 s->common.write_cmd = -1; in ps2_write_keyboard() 263 s->common.write_cmd = -1; in ps2_write_keyboard() 267 s->common.write_cmd = -1; in ps2_write_keyboard() 371 switch(s->common.write_cmd) { in ps2_write_mouse() 412 s->common.write_cmd = val; in ps2_write_mouse() 481 s->common.write_cmd = -1; in ps2_write_mouse() 486 s->common.write_cmd = -1; in ps2_write_mouse() [all …]
|
D | pckbd.c | 116 uint8_t write_cmd; /* if non zero, write data to port 60 is expected */ member 215 s->write_cmd = val; in kbd_write_command() 301 switch(s->write_cmd) { in kbd_write_data() 331 s->write_cmd = 0; in kbd_write_data() 346 qemu_put_8s(f, &s->write_cmd); in kbd_save() 358 qemu_get_8s(f, &s->write_cmd); in kbd_load()
|
/external/bluetooth/bluez/tools/ |
D | hciattach_ath3k.c | 141 static int write_cmd(int fd, uint8_t *buffer, int len) in write_cmd() function 180 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0) in write_ps_cmd() 191 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0) in write_ps_cmd() 203 if (write_cmd(fd, cmd, ps_list[i].len + in write_ps_cmd() 549 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0) in ps_patch_download()
|
/external/qemu/ |
D | qemu-io.c | 642 static const cmdinfo_t write_cmd = { variable 686 return command_usage(&write_cmd); in write_f() 691 return command_usage(&write_cmd); in write_f() 1802 add_command(&write_cmd); in main()
|