| /OK3568_Linux_fs/kernel/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 = closing_wait; in usb_wwan_set_serial_info()
|
| 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() 1438 tport->closing_wait = cwait; in ti_set_serial_info()
|
| H A D | xr_usb_serial_common.c | 860 tmp.closing_wait = xr_usb_serial->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 862 xr_usb_serial->port.closing_wait / 10; in get_serial_info() 874 unsigned int closing_wait, close_delay; in set_serial_info() local 881 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 882 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info() 888 (closing_wait != xr_usb_serial->port.closing_wait)) in set_serial_info() 894 xr_usb_serial->port.closing_wait = closing_wait; in set_serial_info()
|
| 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");
|
| H A D | opticon.c | 368 ss->closing_wait = 30*HZ; in get_serial_info()
|
| H A D | ssu100.c | 345 ss->closing_wait = 30*HZ; in get_serial_info()
|
| H A D | whiteheat.c | 457 ss->closing_wait = CLOSING_DELAY; in whiteheat_get_serial()
|
| H A D | quatech2.c | 467 ss->closing_wait = 30*HZ; in get_serial_info()
|
| /OK3568_Linux_fs/kernel/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 = closing_wait; in set_serial_info()
|
| /OK3568_Linux_fs/kernel/drivers/usb/class/ |
| H A D | cdc-acm.c | 943 ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 945 jiffies_to_msecs(acm->port.closing_wait) / 10; in get_serial_info() 952 unsigned int closing_wait, close_delay; in set_serial_info() local 956 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 958 msecs_to_jiffies(ss->closing_wait * 10); in set_serial_info() 964 (closing_wait != acm->port.closing_wait)) in set_serial_info() 968 acm->port.closing_wait = closing_wait; in set_serial_info()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_port.c | 71 port->closing_wait = (3000 * HZ) / 100; in tty_port_init() 591 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start() 592 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
|
| H A D | rocket.h | 22 int closing_wait; member
|
| 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 | 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 | 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()
|
| H A D | mxser.c | 1230 ss->closing_wait = info->port.closing_wait, in mxser_get_serial_info() 1282 port->closing_wait = ss->closing_wait * HZ / 100; in mxser_set_serial_info() 2409 info->port.closing_wait = 30 * HZ; in mxser_initbrd()
|
| H A D | rocket.c | 1175 tmp.closing_wait = info->port.closing_wait; in get_config() 1212 info->port.closing_wait = new_serial.closing_wait; in set_config()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | serial_core.c | 789 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info() 791 jiffies_to_msecs(port->closing_wait) / 10; in uart_get_info() 819 unsigned int change_irq, change_port, closing_wait; in uart_set_info() local 833 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info() 835 msecs_to_jiffies(new_info->closing_wait * 10); in uart_set_info() 863 (closing_wait != port->closing_wait) || in uart_set_info() 983 port->closing_wait = closing_wait; in uart_set_info() 2772 return sprintf(buf, "%d\n", tmp.closing_wait); in closing_wait_show() 2875 static DEVICE_ATTR_RO(closing_wait);
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | serial.h | 32 unsigned short closing_wait; /* time to wait before closing */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | serial.h | 32 unsigned short closing_wait; /* time to wait before closing */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | serial.h | 32 unsigned short closing_wait; /* time to wait before closing */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | z85230.h | 351 unsigned short closing_wait; member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-tty | 95 What: /sys/class/tty/ttyS0/closing_wait
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty.h | 252 unsigned int closing_wait; /* Delay for output */ member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/serial/ |
| H A D | moxa-smartio.rst | 549 closing_wait set the amount of time(in 1/100 of a second) that the
|