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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/mtx-1/
H A Dplatform.c33 static struct gpio_keys_button mtx1_gpio_button[] = { variable in typeref:struct:gpio_keys_button
42 .buttons = mtx1_gpio_button,
43 .nbuttons = ARRAY_SIZE(mtx1_gpio_button),
156 rc = gpio_request(mtx1_gpio_button[0].gpio,
157 mtx1_gpio_button[0].desc);
160 mtx1_gpio_button[0].gpio);
163 gpio_direction_input(mtx1_gpio_button[0].gpio);

Completed in 41 milliseconds