Home | History | Annotate | Download | only in netwalker

Lines Matching refs:dv

234 netwalker_backlight_suspend(device_t dv, const pmf_qual_t *qual)
236 netwalker_backlight_off(dv);
241 netwalker_backlight_resume(device_t dv, const pmf_qual_t *qual)
243 netwalker_backlight_on(dv);
248 netwalker_backlight_on(device_t dv)
250 struct netwalker_backlight_softc *sc = device_private(dv);
256 netwalker_backlight_off(device_t dv)
258 struct netwalker_backlight_softc *sc = device_private(dv);
264 netwalker_brightness_up(device_t dv)
266 struct netwalker_backlight_softc *sc = device_private(dv);
271 netwalker_brightness_down(device_t dv)
273 struct netwalker_backlight_softc *sc = device_private(dv);