Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Ducycom.c95 struct ucycom_softc { struct
96 struct uhidev sc_hdev;
97 struct usbd_device *sc_udev;
100 size_t sc_flen; /* feature report length */
101 size_t sc_ilen; /* input report length */
102 size_t sc_olen; /* output report length */
104 uint8_t *sc_obuf;
106 uint8_t *sc_ibuf;
107 uint32_t sc_icnt;
110 uint32_t sc_baud;
[all …]