OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chr_read
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
qemu-char.h
62
IOReadHandler *
chr_read
;
member in struct:CharDriverState
charpipe.c
106
if (bip == NULL && peer != NULL && peer->cs->
chr_read
!= NULL) {
161
if (peer == NULL || peer->cs->
chr_read
== NULL)
393
cs->
chr_read
,
qemu-char.c
193
s->
chr_read
(s->handler_opaque, buf, len);
234
s->
chr_read
= fd_read;
267
IOReadHandler *
chr_read
[MAX_MUX];
member in struct:__anon28219
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
;
[
all
...]
console.c
[
all
...]
/external/qemu/hw/
bt-hci-csr.c
80
s->chr.
chr_read
) {
81
s->chr.
chr_read
(s->chr.handler_opaque,
Completed in 418 milliseconds