Searched refs:outp_count (Results 1 – 1 of 1) sorted by relevance
87 unsigned int outp_count; member182 if (us->outp_count <= 0 || tty->stopped || tty->hw_stopped) { in transmit_char_pio()188 if (--us->outp_count <= 0) in transmit_char_pio()198 if (!us->outp_count || tty->stopped || in transmit_char_pio()205 (us->outp_count < (SERIAL_XMIT_SIZE/2))) { in transmit_char_pio()276 retval = SERIAL_XMIT_SIZE - us->outp_count; in duart_write_room()325 t = SERIAL_XMIT_SIZE - 1 - us->outp_count; in duart_write()339 us->outp_count += c; in duart_write()348 if (us->outp_count && !tty->stopped && in duart_write()371 if (us->outp_count == SERIAL_XMIT_SIZE) { in duart_put_char()[all …]