Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/serial/
Dcypress_m8.c125 static unsigned int cypress_write_room(struct tty_struct *tty);
153 .write_room = cypress_write_room,
180 .write_room = cypress_write_room,
206 .write_room = cypress_write_room,
792 static unsigned int cypress_write_room(struct tty_struct *tty) in cypress_write_room() function