Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/serial/
Dcypress_m8.c128 static int cypress_write_room(struct tty_struct *tty);
155 .write_room = cypress_write_room,
181 .write_room = cypress_write_room,
207 .write_room = cypress_write_room,
796 static int cypress_write_room(struct tty_struct *tty) in cypress_write_room() function