Home | History | Annotate | Download | only in dev

Lines Matching defs:STATIC

87 #define	STATIC
89 STATIC int auspi_match(device_t, struct cfdata *, void *);
90 STATIC void auspi_attach(device_t, device_t, void *);
91 STATIC int auspi_intr(void *);
97 STATIC int auspi_configure(void *, int, int, int);
98 STATIC int auspi_transfer(void *, struct spi_transfer *);
101 STATIC void auspi_done(struct auspi_softc *, int);
102 STATIC void auspi_send(struct auspi_softc *);
103 STATIC void auspi_recv(struct auspi_softc *);
104 STATIC void auspi_sched(struct auspi_softc *);