Lines Matching refs:ucom_softc
84 struct ucom_softc sc_ucom;
104 static void uark_free(struct ucom_softc *);
105 static void uark_start_read(struct ucom_softc *);
106 static void uark_stop_read(struct ucom_softc *);
107 static void uark_start_write(struct ucom_softc *);
108 static void uark_stop_write(struct ucom_softc *);
109 static int uark_pre_param(struct ucom_softc *, struct termios *);
110 static void uark_cfg_param(struct ucom_softc *, struct termios *);
111 static void uark_cfg_get_status(struct ucom_softc *, uint8_t *,
113 static void uark_cfg_set_break(struct ucom_softc *, uint8_t);
115 static void uark_poll(struct ucom_softc *ucom);
264 uark_free(struct ucom_softc *ucom) in uark_free()
329 uark_start_read(struct ucom_softc *ucom) in uark_start_read()
337 uark_stop_read(struct ucom_softc *ucom) in uark_stop_read()
345 uark_start_write(struct ucom_softc *ucom) in uark_start_write()
353 uark_stop_write(struct ucom_softc *ucom) in uark_stop_write()
361 uark_pre_param(struct ucom_softc *ucom, struct termios *t) in uark_pre_param()
369 uark_cfg_param(struct ucom_softc *ucom, struct termios *t) in uark_cfg_param()
419 uark_cfg_get_status(struct ucom_softc *ucom, uint8_t *lsr, uint8_t *msr) in uark_cfg_get_status()
429 uark_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in uark_cfg_set_break()
459 uark_poll(struct ucom_softc *ucom) in uark_poll()