Searched refs:wait_until_sent (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/tty/
H A Dtty_ioctl.c196 if (tty->ops->wait_until_sent)
197 tty->ops->wait_until_sent(tty, timeout);
508 if ((opt & TERMIOS_WAIT) && tty->ops->wait_until_sent) {
509 tty->ops->wait_until_sent(tty, 0);
H A Dsynclink_gt.c138 static void wait_until_sent(struct tty_struct *tty, int timeout);
664 wait_until_sent(tty, info->timeout);
820 static void wait_until_sent(struct tty_struct *tty, int timeout) function
827 if (sanity_check(info, tty->name, "wait_until_sent"))
829 DBGINFO(("%s wait_until_sent entry\n", info->device_name));
859 DBGINFO(("%s wait_until_sent exit\n", info->device_name));
3615 .wait_until_sent = wait_until_sent,
H A Damiserial.c1446 .wait_until_sent = rs_wait_until_sent,
H A Dmxser.c1711 .wait_until_sent = mxser_wait_until_sent,
H A Dn_gsm.c4520 .wait_until_sent = gsmtty_wait_until_sent,
/linux-master/include/linux/
H A Dtty_driver.h236 * @wait_until_sent: ``void ()(struct tty_struct *tty, int timeout)``
376 void (*wait_until_sent)(struct tty_struct *tty, int timeout); member in struct:tty_operations
H A Dserdev.h93 void (*wait_until_sent)(struct serdev_controller *, long); member in struct:serdev_controller_ops
/linux-master/drivers/tty/serdev/
H A Dcore.c369 if (!ctrl || !ctrl->ops->wait_until_sent)
372 ctrl->ops->wait_until_sent(ctrl, timeout);
H A Dserdev-ttyport.c268 .wait_until_sent = ttyport_wait_until_sent,
/linux-master/include/linux/usb/
H A Dserial.h283 void (*wait_until_sent)(struct tty_struct *tty, long timeout); member in struct:usb_serial_driver
/linux-master/drivers/usb/serial/
H A Dusb-serial.c410 if (!port->serial->type->wait_until_sent)
415 port->serial->type->wait_until_sent(tty, timeout);
1307 .wait_until_sent = serial_wait_until_sent,
1408 set_to_generic_if_null(device, wait_until_sent);
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c1120 .wait_until_sent = rfcomm_tty_wait_until_sent,
/linux-master/drivers/s390/char/
H A Dcon3270.c1971 .wait_until_sent = tty3270_wait_until_sent,
/linux-master/drivers/tty/serial/
H A Dserial_core.c2782 .wait_until_sent= uart_wait_until_sent,

Completed in 385 milliseconds