Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dusps.c66 struct usps_softc { struct
67 struct device sc_dev;
68 struct usbd_device *sc_udev;
69 struct usbd_interface *sc_iface;
70 struct usbd_pipe *sc_ipipe;
71 int sc_isize;
72 struct usbd_xfer *sc_xfer;
73 uint8_t sc_buf[16];
74 uint8_t *sc_intrbuf;
76 uint16_t sc_flag;
[all …]