Lines Matching refs:ucom_softc
125 struct ucom_softc sc_ucom[UBSER_UNIT_MAX];
149 static void ubser_free(struct ucom_softc *);
150 static int ubser_pre_param(struct ucom_softc *, struct termios *);
151 static void ubser_cfg_set_break(struct ucom_softc *, uint8_t);
152 static void ubser_cfg_get_status(struct ucom_softc *, uint8_t *,
154 static void ubser_start_read(struct ucom_softc *);
155 static void ubser_stop_read(struct ucom_softc *);
156 static void ubser_start_write(struct ucom_softc *);
157 static void ubser_stop_write(struct ucom_softc *);
158 static void ubser_poll(struct ucom_softc *ucom);
332 ubser_free(struct ucom_softc *ucom) in ubser_free()
338 ubser_pre_param(struct ucom_softc *ucom, struct termios *t) in ubser_pre_param()
482 ubser_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in ubser_cfg_set_break()
508 ubser_cfg_get_status(struct ucom_softc *ucom, uint8_t *lsr, uint8_t *msr) in ubser_cfg_get_status()
516 ubser_start_read(struct ucom_softc *ucom) in ubser_start_read()
524 ubser_stop_read(struct ucom_softc *ucom) in ubser_stop_read()
532 ubser_start_write(struct ucom_softc *ucom) in ubser_start_write()
540 ubser_stop_write(struct ucom_softc *ucom) in ubser_stop_write()
548 ubser_poll(struct ucom_softc *ucom) in ubser_poll()