kbd_sun_softc
static void kbd_zs_write_data(struct kbd_sun_softc *, int);
CFATTACH_DECL_NEW(kbd_zs, sizeof(struct kbd_sun_softc),
struct kbd_sun_softc *k = device_private(self);
kbd_zs_write_data(struct kbd_sun_softc *k, int c)
struct kbd_sun_softc *k;
struct kbd_sun_softc *k;
struct kbd_sun_softc *k;
struct kbd_sun_softc *k;
struct kbd_sun_softc *k = (struct kbd_sun_softc *)kbd;
struct kbd_sun_softc *k = (struct kbd_sun_softc *)kbd;
struct kbd_sun_softc *k = (struct kbd_sun_softc *)kbd;
struct kbd_sun_softc *k = (struct kbd_sun_softc *)kbd;
kbd_sun_output(struct kbd_sun_softc *k, int c)
kbd_sun_drain_tx(struct kbd_sun_softc *k)
kbd_sun_start_tx(struct kbd_sun_softc *k)
kbd_sun_input(struct kbd_sun_softc *k, int code)
kbd_sun_was_reset(struct kbd_sun_softc *k)
kbd_sun_new_layout(struct kbd_sun_softc *k)
static int kbd_sun_drain_tx(struct kbd_sun_softc *);
static void kbd_sun_was_reset(struct kbd_sun_softc *);
static void kbd_sun_new_layout(struct kbd_sun_softc *);
extern int kbd_sun_input(struct kbd_sun_softc *k, int);
extern void kbd_sun_output(struct kbd_sun_softc *k, int c);
extern void kbd_sun_start_tx(struct kbd_sun_softc *k);
void (*k_write_data)(struct kbd_sun_softc *, int);
struct kbd_sun_softc *k = device_private(self);
struct kbd_sun_softc *k = device_private(dev);
struct kbd_sun_softc *k = tp->t_sc;
struct kbd_sun_softc *k = tp->t_sc;
sunkbd_write_data(struct kbd_sun_softc *k, int c)
static void sunkbd_write_data(struct kbd_sun_softc *, int);
CFATTACH_DECL_NEW(kbd_tty, sizeof(struct kbd_sun_softc),