Lines Matching refs:ucom_softc
159 struct ucom_softc sc_ucom;
181 static void ubsa_free(struct ucom_softc *);
182 static void ubsa_cfg_set_dtr(struct ucom_softc *, uint8_t);
183 static void ubsa_cfg_set_rts(struct ucom_softc *, uint8_t);
184 static void ubsa_cfg_set_break(struct ucom_softc *, uint8_t);
185 static int ubsa_pre_param(struct ucom_softc *, struct termios *);
186 static void ubsa_cfg_param(struct ucom_softc *, struct termios *);
187 static void ubsa_start_read(struct ucom_softc *);
188 static void ubsa_stop_read(struct ucom_softc *);
189 static void ubsa_start_write(struct ucom_softc *);
190 static void ubsa_stop_write(struct ucom_softc *);
191 static void ubsa_cfg_get_status(struct ucom_softc *, uint8_t *,
193 static void ubsa_poll(struct ucom_softc *ucom);
368 ubsa_free(struct ucom_softc *ucom) in ubsa_free()
395 ubsa_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff) in ubsa_cfg_set_dtr()
405 ubsa_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff) in ubsa_cfg_set_rts()
415 ubsa_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in ubsa_cfg_set_break()
425 ubsa_pre_param(struct ucom_softc *ucom, struct termios *t) in ubsa_pre_param()
451 ubsa_cfg_param(struct ucom_softc *ucom, struct termios *t) in ubsa_cfg_param()
522 ubsa_start_read(struct ucom_softc *ucom) in ubsa_start_read()
534 ubsa_stop_read(struct ucom_softc *ucom) in ubsa_stop_read()
546 ubsa_start_write(struct ucom_softc *ucom) in ubsa_start_write()
554 ubsa_stop_write(struct ucom_softc *ucom) in ubsa_stop_write()
562 ubsa_cfg_get_status(struct ucom_softc *ucom, uint8_t *lsr, uint8_t *msr) in ubsa_cfg_get_status()
688 ubsa_poll(struct ucom_softc *ucom) in ubsa_poll()