zskbd_softc
struct zskbd_softc *zst = cs->cs_private;
struct zskbd_softc *zst = v;
sizeof(struct zskbd_softc), zskbd_match, zskbd_attach
static void zs_modem(struct zskbd_softc *, int);
static void zs_hwiflow(struct zskbd_softc *);
static void zs_maskintr(struct zskbd_softc *);
int zskbd_init(struct zskbd_softc *);
void zskbd_putc(struct zskbd_softc *, u_int8_t);
void zsstart_tx(struct zskbd_softc *);
struct zskbd_softc *zst = (void *)self;
zskbd_init(struct zskbd_softc *zst)
zskbd_putc(struct zskbd_softc *zst, u_int8_t c)
struct zskbd_softc *zst = v;
zsstart_tx(struct zskbd_softc *zst)
zs_maskintr(struct zskbd_softc *zst)
zs_modem(struct zskbd_softc *zst, int onoff)
zs_hwiflow(struct zskbd_softc *zst)
integrate void zskbd_rxsoft(struct zskbd_softc *);
integrate void zskbd_txsoft(struct zskbd_softc *);
integrate void zskbd_stsoft(struct zskbd_softc *);
struct zskbd_softc *zst = cs->cs_private;
struct zskbd_softc *zst = cs->cs_private;
struct zskbd_softc *zst = cs->cs_private;
struct zskbd_softc *zst = arg;
zskbd_rxsoft(struct zskbd_softc *zst)
zskbd_txsoft(struct zskbd_softc *zst)
zskbd_stsoft(struct zskbd_softc *zst)