HomeSort by relevance Sort by last modified time
    Searched defs:CharDriverState (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/qemu/
typedefs.h 40 typedef struct CharDriverState CharDriverState;
  /external/qemu/include/sysemu/
char.h 54 struct CharDriverState {
55 void (*init)(struct CharDriverState *s);
56 int (*chr_write)(struct CharDriverState *s, const uint8_t *buf, int len);
57 void (*chr_update_read_handler)(struct CharDriverState *s);
58 int (*chr_ioctl)(struct CharDriverState *s, int cmd, void *arg);
59 int (*get_msgfd)(struct CharDriverState *s);
64 void (*chr_send_event)(struct CharDriverState *chr, int event);
65 void (*chr_close)(struct CharDriverState *chr);
66 void (*chr_accept_input)(struct CharDriverState *chr);
67 void (*chr_set_echo)(struct CharDriverState *chr, bool echo)
    [all...]

Completed in 40 milliseconds