Home
last modified time | relevance | path

Searched refs:tty_buffer_alloc (Results 1 – 1 of 1) sorted by relevance

/drivers/tty/
Dtty_buffer.c150 static struct tty_buffer *tty_buffer_alloc(struct tty_port *port, size_t size) in tty_buffer_alloc() function
259 if ((n = tty_buffer_alloc(port, size)) != NULL) { in __tty_buffer_request_room()