Lines Matching defs: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()