Searched defs:umct_softc (Results 1 – 1 of 1) sorted by relevance
64 struct umct_softc { struct65 struct device sc_dev; /* base device */66 struct usbd_device *sc_udev; /* USB device */67 struct usbd_interface *sc_iface; /* interface */68 int sc_iface_number; /* interface number */69 u_int16_t sc_product;71 int sc_intr_number; /* interrupt number */72 struct usbd_pipe *sc_intr_pipe; /* interrupt pipe */73 u_char *sc_intr_buf; /* interrupt buffer */74 int sc_isize;[all …]