Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcarm/dev/
H A Dwzero3_kbd.c95 int sc_key_pin; member
278 sc->sc_key_pin = model->key_pin; in wzero3kbd_attach()
303 if (sc->sc_key_pin >= 0) { in wzero3kbd_attach()
304 pxa2x0_gpio_set_function(sc->sc_key_pin, GPIO_IN); in wzero3kbd_attach()
305 sc->sc_key_ih = pxa2x0_gpio_intr_establish(sc->sc_key_pin, in wzero3kbd_attach()
386 && sc->sc_test_pin != sc->sc_key_pin in wzero3kbd_attach()
409 || i == sc->sc_key_pin in wzero3kbd_attach()
428 && sc->sc_test_pin != sc->sc_key_pin in wzero3kbd_attach()
453 printf("wzero3kbd_intr: GPIO pin #%d = %s\n", sc->sc_key_pin, in wzero3kbd_intr()
454 pxa2x0_gpio_get_bit(sc->sc_key_pin) ? "on" : "off"); in wzero3kbd_intr()
[all …]