Home
last modified time | relevance | path

Searched defs:uhid_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/input/
H A Duhid.c102 struct uhid_softc { struct
103 struct usb_fifo_sc sc_fifo;
104 struct mtx sc_mtx;
106 struct usb_xfer *sc_xfer[UHID_N_TRANSFER];
107 struct usb_device *sc_udev;
108 void *sc_repdesc_ptr;
110 uint32_t sc_isize;
111 uint32_t sc_osize;
112 uint32_t sc_fsize;
114 uint16_t sc_repdesc_size;
[all …]