Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dulpt.c101 struct ulpt_softc { struct
102 device_t sc_dev;
103 struct usbd_device *sc_udev; /* device */
104 struct usbd_interface *sc_iface; /* interface */
105 int sc_ifaceno;
107 int sc_out;
108 struct usbd_pipe *sc_out_pipe; /* bulk out pipe */
109 struct usbd_xfer *sc_out_xfer;
110 void *sc_out_buf;
112 int sc_in;
[all …]