Searched refs:hvc_put_chars (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | hvconsole.c | 48 * hvc_put_chars: send characters to firmware for denoted vterm adapter 55 int hvc_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_put_chars() function 75 EXPORT_SYMBOL(hvc_put_chars); variable
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | hvconsole.c | 48 * hvc_put_chars: send characters to firmware for denoted vterm adapter 55 int hvc_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_put_chars() function 75 EXPORT_SYMBOL(hvc_put_chars); variable
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_vio.c | 114 * hvc_put_chars(), this buffer must be at least 16 bytes long, even if 125 return hvc_put_chars(pv->termno, buf, count); in hvterm_raw_put_chars() 346 hvsilib_init(&pv->hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_probe() 409 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_init_early() 469 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in udbg_init_debug_lpar_hvsi()
|
H A D | hvsi.c | 295 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_version_respond() 553 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_query() 600 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_set_mctrl() 676 ret = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_put_chars() 696 hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_close_protocol()
|
H A D | hvcs.c | 163 * How much data can firmware send with each hvc_put_chars()? Maybe this 550 sent = hvc_put_chars(unit_address, in hvcs_try_write() 1369 result = hvc_put_chars(unit_address, in hvcs_write() 1389 * deadlock our writes if hvc_put_chars fails. in hvcs_write()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_vio.c | 114 * hvc_put_chars(), this buffer must be at least 16 bytes long, even if 125 return hvc_put_chars(pv->termno, buf, count); in hvterm_raw_put_chars() 346 hvsilib_init(&pv->hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_probe() 409 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_init_early() 469 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in udbg_init_debug_lpar_hvsi()
|
H A D | hvsi.c | 295 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_version_respond() 553 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_query() 600 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_set_mctrl() 676 ret = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_put_chars() 696 hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_close_protocol()
|
H A D | hvcs.c | 165 * How much data can firmware send with each hvc_put_chars()? Maybe this 533 sent = hvc_put_chars(unit_address, in hvcs_try_write() 1326 result = hvc_put_chars(unit_address, in hvcs_write() 1346 * deadlock our writes if hvc_put_chars fails. in hvcs_write()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | hvconsole.h | 25 extern int hvc_put_chars(uint32_t vtermno, const char *buf, int count);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | hvconsole.h | 25 extern int hvc_put_chars(uint32_t vtermno, const char *buf, int count);
|
Completed in 10 milliseconds