Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/greybus/
Duart.c430 static int gb_tty_write(struct tty_struct *tty, const unsigned char *buf, in gb_tty_write() function
564 retval = gb_tty_write(tty, &stop_char, 1); in gb_tty_throttle()
583 retval = gb_tty_write(tty, &start_char, 1); in gb_tty_unthrottle()
781 .write = gb_tty_write,