Symbol: cd18xx_softc
sys/dev/ic/cd18xx.c
1025
cdtty_hwiflow(struct cd18xx_softc *sc, struct cdtty_port *p)
sys/dev/ic/cd18xx.c
1068
cd18xx_rint(struct cd18xx_softc *sc, int *ns)
sys/dev/ic/cd18xx.c
1144
cd18xx_tint(struct cd18xx_softc *sc, int *ns)
sys/dev/ic/cd18xx.c
120
static void cdtty_attach(struct cd18xx_softc *, int);
sys/dev/ic/cd18xx.c
122
static inline void cd18xx_rint(struct cd18xx_softc *, int *);
sys/dev/ic/cd18xx.c
1222
cd18xx_mint(struct cd18xx_softc *sc, int *ns)
sys/dev/ic/cd18xx.c
123
static inline void cd18xx_tint(struct cd18xx_softc *, int *);
sys/dev/ic/cd18xx.c
124
static inline void cd18xx_mint(struct cd18xx_softc *, int *);
sys/dev/ic/cd18xx.c
126
void cdtty_rxsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
sys/dev/ic/cd18xx.c
127
void cdtty_txsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
sys/dev/ic/cd18xx.c
128
void cdtty_stsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
sys/dev/ic/cd18xx.c
1289
struct cd18xx_softc *sc = device_lookup_private(&clcd_cd, i);
sys/dev/ic/cd18xx.c
1335
cdtty_rxsoft(struct cd18xx_softc *sc, struct cdtty_port *p, struct tty *tp)
sys/dev/ic/cd18xx.c
1433
cdtty_txsoft(struct cd18xx_softc *sc, struct cdtty_port *p, struct tty *tp)
sys/dev/ic/cd18xx.c
1445
cdtty_stsoft(struct cd18xx_softc *sc, struct cdtty_port *p, struct tty *tp)
sys/dev/ic/cd18xx.c
1477
struct cd18xx_softc *sc = v;
sys/dev/ic/cd18xx.c
155
static void cdtty_shutdown(struct cd18xx_softc *, struct cdtty_port *);
sys/dev/ic/cd18xx.c
158
static void cdtty_break(struct cd18xx_softc *, struct cdtty_port *, int);
sys/dev/ic/cd18xx.c
159
static void cdtty_modem(struct cd18xx_softc *, struct cdtty_port *, int);
sys/dev/ic/cd18xx.c
161
static void cdtty_hwiflow(struct cd18xx_softc *, struct cdtty_port *);
sys/dev/ic/cd18xx.c
163
static void cdtty_loadchannelregs(struct cd18xx_softc *,
sys/dev/ic/cd18xx.c
199
static inline int cd18xx_wait_ccr(struct cd18xx_softc *);
sys/dev/ic/cd18xx.c
201
cd18xx_wait_ccr(struct cd18xx_softc *sc)
sys/dev/ic/cd18xx.c
215
cd18xx_attach(struct cd18xx_softc *sc)
sys/dev/ic/cd18xx.c
302
cdtty_attach(struct cd18xx_softc *sc, int port)
sys/dev/ic/cd18xx.c
354
cdtty_shutdown(struct cd18xx_softc *sc, struct cdtty_port *p)
sys/dev/ic/cd18xx.c
395
struct cd18xx_softc *sc;
sys/dev/ic/cd18xx.c
494
struct cd18xx_softc *sc;
sys/dev/ic/cd18xx.c
535
struct cd18xx_softc *sc = device_lookup_private(&clcd_cd, CD18XX_INSTANCE(dev));
sys/dev/ic/cd18xx.c
548
struct cd18xx_softc *sc = device_lookup_private(&clcd_cd, CD18XX_INSTANCE(dev));
sys/dev/ic/cd18xx.c
558
struct cd18xx_softc *sc = device_lookup_private(&clcd_cd, CD18XX_INSTANCE(dev));
sys/dev/ic/cd18xx.c
571
struct cd18xx_softc *sc = device_lookup_private(&clcd_cd, CD18XX_INSTANCE(dev));
sys/dev/ic/cd18xx.c
583
struct cd18xx_softc *sc = device_lookup_private(&clcd_cd, CD18XX_INSTANCE(dev));
sys/dev/ic/cd18xx.c
645
struct cd18xx_softc *sc = device_lookup_private(&clcd_cd, CD18XX_INSTANCE(tp->t_dev));
sys/dev/ic/cd18xx.c
697
struct cd18xx_softc *sc = device_lookup_private(&clcd_cd, CD18XX_INSTANCE(tp->t_dev));
sys/dev/ic/cd18xx.c
716
cdtty_loadchannelregs(struct cd18xx_softc *sc, struct cdtty_port *p)
sys/dev/ic/cd18xx.c
753
struct cd18xx_softc *sc = device_lookup_private(&clcd_cd, CD18XX_INSTANCE(tp->t_dev));
sys/dev/ic/cd18xx.c
939
cdtty_break(struct cd18xx_softc *sc, struct cdtty_port *p, int onoff)
sys/dev/ic/cd18xx.c
964
cdtty_modem(struct cd18xx_softc *sc, struct cdtty_port *p, int onoff)
sys/dev/ic/cd18xx.c
994
struct cd18xx_softc *sc = device_lookup_private(&clcd_cd, CD18XX_INSTANCE(tp->t_dev));
sys/dev/ic/cd18xxvar.h
146
void cd18xx_attach(struct cd18xx_softc *);
sys/dev/sbus/sio16.c
272
CFATTACH_DECL_NEW(clcd, sizeof(struct cd18xx_softc),
sys/dev/sbus/sio16.c
286
struct cd18xx_softc *sc = device_private(self);