Searched defs:url_softc (Results 1 – 1 of 1) sorted by relevance
152 struct url_softc { struct153 struct device sc_dev; /* base device */154 struct usbd_device *sc_udev;157 struct usbd_interface *sc_ctl_iface;159 int sc_bulkin_no; /* bulk in endpoint */160 int sc_bulkout_no; /* bulk out endpoint */161 int sc_intrin_no; /* intr in endpoint */162 struct usbd_pipe *sc_pipe_rx;163 struct usbd_pipe *sc_pipe_tx;164 struct usbd_pipe *sc_pipe_intr;[all …]