Searched refs:closing_wait (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/tty/
H A Damiserial.c895 unsigned int close_delay, closing_wait; local
899 closing_wait = state->tport.closing_wait;
900 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
901 closing_wait = jiffies_to_msecs(closing_wait) / 10;
909 ss->closing_wait = closing_wait;
921 unsigned int close_delay, closing_wait; local
933 closing_wait
[all...]
H A Dmxser.c972 unsigned int closing_wait, close_delay; local
977 closing_wait = info->port.closing_wait;
978 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
979 closing_wait = jiffies_to_msecs(closing_wait) / 10;
988 ss->closing_wait = closing_wait;
1001 unsigned int old_speed, close_delay, closing_wait; local
1018 closing_wait
[all...]
H A Dtty_port.c100 port->closing_wait = (3000 * HZ) / 100;
657 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE)
658 tty_wait_until_sent(tty, port->closing_wait);
H A Dtty_io.c2835 unsigned short closing_wait; /* time to wait before closing */ member in struct:serial_struct32
/linux-master/include/uapi/linux/
H A Dserial.h33 unsigned short closing_wait; /* time to wait before closing */ member in struct:serial_struct
/linux-master/drivers/staging/greybus/
H A Duart.c600 ss->closing_wait =
601 gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
603 jiffies_to_msecs(gb_tty->port.closing_wait) / 10;
612 unsigned int closing_wait; local
617 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
619 msecs_to_jiffies(ss->closing_wait * 10);
624 (closing_wait != gb_tty->port.closing_wait))
628 gb_tty->port.closing_wait
[all...]
/linux-master/drivers/usb/serial/
H A Dusb-serial.c443 unsigned int close_delay, closing_wait; local
448 closing_wait = tport->closing_wait;
449 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
450 closing_wait = jiffies_to_msecs(closing_wait) / 10;
454 ss->closing_wait = closing_wait;
468 unsigned int close_delay, closing_wait; local
472 closing_wait
[all...]
/linux-master/drivers/usb/class/
H A Dcdc-acm.c966 ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
968 jiffies_to_msecs(acm->port.closing_wait) / 10;
975 unsigned int closing_wait, close_delay; local
979 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
981 msecs_to_jiffies(ss->closing_wait * 10);
987 (closing_wait != acm->port.closing_wait))
991 acm->port.closing_wait
[all...]
/linux-master/include/linux/
H A Dtty_port.h76 * @closing_wait: delay in jiffies for output to be sent before closing
120 unsigned int closing_wait; member in struct:tty_port
/linux-master/drivers/tty/serial/
H A Dserial_core.c810 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
812 jiffies_to_msecs(port->closing_wait) / 10;
840 unsigned int change_irq, change_port, closing_wait; local
854 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
856 msecs_to_jiffies(new_info->closing_wait * 10);
884 (closing_wait != port->closing_wait) ||
1004 port->closing_wait
[all...]

Completed in 160 milliseconds