Home
last modified time | relevance | path

Searched refs:ssdfb_i2c_write_command (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/fdt/
H A Dssdfb.c107 void ssdfb_i2c_write_command(struct ssdfb_softc *, char *, size_t);
205 sc->sc_write_command = ssdfb_i2c_write_command; in ssdfb_i2c_attach()
528 ssdfb_i2c_write_command(struct ssdfb_softc *sc, char *buf, size_t len) in ssdfb_i2c_write_command() function