/openbmc/qemu/hw/i3c/ |
H A D | remote-i3c.c | 72 qemu_chr_fe_write_all(&i3c->chr, &type, 1); in remote_i3c_recv() 74 qemu_chr_fe_write_all(&i3c->chr, (uint8_t *)&num_to_read_le, in remote_i3c_recv() 98 qemu_chr_fe_write_all(&i3c->chr, &i3c->current_cmd, in remote_i3c_chr_send_bytes() 107 qemu_chr_fe_write_all(&i3c->chr, (uint8_t *)&num_bytes_le, 4); in remote_i3c_chr_send_bytes() 108 qemu_chr_fe_write_all(&i3c->chr, buf, num_bytes); in remote_i3c_chr_send_bytes() 160 qemu_chr_fe_write_all(&i3c->chr, &type, 1); in remote_i3c_handle_ccc_read() 217 qemu_chr_fe_write_all(&i3c->chr, &type, 1); in remote_i3c_event() 368 qemu_chr_fe_write_all(&i3c->chr, &resp, sizeof(resp)); in remote_i3c_do_ibi()
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 381 qemu_chr_fe_write_all(chr, (uint8_t *) &msg, in chr_read() 413 qemu_chr_fe_write_all(chr, p, VHOST_USER_HDR_SIZE + msg.size); in chr_read() 446 qemu_chr_fe_write_all(chr, p, VHOST_USER_HDR_SIZE + msg.size); in chr_read() 488 qemu_chr_fe_write_all(chr, p, VHOST_USER_HDR_SIZE); in chr_read() 504 qemu_chr_fe_write_all(chr, p, VHOST_USER_HDR_SIZE + msg.size); in chr_read() 1077 qemu_chr_fe_write_all(chr, (uint8_t *)msg, VHOST_USER_HDR_SIZE + msg->size); in vu_net_get_protocol_features() 1161 qemu_chr_fe_write_all(chr, (uint8_t *)msg, VHOST_USER_HDR_SIZE + msg->size); in vu_gpio_get_protocol_features() 1203 qemu_chr_fe_write_all(chr, (uint8_t *)msg, VHOST_USER_HDR_SIZE + msg->size); in vu_scmi_get_protocol_features()
|
/openbmc/qemu/hw/char/ |
H A D | goldfish_tty.c | 102 qemu_chr_fe_write_all(&s->chr, data_out, to_copy); in goldfish_tty_cmd() 137 qemu_chr_fe_write_all(&s->chr, &c, sizeof(c)); in goldfish_tty_write()
|
H A D | riscv_htif.c | 224 qemu_chr_fe_write_all(&s->chr, &ch, 1); in htif_handle_tohost_write() 247 qemu_chr_fe_write_all(&s->chr, &ch, 1); in htif_handle_tohost_write()
|
H A D | terminal3270.c | 84 qemu_chr_fe_write_all(&t->chr, timing, sizeof(timing)); in send_timing_mark_cb() 279 retval = qemu_chr_fe_write_all(&t->chr, t->outv, out_len); in write_payload_3270()
|
H A D | sclpconsole-lm.c | 99 qemu_chr_fe_write_all(&scon->chr, buf, size); in chr_read() 210 return qemu_chr_fe_write_all(&scon->chr, buf, len); in write_console_data()
|
H A D | debugcon.c | 66 qemu_chr_fe_write_all(&s->chr, &ch, 1); in debugcon_ioport_write()
|
H A D | digic-uart.c | 84 qemu_chr_fe_write_all(&s->chr, &ch, 1); in digic_uart_write()
|
H A D | shakti_uart.c | 76 qemu_chr_fe_write_all(&s->chr, &ch, 1); in shakti_uart_write()
|
H A D | xilinx_uartlite.c | 152 qemu_chr_fe_write_all(&s->chr, &ch, 1); in uart_write()
|
H A D | grlib_apbuart.c | 215 qemu_chr_fe_write_all(&uart->chr, &c, 1); in grlib_apbuart_write()
|
H A D | stm32f2xx_usart.c | 164 qemu_chr_fe_write_all(&s->chr, &ch, 1); in stm32f2xx_usart_write()
|
H A D | bcm2835_aux.c | 177 qemu_chr_fe_write_all(&s->chr, &ch, 1); in bcm2835_aux_write()
|
H A D | spapr_vty.c | 87 qemu_chr_fe_write_all(&dev->chardev, buf, len); in vty_putchars()
|
H A D | sclpconsole.c | 178 return qemu_chr_fe_write_all(&scon->chr, buf, len); in write_console_data()
|
H A D | mcf_uart.c | 129 qemu_chr_fe_write_all(&s->chr, (unsigned char *)&s->tb, 1); in mcf_uart_do_tx()
|
H A D | avr_usart.c | 183 qemu_chr_fe_write_all(&usart->chr, &data, 1); in avr_usart_write()
|
H A D | sh_serial.c | 128 qemu_chr_fe_write_all(&s->chr, &ch, 1); in sh_serial_write()
|
/openbmc/qemu/net/ |
H A D | filter-mirror.c | 63 ret = qemu_chr_fe_write_all(&s->chr_out, (uint8_t *)&len, sizeof(len)); in _filter_send() 79 ret = qemu_chr_fe_write_all(&s->chr_out, (uint8_t *)&len, sizeof(len)); in _filter_send() 85 ret = qemu_chr_fe_write_all(&s->chr_out, (uint8_t *)buf, size); in _filter_send()
|
H A D | colo-compare.c | 734 ret = qemu_chr_fe_write_all(sendco->chr, (uint8_t *)&len, sizeof(len)); in _compare_chr_send() 749 ret = qemu_chr_fe_write_all(sendco->chr, in _compare_chr_send() 760 ret = qemu_chr_fe_write_all(sendco->chr, in _compare_chr_send()
|
/openbmc/qemu/chardev/ |
H A D | char-fe.c | 44 int qemu_chr_fe_write_all(CharBackend *be, const uint8_t *buf, int len) in qemu_chr_fe_write_all() function 171 qemu_chr_fe_write_all(be, (uint8_t *)buf, strlen(buf)); in qemu_chr_fe_printf()
|
/openbmc/qemu/include/chardev/ |
H A D | char-fe.h | 248 int qemu_chr_fe_write_all(CharBackend *be, const uint8_t *buf, int len);
|
/openbmc/qemu/hw/usb/ |
H A D | ccid-card-passthru.c | 88 qemu_chr_fe_write_all(&s->cs, (uint8_t *)&scr_msg_header, in DECLARE_INSTANCE_CHECKER() 90 qemu_chr_fe_write_all(&s->cs, payload, length); in DECLARE_INSTANCE_CHECKER()
|
/openbmc/qemu/backends/ |
H A D | rng-egd.c | 46 qemu_chr_fe_write_all(&s->chr, header, sizeof(header)); in rng_egd_request_entropy()
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_emulator.c | 140 n = qemu_chr_fe_write_all(dev, buf, n); in tpm_emulator_ctrlcmd() 847 n = qemu_chr_fe_write_all(&tpm_emu->ctrl_chr, tsb->buffer, tsb->size); in tpm_emulator_set_state_blob()
|