Searched refs:sc_usb_device (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/usb/input/
H A Dwsp.c537 struct usb_device *sc_usb_device; member in struct:wsp_softc
644 err = usbd_req_get_report(sc->sc_usb_device, NULL,
664 return (usbd_req_set_report(sc->sc_usb_device, NULL,
746 sc->sc_usb_device = uaa->device;
787 if (usb_fifo_attach(sc->sc_usb_device, sc, &sc->sc_mutex,
H A Datp.c655 struct usb_device *sc_usb_device; member in struct:atp_softc
889 err = usbd_req_get_report(sc->sc_usb_device, NULL /* mutex */,
909 return (usbd_req_set_report(sc->sc_usb_device, NULL /* mutex */,
2197 sc->sc_usb_device = uaa->device;
2260 if (usb_fifo_attach(sc->sc_usb_device, sc, &sc->sc_mutex,

Completed in 121 milliseconds