Home | History | Annotate | Download | only in hw

Lines Matching defs:cs

33     CharDriverState *cs;
94 if(s->cs)
95 qemu_chr_write(s->cs, &ch, 1);
117 if(s->cs) {
131 qemu_chr_write(s->cs, (const uint8_t*)temp, to_write);
198 int goldfish_tty_add(CharDriverState *cs, int id, uint32_t base, int irq)
211 s->cs = cs;
213 if(cs) {
214 qemu_chr_add_handlers(cs, tty_can_receive, tty_receive, NULL, s);