Lines Matching defs:ucom
411 umcs7840_cfg_open(struct ucom_softc *ucom) in umcs7840_cfg_open()
518 umcs7840_cfg_close(struct ucom_softc *ucom) in umcs7840_cfg_close()
540 umcs7840_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff) in umcs7840_cfg_set_dtr()
555 umcs7840_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff) in umcs7840_cfg_set_rts()
570 umcs7840_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in umcs7840_cfg_set_break()
586 umcs7840_cfg_param(struct ucom_softc *ucom, struct termios *t) in umcs7840_cfg_param()
662 umcs7840_pre_param(struct ucom_softc *ucom, struct termios *t) in umcs7840_pre_param()
673 umcs7840_start_read(struct ucom_softc *ucom) in umcs7840_start_read()
686 umcs7840_stop_read(struct ucom_softc *ucom) in umcs7840_stop_read()
696 umcs7840_start_write(struct ucom_softc *ucom) in umcs7840_start_write()
709 umcs7840_stop_write(struct ucom_softc *ucom) in umcs7840_stop_write()
719 umcs7840_cfg_get_status(struct ucom_softc *ucom, uint8_t *lsr, uint8_t *msr) in umcs7840_cfg_get_status()
819 struct ucom_softc *ucom = &sc->sc_ucom[subunit]; in umcs7840_read_callbackN() local
876 struct ucom_softc *ucom = &sc->sc_ucom[subunit]; in umcs7840_write_callbackN() local
905 umcs7840_poll(struct ucom_softc *ucom) in umcs7840_poll()