Searched defs:closing_wait (Results 1 - 8 of 8) sorted by relevance

/drivers/usb/serial/
H A Dusb_wwan.c117 tmp.closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
119 port->port.closing_wait / 10;
130 unsigned int closing_wait, close_delay; local
137 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
138 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10;
144 (closing_wait != port->port.closing_wait))
150 port->port.closing_wait
[all...]
H A Dti_usb_3410_5052.c142 static int closing_wait = TI_DEFAULT_CLOSING_WAIT; variable
279 module_param(closing_wait, int, S_IRUGO | S_IWUSR);
280 MODULE_PARM_DESC(closing_wait,
369 port->port.closing_wait = msecs_to_jiffies(10 * closing_wait);
1224 cwait = port->port.closing_wait;
1236 ret_serial.closing_wait = cwait;
1254 cwait = new_serial.closing_wait;
1256 cwait = msecs_to_jiffies(10 * new_serial.closing_wait);
1259 tport->tp_port->port.closing_wait
[all...]
H A Dio_ti.c194 static int closing_wait = EDGE_CLOSING_WAIT; variable
2325 cwait = edge_port->port->port.closing_wait;
2339 tmp.closing_wait = cwait;
2448 port->port.closing_wait = msecs_to_jiffies(closing_wait * 10);
2587 module_param(closing_wait, int, S_IRUGO | S_IWUSR);
2588 MODULE_PARM_DESC(closing_wait, "Maximum wait for data to drain, in .01 secs");
/drivers/tty/
H A Drocket.h21 int closing_wait; member in struct:rocket_config
65 * For closing_wait and closing_wait2
H A Dsynclinkmp.c157 unsigned short closing_wait; /* time to wait before closing */ member in struct:_synclinkmp_info
3771 info->port.closing_wait = 30*HZ;
/drivers/usb/class/
H A Dcdc-acm.c827 tmp.closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
829 acm->port.closing_wait / 10;
841 unsigned int closing_wait, close_delay; local
848 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
849 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10;
855 (closing_wait != acm->port.closing_wait))
861 acm->port.closing_wait
[all...]
/drivers/net/wan/
H A Dz85230.h350 unsigned short closing_wait; member in struct:z8530_channel
/drivers/tty/serial/
H A Dserial_core.c684 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
686 jiffies_to_msecs(port->closing_wait) / 10;
721 unsigned int change_irq, change_port, closing_wait; local
732 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
734 msecs_to_jiffies(new_info->closing_wait * 10);
762 (closing_wait != port->closing_wait) ||
876 port->closing_wait
[all...]

Completed in 207 milliseconds