Home
last modified time | relevance | path

Searched refs:cd18xx_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dcd18xx.c120 static void cdtty_attach(struct cd18xx_softc *, int);
122 static inline void cd18xx_rint(struct cd18xx_softc *, int *);
123 static inline void cd18xx_tint(struct cd18xx_softc *, int *);
124 static inline void cd18xx_mint(struct cd18xx_softc *, int *);
126 void cdtty_rxsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
127 void cdtty_txsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
128 void cdtty_stsoft(struct cd18xx_softc *, struct cdtty_port *, struct tty *);
155 static void cdtty_shutdown(struct cd18xx_softc *, struct cdtty_port *);
158 static void cdtty_break(struct cd18xx_softc *, struct cdtty_port *, int);
159 static void cdtty_modem(struct cd18xx_softc *, struct cdtty_port *, int);
[all …]
H A Dcd18xxvar.h99 struct cd18xx_softc { struct
146 void cd18xx_attach(struct cd18xx_softc *); argument
/netbsd-src/sys/dev/sbus/
H A Dsio16.c272 CFATTACH_DECL_NEW(clcd, sizeof(struct cd18xx_softc),
286 struct cd18xx_softc *sc = device_private(self); in clcd_attach()