Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/usb/serial/
Dusb_wwan.c144 ss->closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in usb_wwan_get_serial_info()
146 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()
160 ASYNC_CLOSING_WAIT_NONE : ss->closing_wait * 10; in usb_wwan_set_serial_info()
166 (closing_wait != port->port.closing_wait)) in usb_wwan_set_serial_info()
172 port->port.closing_wait = closing_wait; in usb_wwan_set_serial_info()
Dti_usb_3410_5052.c350 static int closing_wait = TI_DEFAULT_CLOSING_WAIT; variable
505 module_param(closing_wait, int, S_IRUGO | S_IWUSR);
506 MODULE_PARM_DESC(closing_wait,
616 port->port.closing_wait = msecs_to_jiffies(10 * closing_wait); in ti_port_probe()
1405 cwait = port->port.closing_wait; in ti_get_serial_info()
1414 ss->closing_wait = cwait; in ti_get_serial_info()
1426 cwait = ss->closing_wait; in ti_set_serial_info()
1428 cwait = msecs_to_jiffies(10 * ss->closing_wait); in ti_set_serial_info()
1430 tport->tp_port->port.closing_wait = cwait; in ti_set_serial_info()
Dio_ti.c214 static int closing_wait = EDGE_CLOSING_WAIT; variable
2447 cwait = edge_port->port->port.closing_wait; in get_serial_info()
2458 ss->closing_wait = cwait; in get_serial_info()
2622 port->port.closing_wait = msecs_to_jiffies(closing_wait * 10); in edge_port_probe()
2792 module_param(closing_wait, int, S_IRUGO | S_IWUSR);
2793 MODULE_PARM_DESC(closing_wait, "Maximum wait for data to drain, in .01 secs");
Dopticon.c368 ss->closing_wait = 30*HZ; in get_serial_info()
Dssu100.c345 ss->closing_wait = 30*HZ; in get_serial_info()
Dwhiteheat.c457 ss->closing_wait = CLOSING_DELAY; in whiteheat_get_serial()
Dquatech2.c467 ss->closing_wait = 30*HZ; in get_serial_info()
Dmos7840.c1402 ss->closing_wait = 30 * HZ; in mos7840_get_serial_info()
Dmos7720.c1802 ss->closing_wait = 30*HZ; in get_serial_info()
/Linux-v5.10/drivers/staging/greybus/
Duart.c618 ss->closing_wait = in get_serial_info()
619 gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
620 ASYNC_CLOSING_WAIT_NONE : gb_tty->port.closing_wait / 10; in get_serial_info()
628 unsigned int closing_wait; in set_serial_info() local
633 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
634 ASYNC_CLOSING_WAIT_NONE : ss->closing_wait * 10; in set_serial_info()
639 (closing_wait != gb_tty->port.closing_wait)) in set_serial_info()
645 gb_tty->port.closing_wait = closing_wait; in set_serial_info()
/Linux-v5.10/drivers/usb/class/
Dcdc-acm.c922 ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
924 jiffies_to_msecs(acm->port.closing_wait) / 10; in get_serial_info()
931 unsigned int closing_wait, close_delay; in set_serial_info() local
936 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
938 msecs_to_jiffies(ss->closing_wait * 10); in set_serial_info()
942 old_closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
944 jiffies_to_msecs(acm->port.closing_wait) / 10; in set_serial_info()
950 (ss->closing_wait != old_closing_wait)) in set_serial_info()
956 acm->port.closing_wait = closing_wait; in set_serial_info()
/Linux-v5.10/drivers/tty/
Drocket.h22 int closing_wait; member
Dtty_port.c71 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()
Disicom.c1107 (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()
Damiserial.c948 ss->closing_wait = state->tport.closing_wait; in get_serial_info()
1000 port->closing_wait = ss->closing_wait * HZ/100; in set_serial_info()
Dcyclades.c2275 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()
Dmxser.c1223 ss->closing_wait = info->port.closing_wait, in mxser_get_serial_info()
1275 port->closing_wait = ss->closing_wait * HZ / 100; in mxser_set_serial_info()
2402 info->port.closing_wait = 30 * HZ; in mxser_initbrd()
Drocket.c1175 tmp.closing_wait = info->port.closing_wait; in get_config()
1212 info->port.closing_wait = new_serial.closing_wait; in set_config()
Dsynclinkmp.c157 unsigned short closing_wait; /* time to wait before closing */ member
3736 info->port.closing_wait = 30*HZ; in alloc_dev()
/Linux-v5.10/include/uapi/linux/
Dserial.h32 unsigned short closing_wait; /* time to wait before closing */ member
/Linux-v5.10/drivers/tty/serial/
Dserial_core.c783 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info()
785 jiffies_to_msecs(port->closing_wait) / 10; in uart_get_info()
813 unsigned int change_irq, change_port, closing_wait; in uart_set_info() local
827 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info()
829 msecs_to_jiffies(new_info->closing_wait * 10); in uart_set_info()
857 (closing_wait != port->closing_wait) || in uart_set_info()
975 port->closing_wait = closing_wait; in uart_set_info()
2713 return sprintf(buf, "%d\n", tmp.closing_wait); in closing_wait_show()
2816 static DEVICE_ATTR_RO(closing_wait);
/Linux-v5.10/drivers/net/wan/
Dz85230.h351 unsigned short closing_wait; member
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-tty95 What: /sys/class/tty/ttyS0/closing_wait
/Linux-v5.10/include/linux/
Dtty.h249 unsigned int closing_wait; /* Delay for output */ member
/Linux-v5.10/Documentation/driver-api/serial/
Dmoxa-smartio.rst549 closing_wait set the amount of time(in 1/100 of a second) that the

12