Searched defs:aed_softc (Results 1 – 2 of 2) sorted by relevance
37 struct aed_softc { struct38 struct callout sc_repeat_ch;41 u_char origaddr; /* ADB device type (ADBADDR_AED) */42 u_char adbaddr; /* current ADB address */43 u_char 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 */[all …]
37 struct aed_softc { struct38 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 */[all …]