Lines Matching defs:aed_softc
37 struct aed_softc { struct
38 struct callout sc_repeat_ch;
41 int origaddr; /* ADB device type (ADBADDR_AED) */
42 int adbaddr; /* current ADB address */
43 int handler_id; /* type of device */
46 adb_event_t sc_evq[AED_MAX_EVENTS]; /* the queue */
47 int sc_evq_tail; /* event queue tail pointer */
48 int sc_evq_len; /* event queue length */
51 int sc_rptdelay; /* ticks before auto-repeat */
52 int sc_rptinterval; /* ticks between auto-repeat */
53 int sc_repeating; /* key that is auto-repeating */
54 adb_event_t sc_rptevent; /* event to auto-repeat */
56 int sc_buttons; /* mouse button state */
58 struct selinfo sc_selinfo; /* select() info */
59 struct proc * sc_ioproc; /* process to wakeup */
61 int sc_open; /* Are we queuing events? */
62 int sc_options; /* config options */