Home | History | Annotate | Download | only in dev

Lines Matching refs:plcom_softc

151 static void plcom_enable_debugport (struct plcom_softc *);
153 void plcom_config (struct plcom_softc *);
154 void plcom_shutdown (struct plcom_softc *);
162 void plcom_loadchannelregs (struct plcom_softc *);
163 void plcom_hwiflow (struct plcom_softc *);
164 void plcom_break (struct plcom_softc *, int);
165 void plcom_modem (struct plcom_softc *, int);
166 void tiocm_to_plcom (struct plcom_softc *, u_long, int);
167 int plcom_to_tiocm (struct plcom_softc *);
168 void plcom_iflush (struct plcom_softc *);
190 static inline void plcom_rxsoft (struct plcom_softc *, struct tty *);
191 static inline void plcom_txsoft (struct plcom_softc *, struct tty *);
192 static inline void plcom_stsoft (struct plcom_softc *, struct tty *);
193 static inline void plcom_schedrx (struct plcom_softc *);
381 void plcomstatus (struct plcom_softc *, const char *);
383 plcomstatus(struct plcom_softc *sc, const char *str)
438 plcom_enable_debugport(struct plcom_softc *sc)
469 plcom_attach_subr(struct plcom_softc *sc)
639 plcom_config(struct plcom_softc *sc)
665 struct plcom_softc *sc = device_private(self);
720 struct plcom_softc *sc = device_private(self);
732 plcom_shutdown(struct plcom_softc *sc)
809 struct plcom_softc *sc;
987 struct plcom_softc *sc =
1016 struct plcom_softc *sc =
1029 struct plcom_softc *sc =
1042 struct plcom_softc *sc =
1055 struct plcom_softc *sc =
1065 struct plcom_softc *sc =
1257 plcom_schedrx(struct plcom_softc *sc)
1267 plcom_break(struct plcom_softc *sc, int onoff)
1286 plcom_modem(struct plcom_softc *sc, int onoff)
1308 tiocm_to_plcom(struct plcom_softc *sc, u_long how, int ttybits)
1344 plcom_to_tiocm(struct plcom_softc *sc)
1404 struct plcom_softc *sc =
1620 plcom_iflush(struct plcom_softc *sc)
1649 plcom_loadchannelregs(struct plcom_softc *sc)
1700 struct plcom_softc *sc =
1735 plcom_hwiflow(struct plcom_softc *sc)
1769 struct plcom_softc *sc =
1838 struct plcom_softc *sc =
1855 struct plcom_softc *sc = arg;
1873 plcom_rxsoft(struct plcom_softc *sc, struct tty *tp)
1974 plcom_txsoft(struct plcom_softc *sc, struct tty *tp)
1986 plcom_stsoft(struct plcom_softc *sc, struct tty *tp)
2022 struct plcom_softc *sc = arg;
2071 struct plcom_softc *sc = arg;