Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-shmobile/
Dboard-kzm9g.c532 #define GPIO_KEY(c, g, d) { .code = c, .gpio = g, .desc = d, .active_low = 1 } macro
535 GPIO_KEY(KEY_BACK, GPIO_PCF8575_PORT10, "SW3"),
536 GPIO_KEY(KEY_RIGHT, GPIO_PCF8575_PORT11, "SW2-R"),
537 GPIO_KEY(KEY_LEFT, GPIO_PCF8575_PORT12, "SW2-L"),
538 GPIO_KEY(KEY_ENTER, GPIO_PCF8575_PORT13, "SW2-P"),
539 GPIO_KEY(KEY_UP, GPIO_PCF8575_PORT14, "SW2-U"),
540 GPIO_KEY(KEY_DOWN, GPIO_PCF8575_PORT15, "SW2-D"),
541 GPIO_KEY(KEY_HOME, GPIO_PCF8575_PORT16, "SW1"),
Dboard-armadillo800eva.c613 #define GPIO_KEY(c, g, d, ...) \ macro
617 GPIO_KEY(KEY_POWER, 99, "SW3", .wakeup = 1),
618 GPIO_KEY(KEY_BACK, 100, "SW4"),
619 GPIO_KEY(KEY_MENU, 97, "SW5"),
620 GPIO_KEY(KEY_HOME, 98, "SW6"),