Searched refs:put_char (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/
H A Dserial_core.h763 #define __uart_port_tx(uport, ch, flags, tx_ready, put_char, tx_done, \
773 (put_char); \
782 (put_char); \
806 * @put_char: function to write a character
810 * @put_char(). It does so until @count characters are sent and while @tx_ready
818 * * **put_char:** shall write @ch to the device of @port.
826 #define uart_port_tx_limited(port, ch, count, tx_ready, put_char, tx_done) ({ \
828 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \
837 * @put_char: function to write a character
841 #define uart_port_tx(port, ch, tx_ready, put_char) \
[all...]
H A Dtty_driver.h87 * @put_char: ``int ()(struct tty_struct *tty, u8 ch)``
101 * series of characters to the tty device using @put_char().
359 int (*put_char)(struct tty_struct *tty, u8 ch); member in struct:tty_operations
/linux-master/arch/m68k/emu/
H A Dnfcon.c97 .put_char = nfcon_tty_put_char,
/linux-master/drivers/s390/char/
H A Dsclp_tty.c265 * characters to the tty device using put_char().
486 .put_char = sclp_tty_put_char,
H A Dsclp_vt220.c589 * series of characters to the tty device using put_char().
717 .put_char = sclp_vt220_put_char,
H A Dcon3215.c1121 .put_char = tty3215_put_char,
H A Dcon3270.c124 /* Character array for put_char/flush_chars. */
1965 .put_char = tty3270_put_char,
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c290 .put_char = dbc_tty_put_char,
/linux-master/drivers/tty/
H A Dtty_io.c3156 * Write one byte to the @tty using the provided @tty->ops->put_char() method
3159 * Note: the specific put_char operation in the driver layer may go
3166 if (tty->ops->put_char)
3167 return tty->ops->put_char(tty, ch);
H A Damiserial.c1432 .put_char = rs_put_char,
H A Dsynclink_gt.c783 static int put_char(struct tty_struct *tty, u8 ch) function
789 if (sanity_check(info, tty->name, "put_char"))
791 DBGINFO(("%s put_char(%u)\n", info->device_name, ch));
3604 .put_char = put_char,
H A Dmxser.c1698 .put_char = mxser_put_char,
/linux-master/drivers/usb/gadget/function/
H A Du_serial.c858 .put_char = gs_put_char,
/linux-master/drivers/isdn/capi/
H A Dcapi.c1245 .put_char = capinc_tty_put_char,
/linux-master/drivers/tty/vt/
H A Dvt.c3685 .put_char = con_put_char,
/linux-master/drivers/tty/serial/
H A Dserial_core.c2767 .put_char = uart_put_char,

Completed in 202 milliseconds