Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/alchemy/
H A Dboard-mtx1.c83 static struct gpio_keys_button mtx1_gpio_button[] = { variable
92 .buttons = mtx1_gpio_button,
93 .nbuttons = ARRAY_SIZE(mtx1_gpio_button),
273 rc = gpio_request(mtx1_gpio_button[0].gpio, in mtx1_register_devices()
274 mtx1_gpio_button[0].desc); in mtx1_register_devices()
277 mtx1_gpio_button[0].gpio); in mtx1_register_devices()
280 gpio_direction_input(mtx1_gpio_button[0].gpio); in mtx1_register_devices()