Lines Matching refs:netwalker_backlight_softc
56 struct netwalker_backlight_softc { struct
63 static struct netwalker_backlight_softc *netwalker_backlight_sc; argument
72 CFATTACH_DECL_NEW(netwalker_backlight, sizeof(struct netwalker_backlight_softc),
81 static void netwalker_set_brightness(struct netwalker_backlight_softc *, int);
92 struct netwalker_backlight_softc *sc = device_private(self); in netwalker_backlight_attach()
143 struct netwalker_backlight_softc *sc = device_private(self); in netwalker_backlight_detach()
153 struct netwalker_backlight_softc *sc = *(struct netwalker_backlight_softc **)cookie; in netwalker_backlight_get_backlight()
161 struct netwalker_backlight_softc *sc = *(struct netwalker_backlight_softc **)cookie; in netwalker_backlight_set_backlight()
174 struct netwalker_backlight_softc *sc = *(struct netwalker_backlight_softc **)cookie; in netwalker_backlight_get_brightness()
186 struct netwalker_backlight_softc *sc = *(struct netwalker_backlight_softc **)cookie; in netwalker_backlight_set_brightness()
199 struct netwalker_backlight_softc *sc = *(struct netwalker_backlight_softc **)cookie; in netwalker_backlight_upd_brightness()
250 struct netwalker_backlight_softc *sc = device_private(dv); in netwalker_backlight_on()
258 struct netwalker_backlight_softc *sc = device_private(dv); in netwalker_backlight_off()
266 struct netwalker_backlight_softc *sc = device_private(dv); in netwalker_brightness_up()
273 struct netwalker_backlight_softc *sc = device_private(dv); in netwalker_brightness_down()
278 netwalker_set_pwm(struct netwalker_backlight_softc *sc, int val) in netwalker_set_pwm()
291 netwalker_set_brightness(struct netwalker_backlight_softc *sc, int newval) in netwalker_set_brightness()
308 struct netwalker_backlight_softc *sc = netwalker_backlight_sc; in netwalker_lcd_param_ioctl()