Searched defs:zstty_softc (Results 1 – 2 of 2) sorted by relevance
147 struct zstty_softc { struct148 struct device zst_dev; /* required first: base device */149 struct tty *zst_tty;150 struct zs_chanstate *zst_cs;152 struct timeout zst_diag_ch;154 u_int zst_overflows,155 zst_floods,156 zst_errors;158 int zst_hwflags, /* see z8530var.h */159 zst_swflags; /* TIOCFLAG_SOFTCAR, ... <ttycom.h> */[all …]
111 struct zstty_softc { struct112 struct device zst_dev; /* required first: base device */113 struct tty *zst_tty;114 struct zs_chanstate *zst_cs;116 int zst_hwflags; /* see z8530var.h */117 int zst_swflags; /* TIOCFLAG_SOFTCAR, ... <ttycom.h> */123 long zst_rotime; /* time of last ring overrun */124 long zst_fotime; /* time of last fifo overrun */129 int zst_rbget; /* ring buffer `get' index */130 volatile int zst_rbput; /* ring buffer `put' index */[all …]