Searched refs:closing_wait (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/usb/serial/ |
| H A D | usb-serial.c | 440 unsigned int close_delay, closing_wait; in serial_get_serial() 445 closing_wait = tport->closing_wait; in serial_get_serial() 446 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in serial_get_serial() 447 closing_wait = jiffies_to_msecs(closing_wait) / 10; in serial_get_serial() 451 ss->closing_wait = closing_wait; in serial_get_serial() 465 unsigned int close_delay, closing_wait; in serial_set_serial() 469 closing_wait in serial_set_serial() 443 unsigned int close_delay, closing_wait; serial_get_serial() local 468 unsigned int close_delay, closing_wait; serial_set_serial() local [all...] |
| /linux/drivers/staging/greybus/ |
| H A D | uart.c | 601 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 D | cdc-acm.c | 991 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() 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 in set_serial_info() 998 unsigned int closing_wait, close_delay; set_serial_info() local [all...] |
| /linux/include/uapi/linux/ |
| H A D | serial.h | 33 unsigned short closing_wait; /* time to wait before closing */ member
|
| /linux/drivers/tty/serial/ |
| H A D | serial_core.c | 811 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info() 813 jiffies_to_msecs(port->closing_wait) / 10; in uart_get_info() 893 unsigned int old_custom_divisor, close_delay, closing_wait; in uart_set_info() 907 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info() 909 msecs_to_jiffies(new_info->closing_wait * 10); in uart_set_info() 942 (closing_wait != port->closing_wait) || in uart_set_info() 996 port->closing_wait in uart_set_info() 897 unsigned int old_custom_divisor, close_delay, closing_wait; uart_set_info() local [all...] |
| /linux/include/linux/ |
| H A D | tty_port.h | 120 unsigned int closing_wait; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-tty | 95 What: /sys/class/tty/ttyS<x>/closing_wait
|
| /linux/Documentation/driver-api/tty/ |
| H A D | moxa-smartio.rst | 169 closing_wait set the amount of time (in 1/100 of a second) that the
|