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

/linux-master/drivers/tty/hvc/
H A Dhvcs.c171 * This is the maximum amount of data we'll let the user send us (hvcs_write) at
1253 * /dev nodes. I'm trusting that if hvcs_write gets called and interrupted by
1255 * tty_hangup will allow hvcs_write time to complete execution before it
1258 static ssize_t hvcs_write(struct tty_struct *tty, const u8 *buf, size_t count) function
1304 * hvcs_write() didn't succeed and the buffer was filled up.
1386 .write = hvcs_write,

Completed in 106 milliseconds