Home
last modified time | relevance | path

Searched refs:hw_stopped (Results 1 – 25 of 35) sorted by relevance

12

/linux-2.6.39/net/irda/ircomm/
Dircomm_tty.c633 if (tty->hw_stopped) in ircomm_tty_do_softint()
674 tty->hw_stopped); in ircomm_tty_write()
815 if (tty->hw_stopped) in ircomm_tty_write_room()
1103 if (tty->hw_stopped) { in ircomm_tty_check_modem_status()
1107 tty->hw_stopped = 0; in ircomm_tty_check_modem_status()
1119 tty->hw_stopped = 1; in ircomm_tty_check_modem_status()
1154 if (self->tty->hw_stopped && (self->flow == FLOW_START)) { in ircomm_tty_data_indication()
1228 tty->hw_stopped = 0; in ircomm_tty_flow_indication()
1236 tty->hw_stopped = 1; in ircomm_tty_flow_indication()
1373 self->tty->hw_stopped ? "Stopped" : "Running"); in ircomm_tty_line_info()
Dircomm_tty_attach.c145 self->tty->hw_stopped = 1; in ircomm_tty_attach_cable()
414 self->tty->hw_stopped = 1; in ircomm_tty_disconnect_indication()
575 self->tty->hw_stopped = 0; in ircomm_tty_link_established()
Dircomm_tty_ioctl.c186 tty->hw_stopped = 0; in ircomm_tty_set_termios()
/linux-2.6.39/include/linux/
Dserial_core.h474 if(tty->stopped || tty->hw_stopped) in uart_tx_stopped()
570 if (tty->hw_stopped) { in uart_handle_cts_change()
572 tty->hw_stopped = 0; in uart_handle_cts_change()
578 tty->hw_stopped = 1; in uart_handle_cts_change()
/linux-2.6.39/arch/ia64/hp/sim/
Dsimserial.c117 tty->stopped, tty->hw_stopped, tty->flow_stopped); in rs_stop()
126 tty->stopped, tty->hw_stopped, tty->flow_stopped); in rs_start()
240 if (info->xmit.head == info->xmit.tail || info->tty->stopped || info->tty->hw_stopped) { in transmit_chars()
277 if (info->xmit.head == info->xmit.tail || tty->stopped || tty->hw_stopped || in rs_flush_chars()
314 && !tty->stopped && !tty->hw_stopped) { in rs_write()
454 tty->hw_stopped = 0; in rs_set_termios()
/linux-2.6.39/drivers/staging/tty/
Driscom8.c440 || (tty && (tty->stopped || tty->hw_stopped))) { in rc_transmit()
516 tty->hw_stopped = 0; in rc_check_modem()
522 tty->hw_stopped = 1; in rc_check_modem()
531 tty->hw_stopped = 0; in rc_check_modem()
537 tty->hw_stopped = 1; in rc_check_modem()
744 tty->hw_stopped = !(rc_in(bp, CD180_MSVR) & in rc_change_speed()
1009 if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped && in rc_write()
1053 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped) in rc_flush_chars()
1370 tty->hw_stopped = 0; in rc_set_termios()
Dspecialix.c681 || tty->stopped || tty->hw_stopped) { in sx_transmit()
767 tty->hw_stopped = 0; in sx_check_modem()
772 tty->hw_stopped = 1; in sx_check_modem()
779 tty->hw_stopped = 0; in sx_check_modem()
784 tty->hw_stopped = 1; in sx_check_modem()
1113 tty->hw_stopped = !(sx_in(bp, CD186x_MSVR) & in sx_change_speed()
1626 if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped && in sx_write()
1690 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in sx_flush_chars()
2152 tty->hw_stopped = 0; in sx_set_termios()
Dserial167.c554 if (info->tty->stopped || info->tty->hw_stopped) { in cd2401_tx_interrupt()
1071 || tty->hw_stopped || !info->xmit_buf) in cy_flush_chars()
1126 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) { in cy_write()
/linux-2.6.39/drivers/mmc/card/
Dsdio_uart.c469 tty->stopped || tty->hw_stopped) { in sdio_uart_transmit_chars()
523 if (tty->hw_stopped) { in sdio_uart_check_modem_status()
525 tty->hw_stopped = 0; in sdio_uart_check_modem_status()
531 tty->hw_stopped = 1; in sdio_uart_check_modem_status()
681 tty->hw_stopped = 1; in sdio_uart_activate()
925 tty->hw_stopped = 0; in sdio_uart_set_termios()
932 tty->hw_stopped = 1; in sdio_uart_set_termios()
/linux-2.6.39/drivers/tty/
Disicom.c447 if (txcount <= 0 || tty->stopped || tty->hw_stopped) in isicom_tx()
605 if (tty->hw_stopped) { in isicom_interrupt()
607 port->port.tty->hw_stopped = 0; in isicom_interrupt()
614 tty->hw_stopped = 1; in isicom_interrupt()
976 if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped) in isicom_write()
1013 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in isicom_flush_chars()
1212 tty->hw_stopped = 0; in isicom_set_termios()
Dmxser.c720 if (tty->hw_stopped) { in mxser_change_speed()
722 tty->hw_stopped = 0; in mxser_change_speed()
736 tty->hw_stopped = 1; in mxser_change_speed()
834 if (tty->hw_stopped) { in mxser_check_modem_status()
836 tty->hw_stopped = 0; in mxser_check_modem_status()
850 tty->hw_stopped = 1; in mxser_check_modem_status()
1126 if (!tty->hw_stopped || in mxser_write()
1157 if (!tty->hw_stopped || in mxser_put_char()
1177 (tty->hw_stopped && info->type != PORT_16550A && in mxser_flush_chars()
1777 if (tty->hw_stopped) in mxser_ioctl()
[all …]
Damiserial.c349 || info->tty->hw_stopped) { in transmit_chars()
420 if (info->tty->hw_stopped) { in check_modem_status()
425 info->tty->hw_stopped = 0; in check_modem_status()
440 info->tty->hw_stopped = 1; in check_modem_status()
874 || tty->hw_stopped in rs_flush_chars()
923 && !tty->hw_stopped in rs_write()
1408 tty->hw_stopped = 0; in rs_set_termios()
Drocket.c452 if (tty->stopped || tty->hw_stopped) in rp_do_transmit()
1115 if (!tty->hw_stopped || !(tty->termios->c_cflag & CRTSCTS)) in rp_set_termios()
1121 tty->hw_stopped = 0; in rp_set_termios()
1583 if (!tty->stopped && !tty->hw_stopped && info->xmit_fifo_room == 0) in rp_put_char()
1586 if (tty->stopped || tty->hw_stopped || info->xmit_fifo_room == 0 || info->xmit_cnt != 0) { in rp_put_char()
1627 if (!tty->stopped && !tty->hw_stopped && info->xmit_fifo_room < count) in rp_write()
1634 if (!tty->stopped && !tty->hw_stopped && info->xmit_cnt == 0 && info->xmit_fifo_room > 0) { in rp_write()
1682 if ((retval > 0) && !tty->stopped && !tty->hw_stopped) in rp_write()
Dcyclades.c648 if (tty->stopped || tty->hw_stopped) { in cyy_chip_tx()
734 if (tty->hw_stopped) { in cyy_chip_modem()
738 tty->hw_stopped = 0; in cyy_chip_modem()
747 tty->hw_stopped = 1; in cyy_chip_modem()
1850 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) in cy_write()
1908 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in cy_flush_chars()
2846 tty->hw_stopped = 0; in cy_set_termios()
Dsynclinkmp.c900 tty->hw_stopped = 0; in set_termios()
979 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in write()
1159 if (info->tx_count <= 0 || tty->stopped || tty->hw_stopped || in flush_chars()
2278 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
2333 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txrdy()
2498 if (info->port.tty->hw_stopped) { in isr_io_pin()
2502 info->port.tty->hw_stopped = 0; in isr_io_pin()
2511 info->port.tty->hw_stopped = 1; in isr_io_pin()
/linux-2.6.39/Documentation/networking/caif/
DREADME57 - 0x10 - tty->hw_stopped is on.
107 tty_status = 0x10 (hw_stopped) and ser_state = 0x10 (FLOW_OFF_SENT).
/linux-2.6.39/drivers/tty/serial/
D68328serial.c659 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
726 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) {
1007 tty->hw_stopped = 0;
D68360serial.c587 if (info->port.tty->hw_stopped) { in check_modem_status()
592 info->port.tty->hw_stopped = 0; in check_modem_status()
603 info->port.tty->hw_stopped = 1; in check_modem_status()
1533 if (!tty->hw_stopped || in rs_360_set_termios()
1545 tty->hw_stopped = 0; in rs_360_set_termios()
Dserial_core.c97 !tty->stopped && !tty->hw_stopped) in __uart_start()
192 tty->hw_stopped = 1; in uart_startup()
902 !tty->stopped && !tty->hw_stopped)) in uart_get_lsr_info()
1230 tty->hw_stopped = 0; in uart_set_termios()
1238 tty->hw_stopped = 1; in uart_set_termios()
Dcrisv10.c2566 || info->port.tty->hw_stopped) { in handle_ser_tx_interrupt()
3129 tty->hw_stopped || in rs_flush_chars()
3207 !tty->hw_stopped && in rs_raw_write()
3770 tty->hw_stopped = 0; in rs_set_termios()
4313 if (info->port.tty->hw_stopped) in seq_line_info()
4315 (int)info->port.tty->hw_stopped); in seq_line_info()
/linux-2.6.39/drivers/staging/generic_serial/
Dgeneric_serial.c146 !tty->hw_stopped && in gs_write()
298 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in gs_flush_chars()
Dvme_scc.c627 port->gs.port.tty->hw_stopped) in scc_tx_int()
637 port->gs.port.tty->hw_stopped) { in scc_tx_int()
/linux-2.6.39/drivers/char/pcmcia/
Dsynclink_cs.c984 if (tty->stopped || tty->hw_stopped) { in tx_done()
1004 if (tty->stopped || tty->hw_stopped) { in tx_ready()
1055 if (tty->hw_stopped) { in cts_change()
1060 tty->hw_stopped = 0; in cts_change()
1070 tty->hw_stopped = 1; in cts_change()
1534 tty->hw_stopped || !info->tx_buf) in mgslpc_flush_chars()
1602 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in mgslpc_write()
2329 tty->hw_stopped = 0; in mgslpc_set_termios()
/linux-2.6.39/drivers/usb/serial/
Ddigi_acceleport.c1080 tty->hw_stopped = 0; in digi_set_termios()
1770 tty->hw_stopped = 0; in digi_read_oob_callback()
1777 tty->hw_stopped = 1; in digi_read_oob_callback()
/linux-2.6.39/drivers/net/caif/
Dcaif_serial.c91 ser->tty->hw_stopped << 4 | in update_tty_status()

12