HomeSort by: relevance | last modified time | path
    Searched refs:hil_softc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/hil/
hilvar.h 74 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 *);
hil.c 89 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 *sc
    [all...]
hilkbd.c 117 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)
  /src/sys/dev/gpib/
hil_gpib.c 28 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;
  /src/sys/arch/hp300/dev/
hil_intio.c 55 CFATTACH_DECL_NEW(hil_intio, sizeof(struct hil_softc),
82 struct hil_softc *sc = device_private(self);
  /src/sys/arch/hppa/gsc/
hil_gsc.c 52 struct hil_softc sc_hs;
76 struct hil_softc *sc = &gsc->sc_hs;

Completed in 16 milliseconds