OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chr_write
(Results
1 - 8
of
8
) sorted by null
/external/qemu/
qemu-char.h
51
int (*
chr_write
)(struct CharDriverState *s, const uint8_t *buf, int len);
member in struct:CharDriverState
qemu-char-android.c
157
return s->
chr_write
(s, buf, len);
225
chr->
chr_write
= null_chr_write;
259
ret = d->drv->
chr_write
(d->drv, buf, len);
281
d->drv->
chr_write
(d->drv, (uint8_t *)buf1, strlen(buf1));
284
ret += d->drv->
chr_write
(d->drv, buf+i, 1);
319
chr->
chr_write
(chr, (uint8_t *)cbuf, strlen(cbuf));
323
chr->
chr_write
(chr, (uint8_t *)ebuf, strlen(ebuf));
325
chr->
chr_write
(chr, (uint8_t *)&mux_help[i][j], 1);
350
chr->
chr_write
(chr,(uint8_t *)term,strlen(term));
477
chr->
chr_write
= mux_chr_write
[
all
...]
qemu-char.c
149
return s->
chr_write
(s, buf, len);
217
chr->
chr_write
= null_chr_write;
251
ret = d->drv->
chr_write
(d->drv, buf, len);
273
d->drv->
chr_write
(d->drv, (uint8_t *)buf1, strlen(buf1));
276
ret += d->drv->
chr_write
(d->drv, buf+i, 1);
311
chr->
chr_write
(chr, (uint8_t *)cbuf, strlen(cbuf));
315
chr->
chr_write
(chr, (uint8_t *)ebuf, strlen(ebuf));
317
chr->
chr_write
(chr, (uint8_t *)&mux_help[i][j], 1);
342
chr->
chr_write
(chr,(uint8_t *)term,strlen(term));
469
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
...]
/external/qemu/hw/
msmouse.c
72
chr->
chr_write
= msmouse_chr_write;
bt-hci-csr.c
442
s->chr.
chr_write
= csrhci_write;
Completed in 291 milliseconds