Home
last modified time | relevance | path

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

12

/linux-3.4.99/drivers/usb/serial/
Dusb_wwan.c139 tmp.closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
141 port->port.closing_wait / 10; in get_serial_info()
152 unsigned int closing_wait, close_delay; in set_serial_info() local
159 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
160 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info()
166 (closing_wait != port->port.closing_wait)) in set_serial_info()
172 port->port.closing_wait = closing_wait; in set_serial_info()
Dti_usb_3410_5052.c153 static int closing_wait = TI_DEFAULT_CLOSING_WAIT; variable
302 module_param(closing_wait, int, S_IRUGO | S_IWUSR);
303 MODULE_PARM_DESC(closing_wait,
431 tport->tp_closing_wait = closing_wait; in ti_startup()
1420 ret_serial.closing_wait = tport->tp_closing_wait; in ti_get_serial_info()
1438 tport->tp_closing_wait = new_serial.closing_wait; in ti_set_serial_info()
Dio_ti.c212 static int closing_wait = EDGE_CLOSING_WAIT; variable
2036 chase_port(edge_port, (HZ * closing_wait) / 100, 1); in edge_close()
2542 tmp.closing_wait = closing_wait; in get_serial_info()
2816 module_param(closing_wait, int, S_IRUGO | S_IWUSR);
2817 MODULE_PARM_DESC(closing_wait, "Maximum wait for data to drain, in .01 secs");
/linux-3.4.99/drivers/tty/serial/
D68328serial.h27 unsigned short closing_wait; /* time to wait before closing */ member
150 unsigned short closing_wait; member
D68328serial.c813 tmp.closing_wait = info->closing_wait;
860 info->closing_wait = new_serial.closing_wait;
1031 if (info->closing_wait != S_CLOSING_WAIT_NONE)
1032 tty_wait_until_sent(tty, info->closing_wait);
1282 info->closing_wait = 3000;
Dserial_core.c660 tmp.closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info()
662 jiffies_to_msecs(port->closing_wait) / 10; in uart_get_info()
683 unsigned int change_irq, change_port, closing_wait; in uart_set_info() local
697 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info()
699 msecs_to_jiffies(new_serial.closing_wait * 10); in uart_set_info()
735 (closing_wait != port->closing_wait) || in uart_set_info()
845 port->closing_wait = closing_wait; in uart_set_info()
2260 port->closing_wait = 30 * HZ;/* 30 seconds */ in uart_register_driver()
Dcrisv10.h96 unsigned short closing_wait; member
Dcrisv10.c3434 tmp.closing_wait = info->closing_wait; in get_serial_info()
3479 info->closing_wait = new_serial.closing_wait; in set_serial_info()
3837 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close()
3838 tty_wait_until_sent(tty, info->closing_wait); in rs_close()
4501 info->closing_wait = 30*HZ; in rs_init()
/linux-3.4.99/net/irda/ircomm/
Dircomm_tty_ioctl.c276 info.closing_wait = self->closing_wait; in ircomm_tty_get_serial_info()
339 self->closing_wait = new_serial.closing_wait * HZ/100; in ircomm_tty_set_serial_info()
Dircomm_tty.c392 self->closing_wait = 30*HZ; in ircomm_tty_open()
548 if (self->closing_wait != ASYNC_CLOSING_WAIT_NONE) in ircomm_tty_close()
549 tty_wait_until_sent_from_close(tty, self->closing_wait); in ircomm_tty_close()
/linux-3.4.99/drivers/tty/
Dtty_port.c31 port->closing_wait = (3000 * HZ) / 100; in tty_port_init()
354 port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start()
355 tty_wait_until_sent_from_close(tty, port->closing_wait); in tty_port_close_start()
Drocket.h21 int closing_wait; member
Disicom.c1122 (newinfo.closing_wait != port->port.closing_wait) || in isicom_set_serial_info()
1132 port->port.closing_wait = newinfo.closing_wait; in isicom_set_serial_info()
1160 out_info.closing_wait = port->port.closing_wait; in isicom_get_serial_info()
1663 port->port.closing_wait = 3000 * HZ/100; in isicom_init()
Damiserial.c1043 tmp.closing_wait = state->tport.closing_wait; in get_serial_info()
1101 port->closing_wait = new_serial.closing_wait * HZ/100; in set_serial_info()
Dmxser.c1220 .closing_wait = info->port.closing_wait, in mxser_get_serial_info()
1266 port->closing_wait = new_serial.closing_wait * HZ / 100; in mxser_set_serial_info()
2376 info->port.closing_wait = 30 * HZ; in mxser_initbrd()
Dcyclades.c2327 .closing_wait = info->port.closing_wait, in cy_get_serial_info()
2373 info->port.closing_wait = new_serial.closing_wait * HZ / 100; in cy_set_serial_info()
2741 info->port.closing_wait = (unsigned short)arg * HZ / 100; in cy_ioctl()
2744 ret_val = info->port.closing_wait / (HZ / 100); in cy_ioctl()
3128 info->port.closing_wait = CLOSING_WAIT_DELAY; in cy_init_card()
/linux-3.4.99/drivers/usb/class/
Dcdc-acm.c815 tmp.closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
817 acm->port.closing_wait / 10; in get_serial_info()
829 unsigned int closing_wait, close_delay; in set_serial_info() local
836 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
837 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info()
843 (closing_wait != acm->port.closing_wait)) in set_serial_info()
849 acm->port.closing_wait = closing_wait; in set_serial_info()
/linux-3.4.99/include/linux/
Distallion.h62 int closing_wait; member
Dstallion.h83 int closing_wait; member
Dgeneric_serial.h43 unsigned short closing_wait; member
Dserial.h48 unsigned short closing_wait; /* time to wait before closing */ member
/linux-3.4.99/include/net/irda/
Dircomm_tty.h106 unsigned short closing_wait; /* time to wait before closing */ member
/linux-3.4.99/drivers/net/wan/
Dz85230.h350 unsigned short closing_wait; member
/linux-3.4.99/drivers/staging/serial/
D68360serial.c163 unsigned short closing_wait; /* time to wait before closing */
247 unsigned short closing_wait; member
1627 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_360_close()
1628 tty_wait_until_sent(tty, info->closing_wait); in rs_360_close()
2526 state->closing_wait = 30*HZ; in rs_360_init()
/linux-3.4.99/drivers/tty/ipwireless/
Dtty.c299 tmp.closing_wait = 0; in ipwireless_get_serial_info()

12