Searched refs:hil_softc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/hil/
H A Dhilvar.h74 struct hil_softc { struct
104 int send_hil_cmd(struct hil_softc *, u_int, uint8_t *, u_int, uint8_t *);
106 void hil_set_poll(struct hil_softc *, int);
109 void hil_attach(struct hil_softc *, int *);
H A Dhil.c89 static void hilconfig(struct hil_softc *, u_int);
90 static void hilempty(struct hil_softc *);
92 static void hil_process_int(struct hil_softc *, uint8_t, uint8_t);
93 static int hil_process_poll(struct hil_softc *, uint8_t, uint8_t);
95 static int send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd);
96 static void polloff(struct hil_softc *);
97 static void pollon(struct hil_softc *);
99 static int hilwait(struct hil_softc *);
100 static int hildatawait(struct hil_softc *);
105 hilwait(struct hil_softc *s
[all...]
H A Dhilkbd.c117 static void hilkbd_bell(struct hil_softc *, u_int, u_int, u_int);
361 hilkbd_bell(struct hil_softc *sc, u_int pitch, u_int period, u_int volume)
/netbsd-current/sys/dev/gpib/
H A Dhil_gpib.c28 struct hil_softc { struct
45 sizeof(struct hil_softc),
72 struct hil_softc *sc = device_private(self);
92 struct hil_softc *sc = v;
114 struct hil_softc *sc = v;
/netbsd-current/sys/arch/hp300/dev/
H A Dhil_intio.c55 CFATTACH_DECL_NEW(hil_intio, sizeof(struct hil_softc),
82 struct hil_softc *sc = device_private(self);
/netbsd-current/sys/arch/hppa/gsc/
H A Dhil_gsc.c52 struct hil_softc sc_hs;
76 struct hil_softc *sc = &gsc->sc_hs;

Completed in 128 milliseconds