Lines Matching refs:ucom_softc
126 struct ucom_softc sc_ucom[UBSER_UNIT_MAX];
150 static void ubser_free(struct ucom_softc *);
151 static int ubser_pre_param(struct ucom_softc *, struct termios *);
152 static void ubser_cfg_set_break(struct ucom_softc *, uint8_t);
153 static void ubser_cfg_get_status(struct ucom_softc *, uint8_t *,
155 static void ubser_start_read(struct ucom_softc *);
156 static void ubser_stop_read(struct ucom_softc *);
157 static void ubser_start_write(struct ucom_softc *);
158 static void ubser_stop_write(struct ucom_softc *);
159 static void ubser_poll(struct ucom_softc *ucom);
333 ubser_free(struct ucom_softc *ucom) in ubser_free()
339 ubser_pre_param(struct ucom_softc *ucom, struct termios *t) in ubser_pre_param()
483 ubser_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in ubser_cfg_set_break()
509 ubser_cfg_get_status(struct ucom_softc *ucom, uint8_t *lsr, uint8_t *msr) in ubser_cfg_get_status()
517 ubser_start_read(struct ucom_softc *ucom) in ubser_start_read()
525 ubser_stop_read(struct ucom_softc *ucom) in ubser_stop_read()
533 ubser_start_write(struct ucom_softc *ucom) in ubser_start_write()
541 ubser_stop_write(struct ucom_softc *ucom) in ubser_stop_write()
549 ubser_poll(struct ucom_softc *ucom) in ubser_poll()