Searched refs:get_chars (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvc_riscv_sbi.c44 .get_chars = hvc_sbi_tty_get,
60 .get_chars = hvc_sbi_dbcn_tty_get,
H A Dhvc_udbg.c50 .get_chars = hvc_udbg_get,
H A Dhvsi_lib.c169 pv->inbuf_len += pv->get_chars(pv->termno,
416 ssize_t (*get_chars)(uint32_t termno, u8 *buf, size_t count),
422 pv->get_chars = get_chars;
H A Dhvc_console.h55 ssize_t (*get_chars)(uint32_t vtermno, u8 *buf, size_t count); member in struct:hv_ops
H A Dhvc_rtas.c63 .get_chars = hvc_rtas_read_console,
H A Dhvc_vio.c130 .get_chars = hvterm_raw_get_chars,
220 .get_chars = hvterm_hvsi_get_chars,
H A Dhvc_opal.c53 .get_chars = opal_get_chars,
144 .get_chars = hvc_opal_hvsi_get_chars,
H A Dhvc_dcc.c260 .get_chars = hvc_dcc0_get_chars,
H A Dhvc_xen.c206 .get_chars = domU_read_console,
232 .get_chars = dom0_read_console,
H A Dhvc_console.c685 n = hp->ops->get_chars(hp->vtermno, buf, count);
868 n = hp->ops->get_chars(hp->vtermno, &ch, 1);
H A Dhvc_iucv.c302 * hvc_iucv_get_chars() - HVC get_chars operation.
572 * If the tty has been opened, let get_chars() return -EPIPE to signal
574 * to call get_chars()...
1012 .get_chars = hvc_iucv_get_chars,
/linux-master/arch/powerpc/include/asm/
H A Dhvsi.h75 ssize_t (*get_chars)(uint32_t termno, u8 *buf, size_t count); member in struct:hvsi_priv
83 ssize_t (*get_chars)(uint32_t termno, u8 *buf,
/linux-master/drivers/char/
H A Dvirtio_console.c39 * that callbacks from hvc for get_chars(), put_chars() work properly
1129 * get_chars() is the callback from the hvc_console infrastructure
1135 static ssize_t get_chars(u32 vtermno, u8 *buf, size_t count) function
1187 .get_chars = get_chars,
1211 * put_chars() get_chars(), notifier_add() and notifier_del()

Completed in 313 milliseconds