Lines Matching refs:ucom_softc

128 	struct ucom_softc sc_ucom[UMCS7840_MAX_PORTS];	/* Need to be continuous
155 static void umcs7840_free(struct ucom_softc *);
156 static void umcs7840_cfg_get_status(struct ucom_softc *, uint8_t *, uint8_t *);
157 static void umcs7840_cfg_set_dtr(struct ucom_softc *, uint8_t);
158 static void umcs7840_cfg_set_rts(struct ucom_softc *, uint8_t);
159 static void umcs7840_cfg_set_break(struct ucom_softc *, uint8_t);
160 static void umcs7840_cfg_param(struct ucom_softc *, struct termios *);
161 static void umcs7840_cfg_open(struct ucom_softc *);
162 static void umcs7840_cfg_close(struct ucom_softc *);
164 static int umcs7840_pre_param(struct ucom_softc *, struct termios *);
166 static void umcs7840_start_read(struct ucom_softc *);
167 static void umcs7840_stop_read(struct ucom_softc *);
169 static void umcs7840_start_write(struct ucom_softc *);
170 static void umcs7840_stop_write(struct ucom_softc *);
172 static void umcs7840_poll(struct ucom_softc *ucom);
433 umcs7840_free(struct ucom_softc *ucom)
439 umcs7840_cfg_open(struct ucom_softc *ucom)
541 umcs7840_cfg_close(struct ucom_softc *ucom)
563 umcs7840_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff)
578 umcs7840_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff)
593 umcs7840_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff)
609 umcs7840_cfg_param(struct ucom_softc *ucom, struct termios *t)
685 umcs7840_pre_param(struct ucom_softc *ucom, struct termios *t)
696 umcs7840_start_read(struct ucom_softc *ucom)
709 umcs7840_stop_read(struct ucom_softc *ucom)
719 umcs7840_start_write(struct ucom_softc *ucom)
732 umcs7840_stop_write(struct ucom_softc *ucom)
742 umcs7840_cfg_get_status(struct ucom_softc *ucom, uint8_t *lsr, uint8_t *msr)
840 struct ucom_softc *ucom = &sc->sc_ucom[subunit];
897 struct ucom_softc *ucom = &sc->sc_ucom[subunit];
926 umcs7840_poll(struct ucom_softc *ucom)