Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.h98 struct ucom_callback { struct
99 void (*ucom_cfg_get_status) (struct ucom_softc *, uint8_t *plsr, uint8_t *pmsr);
100 void (*ucom_cfg_set_dtr) (struct ucom_softc *, uint8_t);
101 void (*ucom_cfg_set_rts) (struct ucom_softc *, uint8_t);
102 void (*ucom_cfg_set_break) (struct ucom_softc *, uint8_t);
103 void (*ucom_cfg_set_ring) (struct ucom_softc *, uint8_t);
104 void (*ucom_cfg_param) (struct ucom_softc *, struct termios *);
105 void (*ucom_cfg_open) (struct ucom_softc *);
106 void (*ucom_cfg_close) (struct ucom_softc *);
107 int (*ucom_pre_open) (struct ucom_softc *);
[all …]