Searched defs:uhid_softc (Results 1 – 1 of 1) sorted by relevance
80 struct uhid_softc { struct81 struct uhidev sc_hdev;83 int sc_isize;84 int sc_osize;85 int sc_fsize;87 u_char *sc_obuf;89 struct clist sc_q;90 struct selinfo sc_rsel;91 usb_proc_ptr sc_async; /* process that wants SIGIO */92 u_char sc_state; /* driver state */[all …]