Searched defs:bpp_softc (Results 1 – 1 of 1) sorted by relevance
88 struct bpp_softc { struct89 struct lsi64854_softc sc_lsi64854; /* base device */91 size_t sc_bufsz; /* temp buffer */92 uint8_t *sc_buf;116 static void bpp_setparams(struct bpp_softc *, struct hwstate *); argument