Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Duart.c601 ss->closing_wait = in get_serial_info()
602 gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
604 jiffies_to_msecs(gb_tty->port.closing_wait) / 10; in get_serial_info()
614 unsigned int closing_wait; in set_serial_info() local
619 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
621 msecs_to_jiffies(ss->closing_wait * 10); in set_serial_info()
626 (closing_wait != gb_tty->port.closing_wait)) in set_serial_info()
630 gb_tty->port.closing_wait = closing_wait; in set_serial_info()
/linux/drivers/usb/class/
H A Dcdc-acm.c991 ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
993 jiffies_to_msecs(acm->port.closing_wait) / 10; in get_serial_info()
1001 unsigned int closing_wait, close_delay; in set_serial_info() local
1005 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
1007 msecs_to_jiffies(ss->closing_wait * 10); in set_serial_info()
1013 (closing_wait != acm->port.closing_wait)) in set_serial_info()
1017 acm->port.closing_wait = closing_wait; in set_serial_info()
/linux/include/uapi/linux/
H A Dserial.h33 unsigned short closing_wait; /* time to wait before closing */ member
/linux/include/linux/
H A Dtty_port.h120 unsigned int closing_wait; member
/linux/Documentation/ABI/testing/
H A Dsysfs-tty95 What: /sys/class/tty/ttyS<x>/closing_wait
/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst169 closing_wait set the amount of time (in 1/100 of a second) that the
/linux/drivers/tty/
H A Dtty_io.c2797 unsigned short closing_wait; /* time to wait before closing */ member