/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | usb_wwan.c | 144 ss->closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in usb_wwan_get_serial_info() 146 jiffies_to_msecs(port->port.closing_wait) / 10; in usb_wwan_get_serial_info() 155 unsigned int closing_wait, close_delay; in usb_wwan_set_serial_info() local 159 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in usb_wwan_set_serial_info() 161 msecs_to_jiffies(ss->closing_wait * 10); in usb_wwan_set_serial_info() 167 (closing_wait != port->port.closing_wait)) in usb_wwan_set_serial_info() 173 port->port.closing_wait in usb_wwan_set_serial_info() [all...] |
H A D | ti_usb_3410_5052.c | 351 static int closing_wait = TI_DEFAULT_CLOSING_WAIT; variable 508 module_param(closing_wait, int, S_IRUGO | S_IWUSR); 509 MODULE_PARM_DESC(closing_wait, 619 port->port.closing_wait = msecs_to_jiffies(10 * closing_wait); in ti_port_probe() 1408 cwait = port->port.closing_wait; in ti_get_serial_info() 1417 ss->closing_wait = cwait; in ti_get_serial_info() 1429 cwait = ss->closing_wait; in ti_set_serial_info() 1431 cwait = msecs_to_jiffies(10 * ss->closing_wait); in ti_set_serial_info() 1434 if (cwait != tport->closing_wait) in ti_set_serial_info() [all...] |
H A D | io_ti.c | 216 static int closing_wait = EDGE_CLOSING_WAIT; variable 2449 cwait = edge_port->port->port.closing_wait; in get_serial_info() 2460 ss->closing_wait = cwait; in get_serial_info() 2624 port->port.closing_wait = msecs_to_jiffies(closing_wait * 10); in edge_port_probe() 2794 module_param(closing_wait, int, S_IRUGO | S_IWUSR); 2795 MODULE_PARM_DESC(closing_wait, "Maximum wait for data to drain, in .01 secs");
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | amiserial.c | 897 unsigned int close_delay, closing_wait; in get_serial_info() local 901 closing_wait = state->tport.closing_wait; in get_serial_info() 902 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in get_serial_info() 903 closing_wait = jiffies_to_msecs(closing_wait) / 10; in get_serial_info() 911 ss->closing_wait = closing_wait; in get_serial_info() 923 unsigned int close_delay, closing_wait; in set_serial_info() local 935 closing_wait in set_serial_info() [all...] |
H A D | mxser.c | 972 unsigned int closing_wait, close_delay; in mxser_get_serial_info() local 977 closing_wait = info->port.closing_wait; in mxser_get_serial_info() 978 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_get_serial_info() 979 closing_wait = jiffies_to_msecs(closing_wait) / 10; in mxser_get_serial_info() 988 ss->closing_wait = closing_wait; in mxser_get_serial_info() 1001 unsigned int old_speed, close_delay, closing_wait; in mxser_set_serial_info() local 1018 closing_wait in mxser_set_serial_info() [all...] |
H A D | tty_port.c | 100 port->closing_wait = (3000 * HZ) / 100; in tty_port_init() 655 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start() 656 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | uart.c | 618 ss->closing_wait = in get_serial_info() 619 gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 621 jiffies_to_msecs(gb_tty->port.closing_wait) / 10; in get_serial_info() 630 unsigned int closing_wait; in set_serial_info() local 635 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 637 msecs_to_jiffies(ss->closing_wait * 10); in set_serial_info() 642 (closing_wait != gb_tty->port.closing_wait)) in set_serial_info() 646 gb_tty->port.closing_wait in set_serial_info() [all...] |
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | uart.c | 600 ss->closing_wait = in get_serial_info() 601 gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 603 jiffies_to_msecs(gb_tty->port.closing_wait) / 10; in get_serial_info() 612 unsigned int closing_wait; in set_serial_info() local 617 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 619 msecs_to_jiffies(ss->closing_wait * 10); in set_serial_info() 624 (closing_wait != gb_tty->port.closing_wait)) in set_serial_info() 628 gb_tty->port.closing_wait in set_serial_info() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | usb-serial.c | 443 unsigned int close_delay, closing_wait; in serial_get_serial() local 448 closing_wait = tport->closing_wait; in serial_get_serial() 449 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in serial_get_serial() 450 closing_wait = jiffies_to_msecs(closing_wait) / 10; in serial_get_serial() 454 ss->closing_wait = closing_wait; in serial_get_serial() 468 unsigned int close_delay, closing_wait; in serial_set_serial() local 472 closing_wait in serial_set_serial() [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | serial.h | 23 unsigned short closing_wait; member
|
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-acm.c | 946 ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 948 jiffies_to_msecs(acm->port.closing_wait) / 10; in get_serial_info() 955 unsigned int closing_wait, close_delay; in set_serial_info() local 959 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 961 msecs_to_jiffies(ss->closing_wait * 10); in set_serial_info() 967 (closing_wait != acm->port.closing_wait)) in set_serial_info() 971 acm->port.closing_wait in set_serial_info() [all...] |
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | cdc-acm.c | 966 ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 968 jiffies_to_msecs(acm->port.closing_wait) / 10; in get_serial_info() 975 unsigned int closing_wait, close_delay; in set_serial_info() local 979 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 981 msecs_to_jiffies(ss->closing_wait * 10); in set_serial_info() 987 (closing_wait != acm->port.closing_wait)) in set_serial_info() 991 acm->port.closing_wait in set_serial_info() [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | rocket.h | 22 int closing_wait; member 66 * For closing_wait and closing_wait2
|
H A D | tty_port.c | 72 port->closing_wait = (3000 * HZ) / 100; in tty_port_init() 592 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start() 593 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
|
H A D | amiserial.c | 948 ss->closing_wait = state->tport.closing_wait; in get_serial_info() 973 (ss->closing_wait != port->closing_wait) || in set_serial_info() 1001 port->closing_wait = ss->closing_wait * HZ/100; in set_serial_info()
|
H A D | isicom.c | 1107 (ss->closing_wait != port->port.closing_wait) || in isicom_set_serial_info() 1117 port->port.closing_wait = ss->closing_wait; in isicom_set_serial_info() 1147 ss->closing_wait = port->port.closing_wait; in isicom_get_serial_info() 1581 tport->closing_wait = 3000 * HZ/100; in isicom_probe()
|
H A D | cyclades.c | 2275 ss->closing_wait = info->port.closing_wait; in cy_get_serial_info() 2322 info->port.closing_wait = ss->closing_wait * HZ / 100; in cy_set_serial_info() 2697 info->port.closing_wait = (unsigned short)arg * HZ / 100; in cy_ioctl() 2700 ret_val = info->port.closing_wait / (HZ / 100); in cy_ioctl() 3072 info->port.closing_wait = CLOSING_WAIT_DELAY; in cy_init_card()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | serial.h | 32 unsigned short closing_wait; /* time to wait before closing */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | serial.h | 32 unsigned short closing_wait; /* time to wait before closing */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | serial.h | 36 unsigned short closing_wait; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | serial.h | 36 unsigned short closing_wait; member
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | serial_core.c | 796 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info() 798 jiffies_to_msecs(port->closing_wait) / 10; in uart_get_info() 826 unsigned int change_irq, change_port, closing_wait; in uart_set_info() local 840 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info() 842 msecs_to_jiffies(new_info->closing_wait * 10); in uart_set_info() 878 (closing_wait != port->closing_wait) || in uart_set_info() 998 port->closing_wait in uart_set_info() [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | serial_core.c | 797 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info() 799 jiffies_to_msecs(port->closing_wait) / 10; in uart_get_info() 827 unsigned int change_irq, change_port, closing_wait; in uart_set_info() local 841 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info() 843 msecs_to_jiffies(new_info->closing_wait * 10); in uart_set_info() 871 (closing_wait != port->closing_wait) || in uart_set_info() 991 port->closing_wait in uart_set_info() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_port.h | 76 * @closing_wait: delay in jiffies for output to be sent before closing 120 unsigned int closing_wait; member
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | z85230.h | 351 unsigned short closing_wait; member
|