Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dutoppy.c134 struct utoppy_softc { struct
135 device_t sc_dev;
136 struct usbd_device *sc_udev; /* device */
137 struct usbd_interface *sc_iface; /* interface */
138 int sc_dying;
139 int sc_refcnt;
141 enum utoppy_state sc_state;
142 u_int sc_turbo_mode;
144 int sc_out;
145 struct usbd_pipe *sc_out_pipe; /* bulk out pipe */
[all …]