Home | Sort by: relevance | last modified time | path |
/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) { |