Home
last modified time | relevance | path

Searched defs:ucom_callback (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/bus/u4b/serial/
H A Dusb_serial.h92 struct ucom_callback { struct
93 void (*ucom_cfg_get_status) (struct ucom_softc *, uint8_t *plsr, uint8_t *pmsr);
94 void (*ucom_cfg_set_dtr) (struct ucom_softc *, uint8_t);
95 void (*ucom_cfg_set_rts) (struct ucom_softc *, uint8_t);
96 void (*ucom_cfg_set_break) (struct ucom_softc *, uint8_t);
97 void (*ucom_cfg_set_ring) (struct ucom_softc *, uint8_t);
98 void (*ucom_cfg_param) (struct ucom_softc *, struct termios *);
99 void (*ucom_cfg_open) (struct ucom_softc *);
100 void (*ucom_cfg_close) (struct ucom_softc *);
101 int (*ucom_pre_open) (struct ucom_softc *);
[all …]