HomeSort by: relevance | last modified time | path
    Searched defs:bkreg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/zaurus/dev/
ioexp.c 224 uint8_t bkreg = ioexp_gpio_pin_get(sc, IOEXP_BACKLIGHT_ON); local in function:ioexp_set_backlight
227 if (onoff && !bkreg) {
230 } else if (!onoff && bkreg) {
ioexp.c 224 uint8_t bkreg = ioexp_gpio_pin_get(sc, IOEXP_BACKLIGHT_ON); local in function:ioexp_set_backlight
227 if (onoff && !bkreg) {
230 } else if (!onoff && bkreg) {

Completed in 25 milliseconds