adbkbd_softc
static void adbkbd_initleds(struct adbkbd_softc *);
static void adbkbd_keys(struct adbkbd_softc *, uint8_t, uint8_t);
static inline void adbkbd_key(struct adbkbd_softc *, uint8_t);
static int adbkbd_wait(struct adbkbd_softc *, int);
CFATTACH_DECL_NEW(adbkbd, sizeof(struct adbkbd_softc),
static void adbkbd_setup_sysctl(struct adbkbd_softc *);
struct adbkbd_softc *sc = device_private(self);
struct adbkbd_softc *sc = cookie;
adbkbd_wait(struct adbkbd_softc *sc, int timeout)
adbkbd_keys(struct adbkbd_softc *sc, uint8_t k1, uint8_t k2)
struct adbkbd_softc *sc = cookie;
adbkbd_key(struct adbkbd_softc *sc, uint8_t k)
struct adbkbd_softc *sc = cookie;
adbkbd_initleds(struct adbkbd_softc *sc)
struct adbkbd_softc *sc = (struct adbkbd_softc *) v;
struct adbkbd_softc *sc = v;
struct adbkbd_softc *sc = v;
struct adbkbd_softc *sc=(struct adbkbd_softc *)node.sysctl_data;
struct adbkbd_softc *sc=(struct adbkbd_softc *)node.sysctl_data;
struct adbkbd_softc *sc=(struct adbkbd_softc *)node.sysctl_data;
struct adbkbd_softc *sc=(struct adbkbd_softc *)node.sysctl_data;
adbkbd_setup_sysctl(struct adbkbd_softc *sc)