Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/pcmcia/
Dsynclink_cs.c467 static void mgslpc_wait_until_sent(struct tty_struct *tty, int timeout);
2336 mgslpc_wait_until_sent(tty, info->timeout); in mgslpc_close()
2353 static void mgslpc_wait_until_sent(struct tty_struct *tty, int timeout) in mgslpc_wait_until_sent() function
2789 .wait_until_sent = mgslpc_wait_until_sent,