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

/freebsd-11.0-release/sys/dev/usb/input/
H A Dwsp.c532 struct usb_device *sc_usb_device; member in struct:wsp_softc
639 err = usbd_req_get_report(sc->sc_usb_device, NULL,
659 return (usbd_req_set_report(sc->sc_usb_device, NULL,
741 sc->sc_usb_device = uaa->device;
782 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 41 milliseconds