Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidraw.c94 struct hidraw_softc { struct
95 device_t sc_dev; /* base device */
97 struct mtx sc_mtx; /* hidbus private mutex */
99 struct hid_rdesc_info *sc_rdesc;
100 const struct hid_device_info *sc_hw;
102 uint8_t *sc_q;
103 hid_size_t *sc_qlen;
104 int sc_head;
105 int sc_tail;
106 int sc_sleepcnt;
[all …]