Lines Matching defs:ucom_callback
88 struct ucom_callback { struct
89 void (*ucom_cfg_get_status) (struct ucom_softc *, uint8_t *plsr, uint8_t *pmsr);
90 void (*ucom_cfg_set_dtr) (struct ucom_softc *, uint8_t);
91 void (*ucom_cfg_set_rts) (struct ucom_softc *, uint8_t);
92 void (*ucom_cfg_set_break) (struct ucom_softc *, uint8_t);
93 void (*ucom_cfg_set_ring) (struct ucom_softc *, uint8_t);
94 void (*ucom_cfg_param) (struct ucom_softc *, struct termios *);
95 void (*ucom_cfg_open) (struct ucom_softc *);
96 void (*ucom_cfg_close) (struct ucom_softc *);
97 int (*ucom_pre_open) (struct ucom_softc *);
98 int (*ucom_pre_param) (struct ucom_softc *, struct termios *);
99 int (*ucom_ioctl) (struct ucom_softc *, uint32_t, caddr_t, int, struct thread *);
100 void (*ucom_start_read) (struct ucom_softc *);
101 void (*ucom_stop_read) (struct ucom_softc *);
102 void (*ucom_start_write) (struct ucom_softc *);
103 void (*ucom_stop_write) (struct ucom_softc *);
104 …ucom_tty_name) (struct ucom_softc *, char *pbuf, uint16_t buflen, uint16_t unit, uint16_t subunit);
105 void (*ucom_poll) (struct ucom_softc *);
106 void (*ucom_free) (struct ucom_softc *);