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.c100 struct uhid_softc { struct
101 struct usb_fifo_sc sc_fifo;
102 struct mtx sc_mtx;
104 struct usb_xfer *sc_xfer[UHID_N_TRANSFER];
105 struct usb_device *sc_udev;
106 void *sc_repdesc_ptr;
108 uint32_t sc_isize;
109 uint32_t sc_osize;
110 uint32_t sc_fsize;
112 uint16_t sc_repdesc_size;
[all …]