Searched refs:write_cmd (Results 1 - 4 of 4) sorted by relevance

/external/qemu/hw/input/
H A Dps2.c82 int32_t write_cmd; member in struct:__anon29671
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
[all...]
H A Dpckbd.c116 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/libnfc-nci/src/nfc/tags/
H A Drw_t2t.c806 UINT8 write_cmd[T2T_WRITE_DATA_LEN + 1]; local
810 write_cmd[0] = (UINT8) (block%T2T_BLOCKS_PER_SECTOR);
811 memcpy (&write_cmd[1], p_write_data, T2T_WRITE_DATA_LEN);
824 memcpy (p, write_cmd, T2T_WRITE_DATA_LEN + 1);
837 if ((status = rw_t2t_send_cmd (T2T_CMD_WRITE, write_cmd)) == NFC_STATUS_OK)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c441 static int write_cmd(char *buf, size_t buflen, const char *cmd, int argc, function
481 if (write_cmd(buf, sizeof(buf), cmd, argc, argv) < 0)
1890 if (write_cmd(cmd, sizeof(cmd), "P2P_SERV_DISC_REQ", argc, argv) < 0)
2313 if (write_cmd(cmd, sizeof(cmd), "HS20_GET_NAI_HOME_REALM_LIST",
2332 if (write_cmd(cmd, sizeof(cmd), "HS20_ICON_REQUEST", argc, argv) < 0)

Completed in 219 milliseconds