Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/leds/trigger/
Dledtrig-tty.c116 ret = tty_get_icount(trigger_data->tty, &icount); in ledtrig_tty_work()
/Linux-v5.15/include/linux/
Dtty.h333 extern int tty_get_icount(struct tty_struct *tty,
/Linux-v5.15/drivers/tty/
Dtty_io.c2599 int tty_get_icount(struct tty_struct *tty, in tty_get_icount() function
2609 EXPORT_SYMBOL_GPL(tty_get_icount);
2616 retval = tty_get_icount(tty, &icount); in tty_tiocgicount()