Searched defs:umbg_softc (Results 1 – 1 of 1) sorted by relevance
44 struct umbg_softc { struct45 struct device sc_dev; /* base device */46 struct usbd_device *sc_udev; /* USB device */47 struct usbd_interface *sc_iface; /* data interface */49 int sc_bulkin_no;50 struct usbd_pipe *sc_bulkin_pipe;51 int sc_bulkout_no;52 struct usbd_pipe *sc_bulkout_pipe;54 struct timeout sc_to; /* get time from device */55 struct usb_task sc_task;[all …]