OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chr_write
(Results
1 - 7
of
7
) sorted by null
/external/qemu/hw/
msmouse.c
72
chr->
chr_write
= msmouse_chr_write;
bt-hci-csr.c
441
s->chr.
chr_write
= csrhci_write;
/external/qemu/
qemu-char.h
56
int (*
chr_write
)(struct CharDriverState *s, const uint8_t *buf, int len);
member in struct:CharDriverState
qemu-char.c
174
return s->
chr_write
(s, buf, len);
257
chr->
chr_write
= null_chr_write;
292
ret = d->drv->
chr_write
(d->drv, buf, len);
314
d->drv->
chr_write
(d->drv, (uint8_t *)buf1, strlen(buf1));
317
ret += d->drv->
chr_write
(d->drv, buf+i, 1);
352
chr->
chr_write
(chr, (uint8_t *)cbuf, strlen(cbuf));
356
chr->
chr_write
(chr, (uint8_t *)ebuf, strlen(ebuf));
358
chr->
chr_write
(chr, (uint8_t *)&mux_help[i][j], 1);
383
chr->
chr_write
(chr,(uint8_t *)term,strlen(term));
509
chr->
chr_write
= mux_chr_write
[
all
...]
charpipe.c
212
cs->
chr_write
= charpipehalf_write;
408
cs->
chr_write
= charbuffer_write;
console.c
[
all
...]
gdbstub.c
[
all
...]
Completed in 361 milliseconds