Searched defs:put_chars (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/drivers/tty/hvc/ |
| D | hvc_console.h | 56 int (*put_chars)(uint32_t vtermno, const char *buf, int count); member
|
| /kernel/linux/linux-6.6/drivers/tty/hvc/ |
| D | hvc_console.h | 56 int (*put_chars)(uint32_t vtermno, const char *buf, int count); member
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | hvsi.h | 76 int (*put_chars)(uint32_t termno, const char *buf, int count); member
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | hvsi.h | 76 int (*put_chars)(uint32_t termno, const char *buf, int count); member
|
| /kernel/linux/linux-5.10/drivers/char/ |
| D | virtio_console.c | 1116 static int put_chars(u32 vtermno, const char *buf, int count) in put_chars() function
|
| /kernel/linux/linux-6.6/drivers/char/ |
| D | virtio_console.c | 1110 static int put_chars(u32 vtermno, const char *buf, int count) in put_chars() function
|