Searched refs:hvsi_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvsi.c | 216 static int hvsi_read(struct hvsi_struct *hp, char *buf, int count) in hvsi_read() function 397 chunklen = hvsi_read(hp, hp->inbuf_end, HVSI_MAX_READ); in hvsi_load_chunk() 615 if (0 == hvsi_read(hp, buf, HVSI_MAX_READ)) in hvsi_drain_input()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvsi.c | 216 static int hvsi_read(struct hvsi_struct *hp, char *buf, int count) in hvsi_read() function 397 chunklen = hvsi_read(hp, hp->inbuf_end, HVSI_MAX_READ); in hvsi_load_chunk() 615 if (0 == hvsi_read(hp, buf, HVSI_MAX_READ)) in hvsi_drain_input()
|
Completed in 5 milliseconds