Home
last modified time | relevance | path

Searched refs:wsdisplay_brightness_step (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/acpi/
Dacpivout.c138 wsdisplay_brightness_step(NULL, 1); in acpivout_notify()
141 wsdisplay_brightness_step(NULL, -1); in acpivout_notify()
/openbsd/src/sys/dev/wscons/
Dwsdisplayvar.h249 void wsdisplay_brightness_step(struct device *, int);
Dwsdisplay.c2432 wsdisplay_brightness_step(struct device *dev, int dir) in wsdisplay_brightness_step() function
2492 wsdisplay_brightness_step(dev, 1); in wsdisplay_brightness_cycle()
Dwskbd.c1973 wsdisplay_brightness_step(NULL, dir); in wskbd_brightness_task()
/openbsd/src/sys/dev/usb/
Dumstc.c203 wsdisplay_brightness_step(NULL, dir); in umstc_brightness_task()