Searched refs:cyapa_softc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 154 struct cyapa_softc { struct 214 struct cyapa_softc *sc; argument 220 static int cyapa_raw_input(struct cyapa_softc *sc, struct cyapa_regs *regs, 222 static void cyapa_set_power_mode(struct cyapa_softc *sc, int mode); 224 static int fifo_empty(struct cyapa_softc *sc, struct cyapa_fifo *fifo); 225 static size_t fifo_ready(struct cyapa_softc *sc, struct cyapa_fifo *fifo); 226 static char *fifo_read(struct cyapa_softc *sc, struct cyapa_fifo *fifo, 228 static char *fifo_write(struct cyapa_softc *sc, struct cyapa_fifo *fifo, 230 static uint8_t fifo_read_char(struct cyapa_softc *sc, 232 static void fifo_write_char(struct cyapa_softc *sc, struct cyapa_fifo *fifo, [all …]
|