Searched refs:chr_read (Results 1 - 5 of 5) sorted by relevance

/external/qemu/
H A Dqemu-char.h62 IOReadHandler *chr_read; member in struct:CharDriverState
H A Dcharpipe.c106 if (bip == NULL && peer != NULL && peer->cs->chr_read != NULL) {
161 if (peer == NULL || peer->cs->chr_read == NULL)
393 cs->chr_read,
H A Dqemu-char.c193 s->chr_read(s->handler_opaque, buf, len);
234 s->chr_read = fd_read;
267 IOReadHandler *chr_read[MAX_MUX]; member in struct:__anon8661
424 d->chr_read[m](d->ext_opaque[m],
456 d->chr_read[m](d->ext_opaque[m], &buf[i], 1);
483 d->chr_read[d->mux_cnt] = chr->chr_read;
H A Dconsole.c1232 if (s->chr->chr_read) {
/external/qemu/hw/
H A Dbt-hci-csr.c80 s->chr.chr_read) {
81 s->chr.chr_read(s->chr.handler_opaque,

Completed in 176 milliseconds