Searched defs:usps_softc (Results 1 – 1 of 1) sorted by relevance
66 struct usps_softc { struct67 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 …]