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

/freebsd-10.2-release/sys/arm/lpc/
H A Dssd1289.c60 struct ssd1289_softc struct
68 static __inline void ssd1289_set_dc(struct ssd1289_softc *, int);
69 static __inline void ssd1289_spi_send(struct ssd1289_softc *, uint8_t *, int);
70 static void ssd1289_write_reg(struct ssd1289_softc *, uint16_t, uint16_t);
72 static struct ssd1289_softc *ssd1289_sc = NULL;
91 struct ssd1289_softc *sc = device_get_softc(dev);
102 struct ssd1289_softc *sc = ssd1289_sc;
158 ssd1289_spi_send(struct ssd1289_softc *sc, uint8_t *data, int len)
172 ssd1289_set_dc(struct ssd1289_softc *sc, int value)
178 ssd1289_write_reg(struct ssd1289_softc *s
[all...]

Completed in 117 milliseconds