Lines Matching refs:sacom_softc
138 static void sacom_filltx(struct sacom_softc *);
139 static void sacom_attach_subr(struct sacom_softc *);
141 static void sacom_enable_debugport(struct sacom_softc *);
144 void sacom_config(struct sacom_softc *);
146 void sacom_shutdown(struct sacom_softc *);
152 void sacom_loadchannelregs(struct sacom_softc *);
153 void sacom_hwiflow(struct sacom_softc *);
154 void sacom_break(struct sacom_softc *, int);
155 void sacom_modem(struct sacom_softc *, int);
156 void tiocm_to_sacom(struct sacom_softc *, u_long, int);
157 int sacom_to_tiocm(struct sacom_softc *);
158 void sacom_iflush(struct sacom_softc *);
167 static inline void sacom_rxsoft(struct sacom_softc *, struct tty *);
168 static inline void sacom_txsoft(struct sacom_softc *, struct tty *);
169 static inline void sacom_stsoft(struct sacom_softc *, struct tty *);
170 static inline void sacom_schedrx(struct sacom_softc *);
207 CFATTACH_DECL_NEW(sacom, sizeof(struct sacom_softc),
243 struct sacom_softc *sc = device_private(self);
292 sacom_attach_subr(struct sacom_softc *sc)
360 struct sacom_softc *sc = device_private(dev);
400 sacom_config(struct sacom_softc *sc)
417 sacom_enable_debugport(struct sacom_softc *sc)
435 struct sacom_softc *sc = device_private(dev);
447 sacom_shutdown(struct sacom_softc *sc)
492 struct sacom_softc *sc;
626 struct sacom_softc *sc =
655 struct sacom_softc *sc =
668 struct sacom_softc *sc =
681 struct sacom_softc *sc =
694 struct sacom_softc *sc =
704 struct sacom_softc *sc =
782 sacom_schedrx(struct sacom_softc *sc)
792 sacom_break(struct sacom_softc *sc, int onoff)
811 sacom_modem(struct sacom_softc *sc, int onoff)
824 tiocm_to_sacom(struct sacom_softc *sc, u_long how, int ttybits)
829 sacom_to_tiocm(struct sacom_softc *sc)
855 struct sacom_softc *sc =
938 sacom_iflush(struct sacom_softc *sc)
978 sacom_loadchannelregs(struct sacom_softc *sc)
1000 struct sacom_softc *sc =
1039 sacom_hwiflow(struct sacom_softc *sc)
1053 struct sacom_softc *sc =
1102 sacom_filltx(struct sacom_softc *sc)
1127 struct sacom_softc *sc =
1145 sacom_rxsoft(struct sacom_softc *sc, struct tty *tp)
1220 sacom_txsoft(struct sacom_softc *sc, struct tty *tp)
1232 sacom_stsoft(struct sacom_softc *sc, struct tty *tp)
1239 struct sacom_softc *sc = arg;
1266 struct sacom_softc *sc = arg;