Lines Matching refs:bpp_softc
88 struct bpp_softc { struct
116 static void bpp_setparams(struct bpp_softc *, struct hwstate *); argument
118 CFATTACH_DECL_NEW(bpp, sizeof(struct bpp_softc),
157 struct bpp_softc *dsc = device_private(self); in bppattach()
238 bpp_setparams(struct bpp_softc *sc, struct hwstate *hw) in bpp_setparams()
262 struct bpp_softc *sc; in bppopen()
292 struct bpp_softc *sc; in bppclose()
314 struct bpp_softc *sc; in bppwrite()
415 struct bpp_softc *sc; in bppioctl()
481 struct bpp_softc *sc; in bpppoll()
508 struct bpp_softc *sc = kn->kn_hook; in filt_bpprdetach()
533 struct bpp_softc *sc = kn->kn_hook; in filt_bppwdetach()
544 struct bpp_softc *sc = kn->kn_hook; in filt_bpfwrite()
563 struct bpp_softc *sc; in bppkqfilter()
596 struct bpp_softc *sc = arg; in bppintr()
630 struct bpp_softc *sc = cookie; in bppsoftintr()