Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h88 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 *);
[all …]