HomeSort by relevance Sort by last modified time
    Searched refs:write_cmd (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
ps2.c 82 int32_t write_cmd; member in struct:__anon11202
194 switch(s->common.write_cmd) {
223 s->common.write_cmd = val;
259 s->common.write_cmd = -1;
263 s->common.write_cmd = -1;
267 s->common.write_cmd = -1;
371 switch(s->common.write_cmd) {
412 s->common.write_cmd = val;
481 s->common.write_cmd = -1;
486 s->common.write_cmd = -1
    [all...]
pckbd.c 116 uint8_t write_cmd; /* if non zero, write data to port 60 is expected */ member in struct:KBDState
215 s->write_cmd = val;
301 switch(s->write_cmd) {
331 s->write_cmd = 0;
346 qemu_put_8s(f, &s->write_cmd);
358 qemu_get_8s(f, &s->write_cmd);
  /external/bluetooth/bluez/tools/
hciattach_ath3k.c 141 static int write_cmd(int fd, uint8_t *buffer, int len) function
180 if (write_cmd(fd, cmd, HCI_PS_CMD_HDR_LEN) < 0)
191 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0)
203 if (write_cmd(fd, cmd, ps_list[i].len +
549 if (write_cmd(fd, cmd, patch.len + HCI_PS_CMD_HDR_LEN) < 0)
  /external/qemu/
qemu-io.c 642 static const cmdinfo_t write_cmd = { variable
686 return command_usage(&write_cmd);
691 return command_usage(&write_cmd);
    [all...]

Completed in 49 milliseconds