Searched refs:stopped (Results 101 - 118 of 118) sorted by relevance

12345

/drivers/tty/serial/
H A Dsh-sci.c599 unsigned int stopped = uart_tx_stopped(port); local
623 } else if (!uart_circ_empty(xmit) && !stopped) {
H A Dmsm_serial_hs.c783 if (uart_circ_empty(tx_buf) || uport->state->port.tty->stopped) {
/drivers/tty/
H A Dsynclink.c1262 if (info->port.tty->stopped || info->port.tty->hw_stopped) {
1409 if (info->port.tty->stopped || info->port.tty->hw_stopped) {
2063 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
2203 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) {
7953 * reenable network layer transmit if stopped
H A Dsynclinkmp.c986 if (info->tx_count && !tty->stopped && !tty->hw_stopped) {
1166 if (info->tx_count <= 0 || tty->stopped || tty->hw_stopped ||
1857 * reenable network layer transmit if stopped
2275 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) {
2330 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) {
H A Dcyclades.c638 if (tty->stopped || tty->hw_stopped) {
1814 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped)
1872 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
H A Dsynclink_gt.c842 if (!count || tty->stopped || tty->hw_stopped)
963 if (info->tx_count <= 0 || tty->stopped ||
1740 * reenable network layer transmit if stopped
2336 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) {
/drivers/tty/vt/
H A Dkeyboard.c502 if (tty->stopped)
H A Dvt.c2200 while (!tty->stopped && count) {
2768 if (tty->stopped)
2795 * Turn the Scroll-Lock LED on when the tty is stopped
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c60 bfa_fsm_state_decl(bna_rxf, stopped, struct bna_rxf,
1490 bfa_fsm_state_decl(bna_rx, stopped,
2802 /* h/w should not be accessed. Treat we're stopped */
3051 bfa_fsm_state_decl(bna_tx, stopped, struct bna_tx, enum bna_tx_event);
/drivers/net/wireless/ath/ath9k/
H A Ddebug.c706 "stopped", txq->stopped);
/drivers/s390/char/
H A Dtty3270.c1595 for (i_msg = 0; !tty->stopped && i_msg < count; i_msg++) {
/drivers/scsi/bfa/
H A Dbfa_core.c215 bfa_fsm_state_decl(bfa_iocfc, stopped, struct bfa_iocfc_s, enum iocfc_event);
1867 * Use this function to delete a BFA IOC. IOC should be stopped (by
/drivers/watchdog/
H A DKconfig45 get killed. If you say Y here, the watchdog cannot be stopped once
/drivers/staging/fwserial/
H A Dfwserial.c739 while (!tty->stopped && !tty->hw_stopped &&
/drivers/net/ethernet/marvell/
H A Dsky2.c1336 * the RX RAM buffer will be stopped first, so any possible incoming
1337 * data will not trigger a DMA. After the RAM buffer is stopped, the
1353 goto stopped;
1356 stopped:
1364 /* Clean out receive buffer area, assumes receiver hardware stopped */
2377 * and tx queue is full (stopped).
/drivers/scsi/lpfc/
H A Dlpfc_sli.c3782 phba->pport->stopped = 1;
3806 phba->pport->stopped)
3836 phba->pport->stopped = 1;
3928 phba->pport->stopped = 1;
4121 phba->pport->stopped = 0;
4168 phba->pport->stopped = 0;
9246 * pending mailbox command queue from the various clients must be stopped;
14356 * stopped.
H A Dlpfc_bsg.c4693 if (phba->pport->stopped &&
4700 "0x%x while in stopped state.\n",
H A Dlpfc_hbadisc.c605 = (phba->pport->stopped)
785 "0432 Worker thread stopped.\n");

Completed in 782 milliseconds

12345