HomeSort by: relevance | last modified time | path
    Searched refs:t_hwiflow (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/sys/
tty.h 141 int (*t_hwiflow)(struct tty *, int); member in struct:tty
  /src/sys/arch/evbppc/virtex/dev/
xlcom.c 236 tp->t_hwiflow = NULL; /* No HW flow control */
  /src/sys/kern/
tty.c 1819 if (ISSET(tp->t_cflag, CHWFLOW) && tp->t_hwiflow &&
1820 (*tp->t_hwiflow)(tp, 1) != 0)
2174 if (ISSET(tp->t_cflag, CHWFLOW) && tp->t_hwiflow &&
2175 (*tp->t_hwiflow)(tp, 0) != 0)
  /src/sys/dev/virtio/
viocon.c 313 tp->t_hwiflow = vioconhwiflow;
  /src/sys/arch/arm/ixp12x0/
ixp12x0_com.c 212 tp->t_hwiflow = ixpcomhwiflow;
  /src/sys/arch/amiga/dev/
msc.c 381 tp->t_hwiflow = mschwiflow;
ser.c 272 tp->t_hwiflow = serhwiflow;
mfc.c 514 tp->t_hwiflow = mfcshwiflow;
  /src/sys/arch/arm/at91/
at91dbgu.c 249 tp->t_hwiflow = at91dbgu_hwiflow;
at91usart.c 290 tp->t_hwiflow = at91usart_hwiflow;
  /src/sys/arch/arm/ep93xx/
epcom.c 230 tp->t_hwiflow = epcomhwiflow;
  /src/sys/dev/qbus/
dhu.c 458 tp->t_hwiflow = dhuiflow;
  /src/sys/arch/arm/clps711x/
clpscom.c 224 sc->sc_tty->t_hwiflow = clpscom_hwiflow;
  /src/sys/arch/epoc32/windermere/
wmcom.c 201 sc->sc_tty->t_hwiflow = wmcom_hwiflow;
  /src/sys/arch/sh3/dev/
scif.c 503 tp->t_hwiflow = NULL;
sci.c 423 tp->t_hwiflow = NULL;
  /src/sys/arch/hpcmips/tx/
txcom.c 237 tp->t_hwiflow = NULL;
  /src/sys/arch/luna68k/dev/
siotty.c 211 tp->t_hwiflow = NULL /* XXX siohwiflow XXX */;
  /src/sys/dev/ic/
com.c 844 tp->t_hwiflow = comhwiflowsoft;
847 tp->t_hwiflow = comhwiflow;
z8530tty.c 407 tp->t_hwiflow = zshwiflow;
cd18xx.c 336 p->p_tty->t_hwiflow = cdttyhwiflow;
  /src/sys/arch/mips/sibyte/dev/
sbjcn.c 322 tp->t_hwiflow = sbjcn_hwiflow;
  /src/sys/arch/arm/sa11x0/
sa11x0_com.c 313 tp->t_hwiflow = sacomhwiflow;
  /src/sys/arch/atari/dev/
ser.c 416 tp->t_hwiflow = serhwiflow;
  /src/sys/dev/usb/
ucom.c 363 tp->t_hwiflow = ucomhwiflow;

Completed in 49 milliseconds

1 2