Lines Matching defs:hwstate
80 struct hwstate {
108 struct hwstate sc_hwdefault;
109 struct hwstate sc_hwcurrent;
116 static void bpp_setparams(struct bpp_softc *, struct hwstate *);
220 struct hwstate *hw = &dsc->sc_hwdefault;
238 bpp_setparams(struct bpp_softc *sc, struct hwstate *hw)
409 #define BPPIOCSPARAM _IOW('P', 0x1, struct hwstate)
410 #define BPPIOCGPARAM _IOR('P', 0x2, struct hwstate)
417 struct hwstate *hw, *chw;
426 hw = (struct hwstate *)data;
448 *((struct hwstate *)data) = sc->sc_hwcurrent;